Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-17 Thread Petar Nedyalkov
On Monday 16 May 2005 23:53, StÃphane Bruno wrote: > Hello, > > I have apache 2.0.54 running on Fedora Core 1. I installed PHP5 with the > following command: > > ./configure --with-config-file-path=/etc --with-mysql=/usr/lib/mysql Add this: --with-apxs2=/usr/sbin/apxs > make > make install > > Th

Re: [PHP-INSTALL] Problems installing PHP 5 with Apache 2

2005-05-16 Thread Michael W.
I had a similar problem when installing PHP 5. libphp5.so is created by the compilation, but it is not created unless you tell it to. Add the following option to your ./configure command, and it should work: "--with-apxs2=/path/to/apache/bin/apxs" (minus the quotes). StÃphane Bruno wrote: Hell

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread ciberflash
lczyk" <[EMAIL PROTECTED]> To: "ciberflash" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 6:54 PM Subject: Re: [PHP-INSTALL] Problems installing PHP.. > ciberflash wrote:> > >  > > I just installed Apache 1.3.31 on my W2K

Re: [PHP-INSTALL] Problems installing PHP..

2004-10-04 Thread Brad Kowalczyk
ciberflash wrote: I just installed Apache 1.3.31 on my W2K SP4 computer. The installation of Apache 1.3.31 went well. I can use my browser to reach the root directory belonging to Apache. I downloaded PHP 4.3.9. I used the instructions to setup PHP by Julie C. Melloni. I am using her book to