in reply to Re^2: DBD::MySQL Install Problem
in thread DBD::MySQL Install Problem
But maybe the mysql_config program you've provided does not point to the right locations. (by the way, installing mysql should install mysql_config, that directory might not be in your path - it could be installed in /usr/sbin or /usr/local/bin for instance)
what does
print?mysql_config --libs
Mine (on linux) gives
Which means that libmysqlclient.so* should be installed in /usr/lib/mysql. Which is correct for my system.-L/usr/lib/mysql -lmysqlclient
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBD::MySQL Install Problem
by SeekerOfPerl (Initiate) on Aug 22, 2007 at 16:58 UTC | |
by Joost (Canon) on Aug 22, 2007 at 17:03 UTC |