Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: DBD::Oracle install complaining about missing file 'libmm.so.13'

by almut (Canon)
on Feb 08, 2007 at 13:06 UTC ( [id://598996]=note: print w/replies, xml ) Need Help??


in reply to DBD::Oracle install complaining about missing file 'libmm.so.13'

I'm not an expert in DBD::Oracle things, but I think there are essentially two approaches. Either build/install the lib (and don't forget to add its location to LD_LIBRARY_PATH), or figure out what exactly is requiring that lib (ldd -s Oracle.so should tell you), and then see whether it is possible to rebuild / relink / reconfigure /... that other lib in an alternative way, such that it no longer depends on libmm. (Not sure why your other installation isn't depending on it -- maybe it's been linked in statically...).   Good luck.

Replies are listed 'Best First'.
Re^2: DBD::Oracle install complaining about missing file 'libmm.so.13'
by reasonablekeith (Deacon) on Feb 08, 2007 at 14:05 UTC
    You are a superstar! ++

    I downloaded the lastest libmm distribution, managed to make it after searching for a few more items (/usr/local/lib/ not in LD_LIBRARY_PATH).

    that created libmm.so.14. A quick sym link later and I was in business!

    Many Thanks, Rob

    ---
    my name's not Keith, and I'm not reasonable.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-28 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found