Matt Krause wrote:

Has anyone actually been successful compile this as a DSO with apache
1.3.31?  I can't get it to work on a number of machines. It never
(re)creates the libphp4.so file even though ./configure
--with-apxs=/usr/local/apache/bin/apxs --with-ldap
--with-mysql=/usr/local/mysql; make; make install reports no errors.

/usr/local/lib/php gets populated along with /usr/local/bin/php and
/usr/local/lib/php.ini as well.

I have tried this with 4.3.7 as well. The last time I got it to work
was with 4.3.6, but even when I try to recompile 4.3.6 to inlcude LDAP
support, it won't overwrite the previous libphp4.so file.

Anyone have any ideas? I have posted this to multiple LUG lists and
have people stumped so far. Thanks.


I know when I tried to make PHP5 as a DSO for Apache1.3.x or Apache2 on a FreeBSD machine It would not create the libphp5.so file, I found this solution:

after running ./configure edit the libtool file looking for this line:
  deplibs_check_method="unknown"

if it exists change it to :
   deplibs_check_method="pass_all"

then run make install, it worked for me.

--

|> Brad Kowalczyk
|> Web Developer
|> [EMAIL PROTECTED]
|> www.ibiscode.com


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to