DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8130>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8130

Won't run on Solaris

           Summary: Won't run on Solaris
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Apache won't start, due to a problem loading DSO's, apparently:

Configured as (since compilation fails when a layout file is supplied,
but that Solaris "make all" compilation problem was closed after being
mistaken for a Linux "make install" snitch):

./configure  --prefix=/phil/sw/pkg/httpd-2.0.35 \
        --sysconfdir=/etc/phil/apache \
        --datadir=/etc/phil/apache2 \
        --localstatedir=/etc/phil/apache2 \
        --enable-modules=most \
        --enable-mods-shared=most
make; make install

Then, in that vanilla install:

/phil/sw/pkg/httpd-2.0.35/bin/httpd
Syntax error on line 222 of /etc/phil/apache2/httpd.conf:
Cannot load /phil/sw/pkg/httpd-2.0.35/modules/mod_auth_digest.so into server: 
ld.so.1: /phil/sw/pkg/httpd-2.0.35/bin/httpd: fatal: relocation error: file 
/phil/sw/pkg/httpd-2.0.35/modules/mod_auth_digest.so: symbol __floatdidf: 
referenced symbol not found

Compiler used: gcc 3.0.2.  AFAIK, GNU's binutils cannot be blamed for it; 
they're absent.

Reply via email to