I search in: /export/home/cpanrun/build/5.6.1/include /export/home/cpanrun/ccache/include /export/home/cpanrun/APerl/include /include /usr/s/include /s/include /usr/ccs/include /usr/local/include /usr/local/samba/include /usr/local/samba3/include /usr/include Where can I find libsmbclient.h ? [] ************************************************************* ** WHAT !!!! ** I Can't find /libsmbclient.h : No such file or directory. ************************************************************* 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 Then you can find libsmbclient.h in source/include directory and libsmbclient.so in source/bin directory. You can then put them in /usr/include and /usr/lib (or /usr/local/include and /usr/local/lib) I search in: /export/home/cpanrun/build/5.6.1/lib /export/home/cpanrun/ccache/lib /export/home/cpanrun/APerl/lib /lib /usr/s/lib /s/lib /usr/ccs/lib /usr/local/lib /usr/local/samba/lib /usr/local/samba3/lib /usr/lib Where can I find libsmbclient.so ? [] ************************************************************* ** WHAT !!!! ** I Can't find libsmbclient.so : No such file or directory. ************************************************************* 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 Then you can find libsmbclient.h in source/include directory and libsmbclient.so in source/bin directory. You can then put them in /usr/include and /usr/lib (or /usr/local/include and /usr/local/lib) Do you want make tests ?(you will be prompted for server / worgroup / share / user / password to make read write access. [yes] yes Server ? [localhost] localhost Share ? [homes] homes Workgroup/Domain ? [] Smb user ? [cpanrun] cpanrun Smb password ? Compile module with trace to STDERR ? [no] no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... egrep checking for working alloca.h... yes checking for alloca... yes checking for smbc_mkdir in -lsmbclient... no configure: error: I can't find your libsmbclient.so or symbol smbc_mkdir. Check config.log for details. Can't run configure:No such file or directory