problems compiling todays cvs

Steeve steeve at eps.mcgill.ca
Wed Dec 6 19:26:27 GMT 2000


Adam Read wrote:
> 
> I have had the same problem.
> One quick /*newbie*/ question:
> How do I link the files so I can type nmdb and smbd anywhere like they should
> be; I have to run them ./nmbd from thier bin directory.
> Am I missing something? or did I not do a step.

Lots of options,

1) symlink to a directory in your path

  cd /usr/local/bin
  ln -s /usr/local/samba/bin/smb* .
  ln -s /usr/local/samba/bin/nmb* .

2) add their to your path in /etc/profile, for example,

   PATH=$PATH:/usr/local/samba/bin
   export PATH

3) write a bash script to point to them in your path

 Left as an exercise.

> Thanks,
> Adam
> 
> >>> Marc Harding 12/06 1:38 PM >>>
> Trying to compile todays cvs, I am getting this error:
> 
> make: *** No rule to make target `libsmb/clisecdesc.o', needed by
> `bin/smbd'.  Stop.
> 
> Anyone else?  Or is it an option I set in my configure?

This was the point of my initial query concerning the lack
of a compilable cvs SAMBA_2_2.

-- 
steeve SysAdmin EPS McGill University Mtl Qc
:wq




More information about the samba-ntdom mailing list