From: Chris Steinke <[EMAIL PROTECTED]>

cjs> >From what we understand, HP-UX automaticaly binds the build directories
cjs> into the object for run time linking. So by using the +cdp flag you can
cjs> get around this. Syntax is: +cdp <build path or old path>:<new path>

Interesting!  However:

cjs> -L/usr/local/src/openssl-0.9.6c \
cjs> +cpd /usr/local/src/openssl-0.9.6c:/usr/local/ssl/lib \
cjs> 
cjs> ......
cjs> 
cjs> then...
cjs> hp[src/openssl-0.9.6c]$ make    <-- Successful build
cjs> hp[src/openssl-0.9.6c]$ make test   <--- All tests work fine
cjs> hp[src/openssl-0.9.6c]# make install  

In that test above, if the test programs and the openssl application
were linked against the shared library (something that's implemented
in the current development of 0.9.7), exactly which shared libraries
are they going to use, the ones on the current build library or
previously installed ones?  And in the latter case, what happens if
this is the first time OpenSSL is built on the system, i.e. there are
no OpenSSL libraries in the installationn directory?

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus:             http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to