Hi, >From googling I got the solution to delete -O (caps o) from Makefile of >openssl. I did it and this time "make test" got passed.
But still I am getting segmentation fault after starting Apache server. Please suggest. Thanks. -----Original Message----- From: Niklas Edmundsson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 4:23 PM To: '[email protected]' Subject: RE: Segmentation fault( SSL enable Apache 2.2.6(64 bit) On Thu, 25 Oct 2007, Renu Tiwari wrote: > > > > No, when I tried doing "make test", it failed. > But when I tried to run "make install" and "make", there I didn't > get any error. make install doesn't do the test. If your openssl doesn't pass make test, then it's broken. Fix that first. > Also I have copied the same SSL-enabled Apache webserver on AIX > 5.3(64 bit) there it is working perfectly fine. > Does this depend on the kernel also. As AIX5.3 is 64-bit kernel and > AIX 5.2 is 32-bit kernel m/c. > But our application is running as 64 bit application. Shouldn't matter, could be that you're hitting some bug that's been fixed. You might want to check your C runtime patch levels, and other patches too for that matter. > -----Original Message----- > From: Niklas Edmundsson [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2007 2:36 PM > To: '[email protected]' > Subject: Re: Segmentation fault( SSL enable Apache 2.2.6(64 bit) > > > > On Thu, 25 Oct 2007, Renu Tiwari wrote: > > > >> > >> Hi, > >> > >> We have configured Apache 2.2.6(64 bit) with openssl-0.9.8g on AIX5.2(64 >> bit). > >> Build openssl source after setting BUILD_MODE=64. > >> > >> The issue is, when we start the Apache web server(./apachectl start), we are >> getting segmentation fault in error_log. > >> > >> This issue is coming only when openssl is coming into the picture. > >> > >> What cud be the possible reason? Please reply. > > > > Did your openssl 64bit build pass "make test" (or make check, whatever > > it's called)? > > > > /Nikke > > -- > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Niklas Edmundsson, Admin @ {acc,hpc2n}.umu.se | [EMAIL PROTECTED] > > --------------------------------------------------------------------------- > > If I wanted your opinion, I would have given you one > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, > please notify the sender by e-mail and delete the original message. Further, > you are not to copy, disclose, or distribute this e-mail or its contents to > any other person and any such actions are unlawful. This e-mail may contain > viruses. Infosys has taken every reasonable precaution to minimize this risk, > but is not liable for any damage you may sustain as a result of any virus in > this e-mail. You should carry out your own virus checks before opening the > e-mail or attachment. Infosys reserves the right to monitor and review the > content of all messages sent to or from this e-mail address. Messages sent to > or from this e-mail address may be stored on the Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** /Nikke -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Niklas Edmundsson, Admin @ {acc,hpc2n}.umu.se | [EMAIL PROTECTED] --------------------------------------------------------------------------- Taken as a whole, the universe is absurd =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
