You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/04/05 14:38:08 UTC

DO NOT REPLY [Bug 28205] New: - 2.0.48 (and .49) Compiling Error on SuSE 9.0 AMD 64

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28205

2.0.48 (and .49) Compiling Error on SuSE 9.0 AMD 64

           Summary: 2.0.48 (and .49) Compiling Error on SuSE 9.0 AMD 64
           Product: APR
           Version: 0.9.4
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: APR-util
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: bill@brisnet.com


We are getting an error compiling Apache 2.0.48 (and 2.0.49) for a newly
installed SuSe 9.0 64bit (AMD) multiprocessor server.

We are using the default GCC gcc-3.3.1-23, and the default GLIB glibc-2.3.2-90

Following are the configure & make commands:
# ./configure --enable-so --enable-ssl --enable-auth-dbm --with-mpm=worker
--with-ssl=/usr/local/ssl
# make

Following is the error:
...
Making all in support
make[1]: Entering directory `/nas/local_src/TARS/httpd-2.0.49/support'
make[2]: Entering directory `/nas/local_src/TARS/httpd-2.0.49/support'
/nas/local_src/TARS/httpd-2.0.49/srclib/apr/libtool --silent --mode=compile gcc
 -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
-I/nas/local_src/TARS/httpd-2.0.49/srclib/apr/include
-I/nas/local_src/TARS/httpd-2.0.49/srclib/apr-util/include -I.
-I/nas/local_src/TARS/httpd-2.0.49/os/unix
-I/nas/local_src/TARS/httpd-2.0.49/server/mpm/worker
-I/nas/local_src/TARS/httpd-2.0.49/modules/http
-I/nas/local_src/TARS/httpd-2.0.49/modules/filters
-I/nas/local_src/TARS/httpd-2.0.49/modules/proxy
-I/nas/local_src/TARS/httpd-2.0.49/include
-I/nas/local_src/TARS/httpd-2.0.49/modules/generators
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -prefer-non-pic
-static -c htpasswd.c && touch htpasswd.lo
/nas/local_src/TARS/httpd-2.0.49/srclib/apr/libtool --silent --mode=link gcc  -g
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
-I/nas/local_src/TARS/httpd-2.0.49/srclib/apr/include
-I/nas/local_src/TARS/httpd-2.0.49/srclib/apr-util/include -I.
-I/nas/local_src/TARS/httpd-2.0.49/os/unix
-I/nas/local_src/TARS/httpd-2.0.49/server/mpm/worker
-I/nas/local_src/TARS/httpd-2.0.49/modules/http
-I/nas/local_src/TARS/httpd-2.0.49/modules/filters
-I/nas/local_src/TARS/httpd-2.0.49/modules/proxy
-I/nas/local_src/TARS/httpd-2.0.49/include
-I/nas/local_src/TARS/httpd-2.0.49/modules/generators
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -export-dynamic
-L/usr/local/ssl/lib   -o htpasswd  htpasswd.lo   -lssl -lcrypto
/nas/local_src/TARS/httpd-2.0.49/srclib/pcre/libpcre.la
/nas/local_src/TARS/httpd-2.0.49/srclib/apr-util/libaprutil-0.la -ldb1 -lexpat
/nas/local_src/TARS/httpd-2.0.49/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl
-lpthread -ldl
/usr/lib/libexpat.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/nas/local_src/TARS/httpd-2.0.49/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nas/local_src/TARS/httpd-2.0.49/support'
make: *** [all-recursive] Error 1 

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org