in reply to Re^2: Filesys::SmbClient can't find libsmbclient.so on OS X
in thread Filesys::SmbClient can't find libsmbclient.so on OS X
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Filesys::SmbClient can't find libsmbclient.so on OS X
by Cody Fendant (Hermit) on Mar 13, 2015 at 01:06 UTC | |
by bitingduck (Deacon) on Mar 13, 2015 at 03:43 UTC | |
by Anonymous Monk on Mar 13, 2015 at 01:35 UTC |