From: Carson Gaspar <[EMAIL PROTECTED]>

carson> > sed -e
carson> > 's,^\("solaris[^"]*-gcc.*\):gnu-shared:\(.*$\),\1:solaris-shared:\2,' Con
carson> > figure > Configure.fixed
carson> >
carson> > and all should be well.
carson> 
carson> That was me. And I'm rather sad that this didn't make it into
carson> the default makefile. <sigh> More forked code to maintain.
carson> What fun.

The problem is a little wider than that.  On systems were GNU ld was
installed before gcc, there's a big chance GNU ld will be the one gcc
calls to do the linking.  And according to my experiments, tucking a
"PATH=/usr/ccs/bin:$${PATH}" in front of the gcc command didn't quite
help.  On such a system, having solaris-shared instead of gnu-shared
fails enormously.

Now, the 0.9.6b release solved an issue that was far greater than the
support for shared libraries (which is still not really supported and
still in experimental status): the PRNG security problem.

I'm still about to check how I can solve the solaris-shared vs.
gnu-shared problem, it just wasn't highest priority so far.

-- 
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