On Thursday 04 December 2008 07:34:57 pm you wrote: > openchangeclient: error while loading shared libraries: libmapi.so.0: > cannot open shared object file: No such file or directory
Well the libraries are missing :-) I have this problem a lot... To create them, you need to follow this part of the documentation (from doc/howto.txt): Since the libraries will be installed in /usr/local/samba/lib, ldconfig needs to know about it. On Linux, make sure this directory is listed in /etc/ld.so.conf and run 'ldconfig -v'. On FreeBSD, add this directory to the line 'ldconfig_paths' in /etc/rc.conf and then run 'ldconfig -rv'. Alternatively, you can create a new entry under /etc/ld.so.conf.d/ (follow an existing example) and then run ldconfig as shown above. HTH Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
