Hello,

there is a bug in openssl since openssl1.0.1i

I am compiling under Solaris 10 with CC from SolarisStudio 12.3.

The problem is not the compiler, it is the implementation of the new test 
dtlstest.
I always did "make dclean" and up to openssl1.0.1h there was no problem, since 
openssl1.0.1i linking fails if doing "make dclean" before building.

This is what I have found out:

"make dclean"  deletes the new test file "test/ssltestlib.c"
"./config" creates "ssltest.c => dummytest.c" in test
And linking dtlstest fails with Linking Error because of there is a "main" 
function in dummitest.c also.

Errormessage:
ld: fatal: symbol 'main' is multiply-defined:
                (file dtlstest.o type=FUNC; file ssltestlib.o type=FUNC);
ld: fatal: symbol '__fsr_init_value' is multiply-defined:
                (file dtlstest.o type=NOTY; file ssltestlib.o type=NOTY);
ld: fatal: file processing errors. No output written to dtlstest
*** Error code 2

Kind regards



Mit freundlichen Grüßen
Mario Nitschke

IT-Systemadministrator

-----------------------------------------------------------------------
D-TRUST GmbH
Kommandantenstr. 15
10969 Berlin
GERMANY
Phone:  + 49 (0) 30  - 2593 91-730
Fax:    + 49 (0) 30  - 2593 91-778

m.nitsc...@d-trust.net<mailto:m.nitsc...@d-trust.net>
www.D-TRUST.net<http://www.d-trust.net/>

Sitz der Gesellschaft: Berlin
Handelsregister:       AG Berlin-Charlottenburg HRB 74346.
Ust.-IdNr.:            DE202620438
Geschäftsführer:       Heinz-Otto Meyn, Dr. Kim Nguyen

This message is intended only for the use of the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential 
and exempt from disclosure under applicable law. If the reader of this message 
is not the intended recipient, or the employee or agent responsible for 
delivering the message to the intended recipient, we hereby give notice that 
any dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this message in error, please delete the 
message and notify us immediately.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4688
Please log in as guest with password guest if prompted

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to