http://qs1969.pair.com?node_id=598996


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.