Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: smbclient.pm problems

by virtualsue (Vicar)
on May 01, 2003 at 18:04 UTC ( [id://254749]=note: print w/replies, xml ) Need Help??


in reply to smbclient.pm problems

Is $LD_LIBRARY_PATH set? The shared library loader is actually looking for libsmbclient.so.0, so you either don't have it, or the loader needs help finding it. For example, if libsmbclient.so.0 is in /usr/local/lib, try setting $LD_LIBRARY_PATH in your environment before running your script, e.g.:
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found