> Does Apache with static compiled PHP not work on Solaris 8?
> Since the pages behave really crazy, we think it has something to do
> with our PHP.
> Does someone have a similar installation - which versions?
> Or any help?

Ding!

This just set off a ringer in my head. :-)

Go back to your /usr/src/php* directory (or whever Solaris hides it) and dig
through config.log and config.cache and whatnot to figure out if:

Did PHP use the "built-in" MySQL library rather than the source headers for
the MySQL you are actually running?

If so, and it it's a different version from what you are actually running,
then you'd see behaviour like this.  MySQL sorta works, cuz some functions
in the binary files are where/how PHP expects them, but a bunch aren't and
they act all crazy.

If all else fails, just do:

./config.nice

and read the last 50 lines or so.

Either you get this big ASCII box about using the MySQL built-in libraries,
or you're okay on that score.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to