I am trying to upgrade php to version 4.1.2 on a Alpha ES40 running
Tru64 5.1.   Everything compiles correctly but Apache complains about
the libphp4.so file and wont start.  If i put the libphp4.so file for
version 4.0.6 back out there then it runs fine again.
I compiled support for php and mysql into Apache  correctly because PHP
4.0.6 works fine.  I used the following to build both 4.0.6 and 4.1.2
versions of php.
  CC="/usr/bin/cc" ./configure --with-mysql=/usr/local/mysql
--with-apxs=/usr/local/etc/httpd/sbin/apxs
 make
apachectl stop
make install
apachectl start
I get the following error:  Cannot load   httpd/libexec/libphp4.so into
server:  Unresolved symbol in ../libphp4.so: mysql_error
Anyone else run into this?
thanks,
darryl
Received on Wed Mar 20 2002 - 12:38:45 NZST