|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Compilling Apache with Mysql & PHP
Hello,
I am trying to compile apache_1.3.19 with php4.06 and mysql 3.23.43 I am running Slackware with kernel version 2.2.13 I have mysql up and running without troubles. With PHP I ran; ./configure --with-mysql=../mysql --with-apache=/var/lib/apache_1.3.19 --with-ftp make make install Then I go into /var/apache_1.3.19 and run; ./configure --prefix=/var/lib/apache --activate-module=src/modules/phph4/libphp4.a This completes without error, then when I run 'make' (in /var/lib/apache_1.3.19)I get the following; /usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function 'my_compress_alloc': my_compress.o(.txt+0x12a): undefined reference to 'compress' collect2: id returned 1 exit status make[2]: ***[target_static] Error 1 make[1]: ***[build-std] Error 2 make: ***[build] Error 2 What am I missing? any help would be appreciated, Thanks Eric |
|
#2
|
|||
|
|||
|
Start here -> http://forums.devshed.com/showthrea...18066&forumid=4
To compile mod_php another way, you can use DSO method. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Compilling Apache with Mysql & PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|