MySQL Forums
Forum List  »  Perl

Path problem with 5.0.45 and DBD::mysql on Mac OsX 10.4.10
Posted by: R Test
Date: November 12, 2007 06:41PM

There is certainly a path problem with with DBD::mysql (apparently 4.005) in combination with MySQL (5.0.45, 32bit powerpc).

DBD::mysql is looking for various files in /usr/local/mysql/lib/mysql/*.* , which in fact are to be found in /usr/local/mysql/lib/*.*



The solution was the creation of a link

sudo ln -s /usr/local/mysql/lib /usr/local/mysql/lib/mysql

as described in http://www.thescripts.com/forum/thread676055.html



Who is not behaving proprely here? Is this a MySQL problem or a DBD::mysql problem?


Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Path problem with 5.0.45 and DBD::mysql on Mac OsX 10.4.10
November 12, 2007 06:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.