On Tue, Aug 05, 2003 at 11:31:30AM -0700, [EMAIL PROTECTED] wrote: > I am running a Samba 2.x.x on a Solaris 9 and I get this when I start the > demon at the command line. > > > > # /usr/local/samba/bin/smbd -D > ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No > such file or directory > Killed
The error message tells you what the problem is - smbd is dynamically linked against libpopt and you don't have it. Install the popt package from sunfreeware.com and see if it works. -- Michael Heironimus -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
