LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cannot ./configure...problem with XFree86 (https://www.linuxquestions.org/questions/linux-software-2/cannot-configure-problem-with-xfree86-220760/)

PsychoBadBoy 08-21-2004 10:30 PM

Cannot ./configure...problem with XFree86
 
I'm new here, and I'm trying to compile and install Quanta on SuSE 9.1. This is what happens at the end before it errors out:
Quote:

...
checking for X... libraries /usr/X11/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... configure: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.

Check your installation and look into config.log
How can I fix this problem? Any feedback is greatly appreciated.

Tinkster 08-21-2004 11:19 PM

locate libz

Remove oldest version, run ldconfig, try to compile
again. Same thing again if it didn't fix it. If only one libz
left, don't delete :) and ask for more advice.


Cheers,
Tink

PsychoBadBoy 08-22-2004 01:09 AM

Hey, thanks for the response.

I seem to only have one version of libz. At least, that's all I found. Where else can I look? I looked in /usr/lib and in /lib.

Tinkster 08-22-2004 01:19 AM

locate is also an actual command...

Try
bash:# locate libz


Cheers,
Tink

PsychoBadBoy 08-22-2004 02:26 AM

Quote:

bash: locate: command not found
That's what I get.

Tinkster 08-22-2004 03:36 AM

(s)locate-package not installed ... how about
file-utils, does
find
work for you?

find / -name libz*


Cheers,
Tink

ioannisss 08-27-2004 03:49 PM

founds /lib/libz.so.1 and /lib/libz.so.1.2.1, now please? I have the same problem?

Cream-T 09-05-2004 12:16 PM

You may find that you'll need a lot of "-devel" packages installed before Rosegarden will configure.

zlib-devel
qt3-devel
and a number of kde*3-devel (not sure which, I installed quite a few over time)

Give it a go, it's worth it!

vishwavivek 09-21-2004 07:56 AM

Hello Tinkster
 
Hello Tinkster,

I am also facing the same problem as "PsychoBadBoy" i.e. " ..... configure picks up an outdated version installed by XFree86 .... "

I tried what u suggested i.e.

1. locate libz
2. Remove oldest version
3. run ldconfig

then i tried to compile again and got same error ..... then i did "locate libz" and again i see that the file is again there, although i had deleted it ....

what to do ... ???

Thanks in advance.

Vivek


All times are GMT -5. The time now is 06:46 PM.