Pango installation problem


 
Thread Tools Search this Thread
Operating Systems Linux Pango installation problem
# 1  
Old 02-05-2006
Pango installation problem

Hello
I am trying to install gtk and after installing fontconfig,pkg-config,glib,pango,atk (in that order)i tried installing gtk but it said pango along with cario package is required. So now when i complied cario and then do a "make" for pango it gives the following error

cairosimple.o(.text+0x1e0): In function `main':
/home/shalabh/gtk1/pango/examples/cairosimple.c:82: undefined reference to `cairo_surface_write_to_png'
collect2: ld returned 1 exit status
make[2]: *** [cairosimple] Error 1
[...]

can anyone please help me. btw i am doing ./configure,make and make install to install the packages.
I would really appreciate any help..i am trying to install gtk for the past 4 days now!

Thank you
# 2  
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.
# 3  
Old 02-05-2006
thank you for the reply
I tht maybe I could solve it by installing libpng and zlib
but after i installed them, my display server is not working on reboot..it keeps trying but fails..please help

thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question