I'm trying to have mod_perl and php running in the same apache server, 
accessing the same mysql database.

At runtime, when the first request is issued from perl, I get the 
following error:

dyld: /Local/Server/Apache/sbin/httpd multiple definitions of symbol 
__dig_vec
/Local/Server/Apache/sbin/httpd definition of __dig_vec
/Local/Library/Perl/darwin/auto/DBD/mysql/mysql.bundle definition of 
__dig_vec

It occurs with both static and dso, but only from perl (php can access 
the DB with no error).

What can I do?

Greg

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to