This simple tip reduces potential problems for someone building Samba for the first when they only want libmapi. libmapi users cannot be assumed to be familiar with server-side things, or even Unix builds.
As soon as I understand properly how to chop down targets in the Samba build system I'll try to fix this usefully (what's the point of a modular Samba if you are forced to build everything anyway :-) -- Dan Shearer [EMAIL PROTECTED]
Index: howto.txt =================================================================== --- howto.txt (revision 231) +++ howto.txt (working copy) @@ -82,6 +82,14 @@ # ./autogen.sh && ./configure --prefix=/usr/local/samba && make # make install && make installlib && make installheader +If you are only interested in OpenChange client libraries you don't need all of +Samba built or installed, which has several efficiencies. For example: + +# export AUTOGEN_SKIP_SWAT=yes +# ./autogen.sh && ./configure --prefix=/usr/local/samba --with-krb5=no && make +# make installlib && make installheader + + Since the libraries will be installed in /usr/local/samba/lib, make sure this is listed in /etc/ld.so.conf and run 'ldconfig'. On linux, check with ldconfig -v afterwards.
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
