./configure problems


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users ./configure problems
# 1  
Old 06-24-2002
Tools ./configure problems

Hi All

please help ,I am trying to compile gnome-print 0.28. when I run ./configure I see the below error.

checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.7.0... yes
checking for libxml (aka gnome-xml) libraries 1.8.5 <= version < 2.0.0... configure: error: Your system is not buzzword compliant. Did not find libxml (aka gnome-xml) installed

...apparently I have libxml installed

[root@localhost gnome-print-0.28]# rpm -q libxml
libxml-1.8.17-3

...anyone recognise the error? I thought I had the required rpm's. Do I have to pass the ./configure script an option telling it where to find the libraries?

many thanks
# 2  
Old 06-25-2002
Quote:
Do I have to pass the ./configure script an option telling it where to find the libraries?
Probably not but you should add the path to your LIBPATH environment variable.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Configure Second NIC on HP UX?

Hello, I need to configure a second NIC on my HP UX, B.11.31 U ia64 ...if it is helpful. I see a good thread to start on: Configuring NIC https://www.unix.com/hp-ux/15589-configuring-nic.html I have started reading the man pages listed. Without having to know every last detail is there... (3 Replies)
Discussion started by: KmJohnson
3 Replies

2. UNIX for Dummies Questions & Answers

How to configure NGINX?

Hi , I installed NGINX and when i i go see the browser it says welcome If you see this page, the nginx web server is successfully installed and working. Further configuration is required. is there any kind of document to configure that(i am completly new for this) (1 Reply)
Discussion started by: vikatakavi
1 Replies

3. UNIX for Dummies Questions & Answers

./configure

hello, I'm trying install apache http server version 2.2.22. I downloaded the file httpd-2.2.22.tar.bz2. I unzipped this file.. When I type "./configure", the following error occurs: # ./configure --prefix=/opt/work/apache2.2.22 checking for chosen layout... Apache checking for... (1 Reply)
Discussion started by: Adriano Schmidt
1 Replies

4. UNIX for Dummies Questions & Answers

Configure BIND

I know how to manage DNS once it's installed. I can edit named.conf and create zone files. I can sign the zones, use TSIG, etc. How do I take the BIND 9.9 tar ball from All Downloads | Internet Systems Consortium and install it and get it to work? Maybe I am not getting it. Can... (0 Replies)
Discussion started by: brianjb
0 Replies

5. Solaris

How to configure Xming

Hi , I installed Xming on my laptop . I have a remote server Sun Solaris 10, When I lanch xlaunch and do these export DISPLAY=10.149.132.111:0.0 xterm & Myserver:/Allsuite/test/dev/ENV23>xterm & 15071 Myserver:/Allsuite/test/dev/ENV23>bash: xterm: command not found It works fine... (1 Reply)
Discussion started by: dashok.83
1 Replies

6. Solaris

how to configure modem

hi, can u pls help to configure modem on SUN system for the inbound dialing.....so that i can connect to the system remotely through modem..........thx girish (2 Replies)
Discussion started by: girish_shukla
2 Replies

7. UNIX for Dummies Questions & Answers

Problems with ./configure

I am new to unix. I am trying for the first time ever to complie a program. I loaded the files via FTP to my web host. I loged in using SSH and changed the dir to the location where I put the files. I type in "./configure" and get this error: : bad interpreter: No such file or directory There... (1 Reply)
Discussion started by: jknliv
1 Replies

8. Programming

configure errors

Hi all, I'm compiling mysql in my solaris8 box with gcc, when i run configure, i get the following errors, checking whether C compiler(gcc ) works...no configure: error: installation or configuration problem: C compiler cannot create executables can somebody help me solve this problem? many... (4 Replies)
Discussion started by: jApHEth
4 Replies

9. UNIX for Advanced & Expert Users

'make' problems (compliation problems?)

I'm trying to compile and install both most recent version of 'make' and the most recent version of 'openssh' on my Sparc20. I've run into the following problems... and I don't know what they mean. Can someone please help me resolve these issues? I'm using the 'make' version that was... (5 Replies)
Discussion started by: xyyz
5 Replies

10. UNIX for Dummies Questions & Answers

IP configure

Hi people I am having problems getting a few Sun Station to work again. We just moved to a new building with new IPs and new gateways. I need to change all these settings. Could some one please tel me what files I have to change. It is a Solaris 5.7 machine. Thanx O:confused: (2 Replies)
Discussion started by: Orange
2 Replies
Login or Register to Ask a Question