On AIX 5.2, using Visual Age C/C++ V6, we are unable to compile apache.
This is due to a duplication of a define in both products, but in your
code this is not checked for correctly.
I have attached a patch that clarify what needs to be changed.
Regards,
Per Olausson
Darkheim Tec
OpenSSL 0.9.8a
Visual C++ 6:
OPENSSL_Applink can be implemented only in main EXE module.
There is no possibility, to implement it in my DLL, because openssl finds
OPENSSL_Applink only in main module â GetModuleHandle(NULL).
When using Java JNI, I am not able to implement OPENSSL_Applink
I’m using OpenSSL as a module in PHP (php_openssl), and I need to call
the CGI page may times per second
but the initialization process in RAND_poll is too slow.
I’m thinking to modify OpenSSL to use the rtlGenRandom call available in
XP/2003 Server/Vista OSs
(see http://blogs.msdn.com/micha
But without splitting -Wl,-Fl from libssl.a with
a space,
??? 'cc -b -Wl,-Fl,libssl.a ...' should be/is translated to 'ld -b -Fl
libssl.a ...' by cc. Comma in cc -Wl stands for space in ld line.
Yes, that is absolutely correct. However, you are telling cc to pass this
through without thinki
Andy Polyakov wrote:
But without splitting -Wl,-Fl from libssl.a with
a space,
??? 'cc -b -Wl,-Fl,libssl.a ...' should be/is translated to 'ld -b -Fl
libssl.a ...' by cc. Comma in cc -Wl stands for space in ld line.
Yes, that is absolutely correct. However, you are telling cc to pass thi