Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 16:12:19 +0000
From:      Pete French <pfrench@firstcallgroup.co.uk>
To:        stable@freebsd.org
Subject:   Odd link order behaviour with OpenSSL and DES
Message-ID:  <E18xr2B-000O92-00@mailhost.firstcallgroup.co.uk>

next in thread | raw e-mail | index | archive | help
I have a tiny program:

        puts("hello");
        SSL_load_error_strings();
        SSL_library_init();
        return 0;

If I link it as:

	-lobjc -lz -ldes -lm -lssl -lcrypto

Then it segmentation faults. If I re-arrange it such that the line line is:

	-lobjc -lz -lm -lssl -lcrypto -ldes

Then I get no segemntation fault! This has only started happening
with a CVSUP of todays code for 4.8-RC. Previously I was running
a CVSup from the 18th of March.

Is this a deliberate change to linking behaviour ?

-pcf.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18xr2B-000O92-00>