Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Can't locate object method

by Anonyrnous Monk (Hermit)
on Feb 01, 2011 at 18:49 UTC ( [id://885594]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't locate object method
in thread Can't locate object method

It would be easier to help if we knew, for example, what platform you're on, what modules (you think) you have installed, how exactly you installed them, whether there were any errors at build/install time, etc.

In general, for tracking down problems with dependent libs, ldd is your friend (assuming you're on Linux/Unix — though there are similar tools for Windows).  For example, if you have Crypt::SSLeay installed, find Crypt/SSLeay/SSLeay.so, and run ldd on it. It should list what other shared libraries SSLeay.so depends on, and whether (and from where) those other libraries (such as libssl.so) would be loaded.

Replies are listed 'Best First'.
Re^4: Can't locate object method
by RachunZero (Novice) on Feb 01, 2011 at 19:00 UTC

    Cool. That displays:

    ldd ./lib/site_perl/5.12.2/i86pc-solaris-thread-multi/auto/Crypt/SSLea +y/SSLeay.so libssl.so.0.9.8 => (file not found) libcrypto.so.0.9.8 => (file not found) libc.so.1 => /lib/libc.so.1 libm.so.2 => /lib/libm.so.2

    So somewhere in this particular compile, I've messed up the libraries.

    Thanks very much for your help!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found