[PATCH] openssl-0.9.8h in AIX 5.3 do not build shared libraries correctly

2008-09-09 Thread tippa123
Hi! INTRODUCTION When just building Apache 2.2.9 with openssl support, I found that "mod_ssl.so" could not be loaded. When I investigated the problem I found that the reason was "broken" openssl shared libraries. These libraries (libcrypto.so and libssl.so) were build using "./Configure aix64-cc

Re: [PATCH] openssl-0.9.8h in AIX 5.3 do not build shared libraries

2008-09-10 Thread tippa123
Hi, (response to Andy) 1) How does mod_ssl.so fail to load exactly? I got error message (below) after tried to start "httpd" (some blanks added): httpd: Syntax error on line 92 of /temp/packages/AIX/apache22/conf/httpd.conf: Cannot load /temp/packages/AIX/apache22/modules/mod_ssl.so into server:

Re: [PATCH] openssl-0.9.8h in AIX 5.3 do not build shared libraries

2008-09-12 Thread Andy Polyakov
2) "entry point" And you could use -binitfini to specify routines, as IBM satys: "Optional shared object initialization and termination routines can be specified when creating the shared object." And what I meant was that there should be some code that invokes the routines specified with -bini

Re: [PATCH] openssl-0.9.8h in AIX 5.3 do not build shared libraries

2008-09-15 Thread tippa123
Hi, and just for your information, I built the "openssl-0.9.8-stable-SNAP-20080914.tar.gz" (which has "Configure" and "Makefile.shared" patces, http://cvs.openssl.org/chngview?cn=17390). Now we have "-bnoentry" flag when linking and we got correct shared libraries. Below you can see some lines whe

Re: [PATCH] openssl-0.9.8h in AIX 5.3 do not build shared libraries correctly

2008-09-09 Thread Andy Polyakov
> When just building Apache 2.2.9 with openssl support, I found that > "mod_ssl.so" could not be loaded. How does mod_ssl.so fail to load exactly? > When I investigated the problem I > found that the reason was "broken" openssl shared libraries. These > libraries (libcrypto.so and libssl.so) were