[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP, Apache, MySQL issue
- Subject: Re: [cobalt-users] PHP, Apache, MySQL issue
- From: jens@xxxxxxxxxxxxxxxxxxxx (Jens Kristian Søgaard)
- Date: Wed Aug 2 13:35:31 2000
Daren Cotter <darenc@xxxxxxxxxxxxxxxxx> writes:
> Persisten DB connections are essential for this website to operate! When I
Very very weird website then. Essentially it shouldn't be possible to
know the difference between persistent and non-persistent db
connection, unless you're looking "behind the scenes".
Are you completely sure, that it really is the persistent db
connections that keeps the website from functioning? (what error
message do you get?)
> ERROR MESSAGE:
> apxs:Warning: /usr/bin/httpd not found or not executable
> apxs:Warning: Continuing anyway...
> apxs:Warning: No shared object support for Apache
> apxs:Warning: available under your platform. Make sure
> apxs:Warning: the Apache module mod_so is compiled into
> apxs:Warning: your server binary `/usr/bin/httpd'.
> apsx:Warning: Continuing anyway...
This error message is more or less "normal" on the RaQ. It hasn't kept
me from compiling PHP as a module. Just go on compiling - despite of
the error message, the module actually works.
Configure PHP something like this:
./configure --with-apxs=/usr/sbin/apxs --with-mysql --enable-track-vars ....
And it should work...
--
Jens Kristian Søgaard, Mermaid Consulting I/S,
jens@xxxxxxxxxxxxxxxxxxxx,
http://www.mermaidconsulting.com/