I have php-4.3.1 runnning currently DSO with apache 1.3.27 on openbsd
3.0, php-4.3.1 will not build libphp4.so with c-client using the
command line options:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--enable-track-vars --with-xml --with-imap=/usr/local/imap-2002b
--with-imap-ssl --with-gettext
but will build and install with:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
--enable-track-vars --with-xml --with-gettext
imap-2002b is installed and working fine but I get the error in my php
build:
Installing PHP CLI binary: /usr/local/bin/
Installing PHP SAPI module
[activating module `php4' in /usr/local/apache/conf/httpd.conf]
cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
cp: libs/libphp4.so: No such file or directory
apxs:Break: Command failed with rc=1
make: *** [install-sapi] Error 1
but libs contains two libraries:
libs> ls
libphp4.a libphp4.la
Any idea why php will not build with c-client?
Doug
--
------------------------------------------------------------------
For information about this mailing list, and its archives, see:
http://www.washington.edu/imap/c-client-list.html
------------------------------------------------------------------
- RE: C-Client and php4 Doug Dalton
- RE: C-Client and php4 Jeff Breitner
- Re: C-Client and php4 Doug Dalton
