'uncompress' is in zlib, I think, so you need to install that.

http://php.net/zlib

And use --with-zlib in your ./configure

./configure may just magically find it after you install it...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Stefano Baronio <[EMAIL PROTECTED]>
Newsgroups: php.general
To: Php-General <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 8:25 AM
Subject: Compiling problems with PHP4.0.6+apache1.3.20+mysql3.23.39


> These are the ./configure commands:
> apache
> ./configure --prefix=/opt/apache --enable-module=most --enab
> le-shared=max
>
> php
> ./configure --with-apache=/opt/apache_1.3.20 --enable-discar
> d-path --enab
> le-safe-mode --with-mysql=/opt/mysql --enable-sockets --with
> -vpopmail=/home/vpopmail
>
> The error appears when I recompile apache:
> ...
> -L../../modules/php4 -lmodphp4  -lpam  -ldl -lvpopmail -lmys
> qlclient -lcrypt -lresolv -lm -ldl -lns
> l  -lresolv   -lm -lcrypt
> /opt/mysql/lib/libmysqlclient.a(my_compress.o): In function
> `my_uncompress':
> my_compress.o(.text+0x9a): undefined reference to
> `uncompress'
> /opt/mysql/lib/libmysqlclient.a(my_compress.o): In function
> `my_compress_alloc':
> my_compress.o(.text+0x12a): undefined reference to
> `compress'
> collect2: ld returned 1 exit status
> make[2]: *** [target_static] Error 1
> make[2]: Leaving directory `/opt/apache_1.3.20/src'
> make[1]: *** [build-std] Error 2
>
> And also if I do not specify the mysql path..
>
> Does someone can help me ?
>
> Thanks
>
> Stefano
>
>
>
>
> _______________________________________________
> Per i principianti: ricordatevi di usare "Reply all" per
> rispondere a tutti.
>
> Per tutti: ricordatevi che la pagina dalla quale potete
> gestire i parametri della vostra iscrizione e'
> (es: email = [EMAIL PROTECTED])
> http://lists.torino.linux.it/cgi-bin/mailman/options/forum/p
> inco__at__pallino.it
>
> forum at lists.torino.linux.it
> http://lists.torino.linux.it/cgi-bin/mailman/listinfo/forum
>
>
>
> Stefano Baronio
> Cefin Systems Italia s.r.l.
> 88, c.so Duca degli Abruzzi
> 10129, Torino -ITALY-
> Tel:+39.011.504609
> Fax:+39.011.504386
> [EMAIL PROTECTED]
> www.sateltrack.com
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to