On Thursday 29 May 2008 02:51:00 pm Ceyhun Atacan wrote: > Looks like libdcerpc_samr.so is available under /usr/local/samba/lib/: > (It's missing the .0 as indicated in the warning above though (i.e. > libdcerpc_samr.so) > > $ ls -al /usr/local/samba/lib/libdcerpc_sam* > lrwxrwxrwx 1 root root 23 2008-05-29 00:05 libdcerpc_samr.so -> > libdcerpc_samr.so.0.0.1 -rwxr-xr-x 1 root root 9558727 2008-05-29 00:05 > libdcerpc_samr.so.0.0.1 > > Can anyone spot what I'm doing wrong here?? On Fedora, I find I need to create some of the symlinks by hand.
ln -s libdcerpc_samr.so.0.0.1 libdcerpc_samr.so.0 You'll need to do several others too, probably. Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
