In message <[EMAIL PROTECTED]> on Mon, 14 Feb 2005 11:30:51 -0500 (EST), Jon
Earle <[EMAIL PROTECTED]> said:
je_osu> What I want to do is hard-code the runtime link path into the
je_osu> libraries/executables, in a fashion similar to that employed
je_osu> by HP-UX (which, I believe, just "does it"). I've tried
je_osu> changing the build target for libssl.so as follows:
je_osu>
je_osu> libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
je_osu> @if [ "$(SHLIB_TARGET)" != "" ]; then \
je_osu> $(MAKE) SHLIBDIRS=ssl \
je_osu> SHLIBDEPS='-lcrypto -W1,-rpath ${INSTALLTOP}/lib' \
^
That's the digit 1. You want the letter l. Change your font so you
can see the difference.
Cheers,
Richard
--
Richard Levitte [EMAIL PROTECTED]
http://richard.levitte.org/
"When I became a man I put away childish things, including
the fear of childishness and the desire to be very grown up."
-- C.S. Lewis
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]