I had installed PHP 4.2 with OpenBSD 3.0 + Apache 2.0.35.
When I run Apache, I got the error :
bash-2.05# ./apachectl start
/usr/libexec/ld.so: Undefined symbol "_unixdriver" in
httpd:/usr/local/http-2.0.35/modules/libphp4.so
./apachectl start: httpd could not be started
It
Can someone help me.
I have been looking for a walk through/tutorial to help me get PHP 4.20
setup on my linux box running RH71. I setup PHP on my NT Box with out
any issues but I was able to get the binaries from php.net. Php.net
does not have binaries for linux. Just the source code. I was
php-install Digest 11 May 2002 20:01:23 - Issue 830
Topics (messages 6941 through 6942):
Re: undefined symbol _unixdriver (IMAP)
6941 by: Karl Soulabaille
Installing PHP 4.20 on RedHat 7.1 for use with Apache
6942 by: Rodney S. Foley
Administrivia:
To subscribe to the dig
I ran into problem when compiling PHP with apache and mysql
$ ./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/
--with-apxs=/usr/local/apache_1.3.12/bin/apxs
Below is the debug log
CONFIGURE: './configure' '--with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/'
'--with-
Is there a libmysqlclient library somewhere under
/usr/local/mysql-3.22.32-pc-linux-gnu-i686 ?
On Sat, 11 May 2002, JOSEPH OGUNRO wrote:
> I ran into problem when compiling PHP with apache and mysql
> $ ./configure --with-mysql=/usr/local/mysql-3.22.32-pc-linux-gnu-i686/
>--with-apxs=/usr/local