Build problem in solaris9
Paul Boven
p.boven at chello.nl
Tue Aug 16 02:16:59 EDT 2005
Hi Biswatosh,
> I have my openssl header files in
> /opt/csw/include/openssl and libcrypto.a in
> /opt/csw/lib/.
> All I did was
> ln -s /usr/include/ /opt/csw/include/openssl
> ln -s /usr/lib/libcrypto.a /opt/csw/lib/libcrypto.a
> ln -s /usr/lib/libcrypto.so
> /opt/csw/lib/libcrypto.so(this last step u may not
> require) and that's it!!
Try this instead:
./configure --with-openssl=/opt/csw (and the rest of your configure
arguments)
This way, you don't have to set up any symlinks etc.
Regards, Paul Boven.
More information about the Cyrus-sasl
mailing list