php-install Digest 11 May 2002 20:01:23 -0000 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 digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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 appears that the symbol _unixdriver can be found in the file
libc-client.a (UW-Imap c-client) :
bash-2.05# nm /usr/local/lib/libc-client.a | grep "unixdriver"
00000604c D _unixdriver
Can anyone help me to find my error ?
---- head of config.log :
It was created by configure, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ ./configure --prefix=/usr/local/php-4.2.0 --with-gd=/usr/local
--with-pgsql
--with-ttf --enable-pear --with-zlib=/usr --with-ftp --with-openssl
--enable-sockets --with-apxs2=/usr/local/http-2.0.35/bin/apxs
--with-gettext --with-jpeg-dir=/usr/local --with-png-dir=/usr/local
--with-freetype-dir=/usr/local/freetype-2.1.0 --with-t1lib=/usr/local/
--enable-sysvshem --enable-sysvshm --enable-mbstring --with-imap-ssl=/usr
--with-mcrypt=/usr/local --without-pam --without-crypt
--with-imap=/usr/local --with-imap-ssl=/usr
## ---------- ##
## Platform. ##
## ---------- ##
hostname = vm-openbsd
uname -m = i386
uname -r = 3.0
uname -s = OpenBSD
uname -v = GENERIC#94
/usr/bin/uname -p = Intel Pentium 4 ("GenuineIntel" 686-class)
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = OpenBSD.i386
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
--
Karl Soulabaille
--- End Message ---
--- Begin Message ---
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 hoping
someone can direct me to the binaries for a linux i386(i686) install
preferable one compiled on RedHat.
I downloaded the source from php.net, but was confused, and could not
find any text files/docs to help me compile it on linux. So I either
just need the binaries or a tutorial walk thru to help me compile php
4.20.
Thanks...
--- End Message ---