SAMBA Not Installing

Jeremy Allison jra at samba.org
Tue Mar 8 04:18:34 MST 2011


On Mon, Mar 07, 2011 at 08:51:56PM -0500, Saravanan.Babu at cit.com wrote:
> Hi,
> 
>  
> 
> I'm receiving this error for using the source3 directory.
> 
>  
> 
> keres:/crash/samba-3.5.6/source3
> 
> # ./autogen.sh
> 
> ./autogen.sh: autoheader: not found
> 
> ./autogen.sh: test: argument expected

You don't have the autotools package installed.

You don't need to do the ./autogen.sh to compile.
Just extract the tarball, cd into samba-3.5.6/source3
and run:

./configure
make

and it should just work.

Jeremy.


More information about the samba-technical mailing list