Hi Guys,
I am facing problems while adding PHP(4.0.4pl1) Module to Apache.
i have already installed MySQL 3.23.30 and it's working fine.
and i have compiled PHP with MySql
./configure --with-mysql=/usr/local/mysql --with-apache=../httpd --enable-track-vars
and it's compiling fine.
but when i try to add PHP to Apache(1.3.14) ...
./configure --prefix=/usr/local/etc/httpd --activate-module=src/modules/php4/libphp4.a --enable-module=status
it gives me an error saying
usr/local/mysql/lib/libmysqlclient.a(my_compress.o)
in function "my_uncompress"
my_compress.o(.text_ox97)
undefined reference to uncompress
usr/local/mysql/lib/libmysqlclient.a(my_compress.o)
in function "my_compress_alloc"
my_compress.o(.text_ox12b)
undefined reference to compress
collect 2: ld returned 1 exit status
make 2: [target_static] error 1
make 2: leaving directory 'usr/local/apache_1.3.14/src'
make 1: [tbuild-std] error 2
make 1: leaving directory 'usr/local/apache_1.3.14'
make : *** [build] error 2
any solutions ...
Thanx in Advance ..
Danny ....