[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almost done
- Subject: Re: [cobalt-developers] Need confirmation per raq 3/php 4. Almost done
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Tue Dec 25 22:57:04 2001
- Organization: Front Street Networks LLC
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Tuesday 25 December 2001 01:37 pm, you wrote:
> I try
> rm config.cache
> make clean
> I do it again
> the ./configure
> make
> make install
> and once again, I search in
> /usr/lib/apache/
> and only see libperl.so
> not php4.so (libphp4.so)
> If I add that line to the httpd.conf will it know what to do?
No, I think you actualy have to have the file /usr/lib/apache/libphp4.so
> I even tried locate libphp4 and only get .a type files
>
> should I redo with another php source?
>
I really don't know.
Are you giving ./configure some options?
./configure --with-mysql --with-apxs=/usr/sbin/apxs --enable-ftp
--with-openssl=/usr/local/ssl/
Are you positive you are not getting compile errors?
Does "make" and "make install complete with no errors?
Gerald