I search in: ../../../support/postgresql/src/pg_config/include /Users/cpanrun/build/5.10.0/include /Users/cpanrun/build/5.8.8/include /sw/include /sw/s/include /include /s/include /usr/s/include /usr/X11R6/include /usr/local/samba/include /usr/local/include /usr/include /usr/local/samba3/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: ../../../support/postgresql/src/pg_config/lib /Users/cpanrun/build/5.10.0/lib /Users/cpanrun/build/5.8.8/lib /sw/lib /sw/s/lib /lib /s/lib /usr/s/lib /usr/X11R6/lib /usr/local/samba/lib /usr/local/lib /usr/lib /usr/local/samba3/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... grep -E 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:Inappropriate ioctl for device