On Tuesday, June 12, 2001, at 01:04 AM, Martin Redington wrote:
> does that mean that I need to hack apache (or some other piece), to
> get mod_php and DDB::MySQL to play together (well, in the same apache
> instance), or have I done something wrong in building one of the
> components?
I think something is wrong with how things are built; the same symbol
should not exist twice. I have very little experience with MySQL, even
less with Perl and MySQL. However, I do remember something about PHP;
that if you build PHP without MySQL support, that it builds in its own
stub or some such, and adding MySQL later has conflicts. You probably
need to build MySQL, and then build PHP. Which means the PHP built into
OS X (which was not built with MySQL) is probably not built how you want
it to be built. There is probably something on this at php.net.
-Fred