logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: How to install apache 2.4.4 with openssl1.0.1e on sparc 64
Author
lovingaditya28



Joined: 05 Apr 2013
Posts: 7

PostPosted: Mon 20 May '13 5:55    Post subject: How to install apache 2.4.4 with openssl1.0.1e on sparc 64 Reply with quote

Hi Experts

Can some one please guide how to compile apache with openssl on sparc 64 server. I have downloaded source codes for apache 2.4.4, pcre, apr, openssl 1.0.1e from their respective websites.
It seems that i am not compiling them correctly.
do we need any extra parameter during compilation to tell that its 64 bit?

Only openssl has issues. Rest everything is working fine.

Awaiting your replies please.

thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 21 May '13 12:05    Post subject: Reply with quote

How do you configure openssl before make?
Back to top
lovingaditya28



Joined: 05 Apr 2013
Posts: 7

PostPosted: Tue 21 May '13 12:17    Post subject: Reply with quote

James Blond wrote:
How do you configure openssl before make?


I am compiled it with:
./Configure solaris64-sparcv9-gcc --prefix=/local/apache/2.4/openssl101e zlib-dynamic

But when i am trying to compile the apache with openssl, i am getting error:
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
gmake[4]: *** [mod_ssl.la] Error 1
gmake[4]: Leaving directory `/local/apache244pkg/httpd-2.4.4/modules/ssl'
gmake[3]: *** [shared-build-recursive] Error 1
gmake[3]: Leaving directory `/local/apache244pkg/httpd-2.4.4/modules/ssl'
gmake[2]: *** [shared-build-recursive] Error 1
gmake[2]: Leaving directory `/local/apache244pkg/httpd-2.4.4/modules'
gmake[1]: *** [shared-build-recursive] Error 1
gmake[1]: Leaving directory `/local/apache244pkg/httpd-2.4.4'
gmake: *** [all-recursive] Error 1
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 21 May '13 14:41    Post subject: Reply with quote

it seems that ld is not on your system or the one from gnu, but solaris. Please read

http://etz69.blogspot.co.uk/2009/12/ld-fatal-relocations-remain-against.html
Back to top
lovingaditya28



Joined: 05 Apr 2013
Posts: 7

PostPosted: Fri 24 May '13 15:27    Post subject: Reply with quote

thanks for reply...seems some linking issue you are right but not sure how to proceed further, getting this error:
httpd: Syntax error on line 139 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/mod_ssl.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/mod_ssl.so: symbol TLSv1_1_client_method: referenced symbol not found

please shed some light on this issue...
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 28 May '13 23:18    Post subject: Reply with quote

if I'm correct than the ssl version does not match from your apache to the mod_ssl.so

so you might do a

make clean
and
make
Back to top


Reply to topic   Topic: How to install apache 2.4.4 with openssl1.0.1e on sparc 64 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads