Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: DBD::mysql error

by Eliya (Vicar)
on Mar 25, 2011 at 19:03 UTC ( [id://895567]=note: print w/replies, xml ) Need Help??


in reply to Re^2: DBD::mysql error
in thread DBD::mysql error

As your ldd output shows, mysql.so (the shared object belonging to DBD::mysql) hasn't been linked against libmysqlclient.so, so no messing with dynamic loader search paths or ldconfig is going to help here, because the loader doesn't even look for the latter library...  (it's kind of like fiddling with @INC without having use Module in the code).

Most likely, this is the result of something having gone wrong while building DBD::mysql — presumably the mysql library and/or the header files were not found at build time.  So you'll have to rebuild the module, making sure the lib/header files are found this time.  See the INSTALL file for how to do a manual installation and specify the respective options to Makefile.PL that tell the build process where to find things.

Replies are listed 'Best First'.
Re^4: DBD::mysql error
by liony301 (Novice) on Mar 30, 2011 at 00:31 UTC

    Thank you Eliyaa. Sorry about late reply. I think I messed up with trying different versions of the module to resolve the problem. I cleaned up and reinstalled the module. And apparently this has resolved the issue.

    I've passed on the system to developers and waiting for their response.

    Once again Thank you all for your help and guidance.
    Have a wonderful evening.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://895567]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-19 21:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found