-----Original Message-----
From: McKenzie, David [mailto:damckenzie@xxxxxxxxxx]
Sent: Wednesday, 28 July 2010 2:33 PM
To: squid-users@xxxxxxxxxxxxxxx
Subject: Trouble compiling Squid on Solaris
Hi Guys,
Having a bit of trouble compiling Squid on Solaris.
Error:
libtool: link: cannot find the library `/export/builds/s10-release/
s10_ccd_03/usr/src/cmd/openldap/openldap-2.2.17/libraries/liblber/
liblber.la' or unhandled argument `/export/builds/s10-release/
s10_ccd_03/usr/src/cmd/openldap/openldap-2.2.17/libraries/liblber/
liblber.la'
The directory mentioned does not exist, nor is it mentioned in
LD_LIBRARY_PATH, the file it is looking for is in /opt/sfw/lib/,
which is in LD_LIBRARY_PATH. Couldn't see any option in the
configure script which allows specifying the LDAP path, am I doing
something stupid here?
This was compiling both 3.1.5 and 3.1.5-20100727
Thanks,
--
Dave
Ran into something similar, so ended up going to version 2.7 instead,
but been meaning to try out a build script for 3.1.x where you set the
"LDFLAGS" to /opt/sfw/lib before the configure call ... give that a
go? (Also, you may want to include /opt/sfw/lib/64 for any 64 bit
libraries as well). I will reply to this thread after I've gotten it
to work or given it another try (probably another week or two) .
Disclaimer: I am a little new to this myself ... so ... keep that in
mind (-:
Good luck!
KM