Author |
|
lovingaditya28
Joined: 05 Apr 2013 Posts: 7
|
Posted: Mon 20 May '13 5:55 Post subject: How to install apache 2.4.4 with openssl1.0.1e on sparc 64 |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 21 May '13 12:05 Post subject: |
|
|
How do you configure openssl before make? |
|
Back to top |
|
lovingaditya28
Joined: 05 Apr 2013 Posts: 7
|
Posted: Tue 21 May '13 12:17 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
lovingaditya28
Joined: 05 Apr 2013 Posts: 7
|
Posted: Fri 24 May '13 15:27 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 28 May '13 23:18 Post subject: |
|
|
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 |
|