Sponsored Content
Full Discussion: Pango installation problem
Operating Systems Linux Pango installation problem Post 98047 by cbkihong on Sunday 5th of February 2006 09:03:26 AM
Old 02-05-2006
Quite probably gcc cannot locate the cairo library files installed. If your library files are not installed in some standard location (you may see /etc/ld.so.conf for a list) then you may need to specify the LD_LIBRARY_PATH shell variable before starting the make.

Also you can try is to do a "make distclean" to put the gtk tree back to the initial state, specify LD_LIBRARY_PATH and export it, then rerun configure and make again.

A few weeks ago I installed a GTK2 installation to learn GTK programming in a likewise fashion without problems. The libraries were installed somewhere in my home directory as there is already a systemwide GTK2 installation in Fedora and I didn't want to mess it up. I had to remember to use the LD_LIBRARY_PATH to put my custom installation at a higher search priority thereafter when I want to compile.
 

10 More Discussions You Might Find Interesting

1. Linux

OTRS installation problem

hi frnds I had currently installed OTRS through rpm for Enterprise Linux 3 but its showing the following problems. cmd : rpm -ivh otrs-1.2.4-1.1.el3.dag.noarch.rpm warning: otrs-1.2.4-1.1.el3.dag.noarch.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed... (0 Replies)
Discussion started by: naik_mit
0 Replies

2. UNIX for Dummies Questions & Answers

solaris 10 installation problem

Hi, I have sun enterprise server which uses an lineox box as its mail server and for also storing backups. the mail is linked from the lineox box to sun server and theres a mount on the sun server linking the box for partition, I want to get rid of lineox OS and install solaris 10. But i want... (0 Replies)
Discussion started by: stakes20
0 Replies

3. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies

4. AIX

Problem with nim installation

Dear Frnz, I have a strange problem with nim installation. I am able to push the image from Nim server to the client and the Os is reinstalled successfully.But after the installation the client doesnt hold any host name or ip address.That is the host name is assigned as local host and ip is... (2 Replies)
Discussion started by: sriram.s
2 Replies

5. Windows & DOS: Issues & Discussions

Windows XP installation problem

hello, I am trying to re-install XP to a Dell machine. Everything goes well until a certain point. The installation proceeds as usual. first the files and drivers are copied from the CD to the computer. then the computer reboots to continue with the windows installation. but when it comes to... (2 Replies)
Discussion started by: milhan
2 Replies

6. UNIX for Advanced & Expert Users

need help,about pango installing

dear all; Pango built with Cairo support is required to build GTK+. how can i install Pango built with Cairo?? anybody know? Thanks a lot!!!!!!!!! (5 Replies)
Discussion started by: snowfly
5 Replies

7. UNIX for Dummies Questions & Answers

Cygwin installation problem

hihi, im new here. just start to use cygwin as unix-based in Windows XP. my installation of cygwin is not success, it has procedure entry_impure_ptr problem due with ash.exe, install_info.exe, and In-exe files. do anyone know why is that so? (3 Replies)
Discussion started by: Suraine
3 Replies

8. AIX

HDLM installation problem

Hi Guys, I have a typical problem in installing HDLM software.. Command status says still running ...and at the bottom i see..KAPL09076-I The permanent license was installed. It is not coming out/no errors.. Please help me (1 Reply)
Discussion started by: b_manu78
1 Replies

9. BSD

portupgrade linux-pango problem

Downloading fresh database. auditfile.tbz 56 kB 65 kBps New database installed. Database created: Thu Jun 25 02:40:01 HKT 2009 Checking for packages with security vulnerabilities: Affected package: linux-pango-1.10.2 Type of problem: pango --... (0 Replies)
Discussion started by: adamkong
0 Replies

10. Programming

Java 7 installation problem

Hi, I am trying to install java7.6 on redhat 6.2 but got the below error message. In fact this error comes up for all the supported OS of JDK 7 and JRE 7. I am running this as root and I dont have any other Java version installed. # rpm -i jre-7u6-linux-x64.rpm Unpacking JAR files... ... (5 Replies)
Discussion started by: nvk_vinoth
5 Replies
pango-querymodules(1)						   User Commands					     pango-querymodules(1)

NAME
pango-querymodules - list the language modules available to the pango layout engine SYNOPSIS
pango-querymodules [--help] [--version] [module...] DESCRIPTION
pango-querymodules collects information about loadable modules for Pango and writes it to stdout. If called without arguments, it looks for language modules in the Pango module path. If called with arguments, it looks for the specified modules. The arguments may be absolute or relative paths. The Pango module path is specified by the key Pango/ModulesPath in the Pango config database, which is read from /etc/pango/pangorc, ~/.pangorc, and the file specified in the environment variable PANGO_RC_FILE. If the output is redirected to /etc/pango/pango.modules, this will cause the specified modules to be loaded as default modules. OPTIONS
The following options are supported: --help Displays help and usage information. --version Displays version information for pango-querymodules. OPERANDS
The following operands are supported: module List the language modules stored in the specified custom location. EXAMPLES
Example 1: Getting the default list of modules example% pango-querymodules ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of pango-querymodules: NLSPATH. PANGO_RC_FILE Used to specify configuration database file. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/pango-querymodules The command-line executable for the application. /etc/pango/pangorc Pango system configuration database ~/.pangorc Pango user configuration database /etc/pango/pango.modules Pango modules file /usr/share/gtk-doc/html/pango Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. libpango-1.0(3), attributes(5), environ(5), gnome-interfaces(5) NOTES
Written by Erwann Chenede, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 pango-querymodules(1)
All times are GMT -4. The time now is 06:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy