Re: Name space collision

2002-04-06 Thread Richard Levitte - VMS Whacker
From: Steven Bade [EMAIL PROTECTED] sbade It seems that building with -Wl,-Bsymbolic on the linker options for sbade creating the libcrypto.so makes this issue go away... Hmm, I guess that's a change to be made in Makefile.org. However, except for GNU ld, I have no idea what the option to

Re: Name space collision

2002-04-06 Thread Richard Levitte - VMS Whacker
From: Steven Bade [EMAIL PROTECTED] sbade Here is a patch I created for the Makefile.org file to correct the sbade problem we were having... Thanks. It will be applied immediately. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T:

Re: Name space collision

2002-04-06 Thread Richard Levitte - VMS Whacker
From: Harald Koch [EMAIL PROTECTED] chk Here is a patch I created for the Makefile.org file to correct the chk problem we were having... chk chk I wouldn't like to see this in OpenSSL by default; there are times when chk you *want* to over-ride functions inside the library in your own chk

Re: Possible bug in OpenSSL 0.9.6c on NetBSD/i386 1.4.2

2002-04-06 Thread Richard Levitte - VMS Whacker
From: Gunnar Helliesen [EMAIL PROTECTED] gunnar Possible bug? I wish I could track it down for you and submit a fix, gunnar but I'm afraid that's beyond my capabilities. gunnar gunnar This is for OpenSSL 0.9.6c downloaded just now. [... log with errors ...] gunnar [changed compiler

Re: Name space collision

2002-04-06 Thread Harald Koch
Hmm, why would one want to do that? Out of curiosity... The first example that leaps to mind is the IPv6 bump-in-the-api shim library; See, for example: http://www.kfu.com/~nsayer/6to4/noipv4.html http://www.kfu.com/~nsayer/6to4/shimlib.c The idea is to pre-load a shared library that

Re: Name space collision

2002-04-06 Thread Richard Levitte - VMS Whacker
From: Harald Koch [EMAIL PROTECTED] chk Hmm, why would one want to do that? Out of curiosity... chk chk The first example that leaps to mind is the IPv6 bump-in-the-api shim chk library; See, for example: chk chk http://www.kfu.com/~nsayer/6to4/noipv4.html chk

Re: Name space collision

2002-04-06 Thread Steven Bade
thanks for taking the patch into consideration... When I get back to work I'll see if i can;t find the AIX Linker options and pass them on... Richard Levitte - VMS Whacker wrote: From: Steven Bade [EMAIL PROTECTED] sbade It seems that building with -Wl,-Bsymbolic on the linker options for