Hi I am trying to compile the SAMBA VFS module on MAX OSX system. I noticed that the dynamic library file extention '.so' is used instead of '.dylib'. The samba server expect it to be dylib extention. The configuration info is missing the configure.in (approximate line no 312) file for darwin: > *darwin*) > BLDSHARED="true" > LDSHFLAGS="-bundle -flat_namespace -undefined suppress" > SHLIBEXT="dylib" > ;;
Fixed in SVN revision 19852.