Hi, 

This apache is compiled from source. It was compiled on another machine though. 

This is what the file and ldd result in. (The libraries refered are present in 
/lib/64)

bash-3.2# file /usr/local/apache2/modules/mod_deflate.so
/usr/local/apache2/modules/mod_deflate.so:       ELF 64-bit LSB dynamic lib 
AMD64 Version 1 [SSE CMOV], dynamically linked, not stripped

bash-3.2#ldd usr/local/apache2/modules/mod_deflate.so
libc.so.1 =>     /lib/64/libc.so.1
libm.so.2 =>     /lib/64/libm.so.2


Thanks,



________________________________
 From: Igor Cicimov <[email protected]>
To: users <[email protected]>; Abhi Auradkar <[email protected]> 
Sent: Wednesday, January 9, 2013 4:55 AM
Subject: Re: [users@httpd] Apache fails to start when mod_deflate is enabled
 



On Tue, Jan 8, 2013 at 11:01 PM, Abhi Auradkar <[email protected]> wrote:

Hi, 
>
>
>On a solaris AMD64 bit machine the apache server fails to start when 
>mod_deflate is enabled.
>Following is the error that I see. 
>
>
>httpd: Syntax error on line 934 of /usr/local/apache2/conf/httpd.conf: Syntax 
>error on line 5 of 
>/usr/local/apache2/conf/modules.conf: Cannot load 
>/usr/local/apache2/modules/mod_deflate.so into 
>server: ld.so.1: httpd: fatal: relocation error: R_AMD64_PC32: file 
>/usr/local/apache2/modules/mod_deflate.so: symbol memset: value 0x28001baf05a 
>does not fit
>
>
>
>
>Machine Details
>---------------
>SunOS pearl 5.10 Generic_142910-17 i86pc i386 i86pc
>
>
>
>64-bit amd64 applications
>        sse4.2 sse4.1 ssse3 popcnt tscp cx16 mon sse3 pause sse2 sse fxsr mmx
>        cmov amd_sysc cx8 tsc fpu
>32-bit i386 applications
>        sse4.2 sse4.1 ssse3 popcnt tscp cx16 mon sse3 pause sse2 sse fxsr mmx
>        cmov sep cx8 tsc fpu
>
>
>
>
>
>
>Any pointers whats wrong here. 
>
>
>Appreciate your help!
>
>
>Thanks,

First how did you install apache, using Solaris binary or compiled from source? 
Second, post the output of:


$ file /usr/local/apache2/modules/mod_deflate.so

$ ldd /usr/local/apache2/modules/mod_deflate.so

Reply via email to