Issues in compiling samba-3.5.4 from source
Volker Lendecke
Volker.Lendecke at SerNet.DE
Thu Aug 19 02:52:54 MDT 2010
On Thu, Aug 19, 2010 at 02:11:18PM +0530, Abhinav Gupta3 wrote:
> Sorry, LD_LIBRARY_PATH=. did not help. This env. variable was not defined.
> I defined it as LD_LIBRARY_PATH=. but in vain. I can see the dependent
> modules in /usr/local/samba/lib , but where do I copy them?
You might have to use
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/samba/lib"
export LD_LIBRARY_PATH
If you are using csh, the syntax might be different.
Volker
More information about the samba-technical
mailing list