On Mon, 2004-11-22 at 20:28, Paul Porter wrote:
> Hi,
> 
> I am trying to do a PHP 5.02 compile and install on a Debian Linux
> system running Apache 1.3.31-7. For some reason the libphp5.so file is
> not being created. I am not getting any errors when running configure or
> make install. Is there something that I am missing?
> 
> Here is the configure command I am running:
> 
> ./configure --with-imap=/usr/local/src/imap-2004a
> --with-imap-ssl=/usr/bin/openssl --with-apache=/usr/include/apache-1.3/
> --enable-modules --enable-mods-shared --enable-so
> 
> Thanks in advance for your help,
> 
> - Paul
> 

Paul,

That is a DSO library file. I expect it is not being generated because
you do not have --with-apxs as part of your configure options. The
INSTALL file in the PHP sources has information on the various ways of
compiling PHP.

HTH
Chris

Reply via email to