On Tue, 19 Aug 2003 20:20:41 +0100 Pete French <[EMAIL PROTECTED]> wrote: > > The original SSL won't work with GNUstep. If you do not want to > > override it, you must configure -base with --disable-openssl. > This is the second time I have seen someone say this, yet it appears > to work fine for me - or at least I dont get any crashes compiling and > running with the original SSL, and I do not disable it when I > configure. Exactly what are the symptoms ?
I haven't seen the problem on FreeBSD 5.x, only on 4.x (up to 4.6, I skipped 4.7+ and went directly to 5.x) What happens is that basically any access to NSURL (and related) will crash the tool or application. I'm not sure what is causing this, but it could be that the default SSL on 4.x is compiled with gcc 2.95.3. However, using OpenSSL from ports will work regardless of the compiler used to install it. -- Chris _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
