in reply to Filesys::SmbClient can't find libsmbclient.so on OS X

um, search your harddisk for libsmbclient.so, if there is a libsmbclient.h in there, it should exist

if it doesn't exist, contact your operating system support ...

haha

apt-get install libsmbclient-dev yum install libsmbclient.i386
... whatevernessmacportshere

Replies are listed 'Best First'.
Re^2: Filesys::SmbClient can't find libsmbclient.so on OS X
by Cody Fendant (Hermit) on Mar 12, 2015 at 02:16 UTC
    I have searched my hard disk. In exactly the same way I searched for the .h file. It didn't find the .so file.

      I have searched my hard disk. In exactly the same way I searched for the .h file. It didn't find the .so file.

      Great, so  port search smbclient then  sudo port install  ???? or sudo port install samba3

      Also

      If you don't have this file you can download last version of Samba on www.samba.org and do: \$ tar zxvf samba-2.2.x.tar.gz \$ cd samba-2.2.x/source \$ ./configure \$ make bin/libsmbclient.so

      So if this is all the same thing but the file isn't called libsmbclient.so but something else, edit Makefile.PL and change the filename

        I'm sorry but you really don't seem to have read my original post.

        You suggest I should install samba with MacPorts. I've already done that.

        You suggest I should download Samba from samba.org and I've already mentioned the problem with that.