[openssl-dev] [openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2016-02-01 Thread Rich Salz via RT
This is an issue reported against 0.9.x/1.0.0 If still an issue with current release, please open a new ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe:

Re: [openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2013-11-26 Thread Daniel Richard G. via RT
I'm reluctant to open an old issue, but Tru64 v5.1 is a corner case unfortunately not covered by this fix. (Andy: I am seeing this error now that I am building OpenSSL with non-default build options.) /usr/include/dlfcn.h on this system #defines RTLD_NEXT, but neither Dl_info nor dladdr() are

Re: [openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2013-11-26 Thread Daniel Richard G.
I'm reluctant to open an old issue, but Tru64 v5.1 is a corner case unfortunately not covered by this fix. (Andy: I am seeing this error now that I am building OpenSSL with non-default build options.) /usr/include/dlfcn.h on this system #defines RTLD_NEXT, but neither Dl_info nor dladdr() are

Re: [openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2010-10-02 Thread Andy Polyakov via RT
I am also attempting to build OpenSSL 1.0.0a on an antique OSF1 system-name-here V4.0 1530 alpha alpha Tru64 system running Alpha 4.0G. I also get the error about dli not being declared. This is the last of the compile log where it fails: cc -I.. -I../.. -I../asn1 -I../evp -I../../include

[openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2010-09-29 Thread Ingersoll, Nelson via RT
I am also attempting to build OpenSSL 1.0.0a on an antique OSF1 system-name-here V4.0 1530 alpha alpha Tru64 system running Alpha 4.0G. I also get the error about dli not being declared. This is the last of the compile log where it fails: cc -I.. -I../.. -I../asn1 -I../evp

[openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2010-09-18 Thread Andy Polyakov via RT
The issue was fixed earlier in http://cvs.openssl.org/chngview?cn=19501. a. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2010-08-09 Thread Cameron Hague via RT
Hello there, After running ./config on my Alpha Tru64 server and then running make, lots gets made until finally it breaks with the following error. cc: Error: dso_dlfcn.c, line 445: In this declaration, Dl_info must specify a type. (badparsedecl) Dl_info dli; ^ cc: Error:

Re: [openssl.org #2316] Build issue on Tru64 (Dl_info must specify a type)

2010-08-09 Thread Steven M. Schweda
From: Cameron Hague via RT r...@openssl.org After running ./config on my Alpha Tru64 server my Alpha Tru64 server is not a very useful description of anything. and then running make, lo= ts gets made until finally it breaks with the following error. cc: Error: dso_dlfcn.c, line 445: