RE: [Samba] Compile Problem with libs

2003-10-27 Thread Schwartz, William H
nldap/lib aragorn% net --version Version 3.0.0 Can you think of anything else I might be missing? Thanks, Bill -Original Message- From: Derek T. Yarnell [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 4:09 PM To: Schwartz, William H Cc: '[EMAIL PROTECTED]' Subject:

Re: [Samba] Compile Problem with libs

2003-10-26 Thread Derek T. Yarnell
You need to compile with LDFLAGS, for example if your ldap libs are in /usr/local/openldap/lib you would type the following, tcsh syntax, setenv LDFLAGS "$LDFLAGS -R/usr/local/openldap/lib" What this does is append "-R/usr/local/openldap/lib" to the LDFLAGS environment variable. Then you need to

[Samba] Compile Problem with libs

2003-10-24 Thread Schwartz, William H
I'm trying to build samba 3 for Solaris 9 and I'm having trouble with the libraries. Everything seems to build fine but when I try to run one of the binaries I get: ld.so.1: /appl/samba/bin/net: fatal: liblber.so.2: open failed: No such file or directory If I add the path for my ldap and g