From: "Alan McIlwain Perez" <[EMAIL PROTECTED]>

ajm> Now when I do make install it will finish like this:
ajm> installing tools...
ajm> installing libcrypto.a
ajm> installing libssl.a
ajm> + ln -s -f libcrypto.so.0.9.6 libcrypto.so.0
ajm> + ln -s -f libcrypto.so.0 libcrypto.so
ajm> + ln -s -f libssl.so.0.9.6 libssl.so.0
ajm> + ln -s -f libssl.so.0 libssl.so

Well, it looks like the following expression is too complicated to
/usr/bin/grep on Solaris, and that's the reason shared libraries do
not get created there.  *sigh*

echo foo bar crypto kaka | grep '\(^\| \)\(crypto\|ssl\)\( \|$\)'


I'll have to replace that with some other mechanism...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.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
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to