On Wed, Nov 24, 2010 at 12:29:47PM -0800, ken watanabe
wrote:> To Samba,
> I downloaded the samba-3.5.6.tar.gz file from the Samba webpage to my LINUX
> server and extracted the files.
> Then I tried installing the software via the following commands.
>
> $ cd samba-3.5.6/source4
> $ ./autogen.sh
> $ ./configure
> $ make
> $ su root
> # make install
>
>
> I created a file called "startsmb" containing the following 4
lines
> #!/bin/sh
> /usr/local/samba/sbin/smbd -D
> /usr/local/samba/sbin/winbindd -D
> /usr/local/samba/sbin/nmbd -D
>
> When I tried running startsmb I got the following errors
> $ ./startsmb
> ./startsmb: line 2: /usr/local/samba/sbin/smbd: No such file or directory
> ./startsmb: line 3: /usr/local/samba/sbin/winbindd: No such file or
> directory
> ./startsmb: line 4: /usr/local/samba/sbin/nmbd: No such file or directory
>
> The directory tree /usr/local/samba exists, but there is no sbin directory.
> There is a lib64 directory though.
>
> Any help would be appreciated.
Capture the output of "make install" and see what it put
where.