You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Subramani, GnanaShekar (GE Healthcare, non-ge)" <Gn...@med.ge.com> on 2005/01/10 17:23:10 UTC

[users@httpd] Have problem with mod_cache.so, mod_disk_cache.so, mod_mem_cache.so & mod_status.so built on solaris 8.

Hi,

I am getting the following errors when starting apache.  
I have compiled and installed apache on "SunOS ice16d 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-280R"

Syntax error on line 237 of /apps/apache_2.0.52_1/conf/httpd.conf:
Cannot load /apps/apache_2.0.52_1/modules/mod_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_cache.so: symbol __floatdidf: referenced symbol not found

Syntax error on line 238 of /apps/apache_2.0.52_1/conf/httpd.conf:
Cannot load /apps/apache_2.0.52_1/modules/mod_disk_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_disk_cache.so: symbol ap_cache_cacheable_hdrs_out: referenced symbol not found

Syntax error on line 239 of /apps/apache_2.0.52_1/conf/httpd.conf:
Cannot load /apps/apache_2.0.52_1/modules/mod_mem_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_mem_cache.so: symbol ap_cache_cacheable_hdrs_out: referenced symbol not found

Syntax error on line 254 of /apps/apache_2.0.52_1/conf/httpd.conf:
Cannot load /apps/apache_2.0.52_1/modules/mod_status.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_status.so: symbol __floatdisf: referenced symbol not found


I am able to start apache successfully after commenting the following DSO's in httpd.conf.
#LoadModule cache_module modules/mod_cache.so
#LoadModule disk_cache_module modules/mod_disk_cache.so
#LoadModule mem_cache_module modules/mod_mem_cache.so
#LoadModule status_module modules/mod_status.so


Please help.
Thanks & Regards,
-GnanaShekar-


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Have problem with mod_cache.so, mod_disk_cache.so, mod_mem_cache.so & mod_status.so built on solaris 8.

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Mon, 10 Jan 2005, Subramani, GnanaShekar (GE Healthcare, non-ge) wrote:

> Hi,
>
> I am getting the following errors when starting apache.
> I have compiled and installed apache on "SunOS ice16d 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-280R"
>
> Syntax error on line 237 of /apps/apache_2.0.52_1/conf/httpd.conf:
> Cannot load /apps/apache_2.0.52_1/modules/mod_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_cache.so: symbol __floatdidf: referenced symbol not found
>
> Syntax error on line 238 of /apps/apache_2.0.52_1/conf/httpd.conf:
> Cannot load /apps/apache_2.0.52_1/modules/mod_disk_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_disk_cache.so: symbol ap_cache_cacheable_hdrs_out: referenced symbol not found
>
> Syntax error on line 239 of /apps/apache_2.0.52_1/conf/httpd.conf:
> Cannot load /apps/apache_2.0.52_1/modules/mod_mem_cache.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_mem_cache.so: symbol ap_cache_cacheable_hdrs_out: referenced symbol not found
>
> Syntax error on line 254 of /apps/apache_2.0.52_1/conf/httpd.conf:
> Cannot load /apps/apache_2.0.52_1/modules/mod_status.so into server: ld.so.1: /apps/apache_2.0.52_1/bin/httpd: fatal: relocation error: file /apps/apache_2.0.52_1/modules/mod_status.so: symbol __floatdisf: referenced symbol not found
>
>
> Please help.
> Thanks & Regards,
> -GnanaShekar-
>
Search the archive for this topic. This has come up several times. The
best solution is to re-link the modules with the static libgcc.a.

Try this one:
http://marc.theaimsgroup.com/?l=apache-httpd-users&m=106451613427162&w=2


----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org