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=40816>. 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=40816 Summary: Make fails on Solaris 10 Product: Apache httpd-2 Version: 2.2.2 Platform: Sun OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, Trying to compile httpd-2.2.3 on Solaris 10 gives the following error: make[1]: Leaving directory `/usr/local/src/httpd-2.2.3/modules' Making all in support make[1]: Entering directory `/usr/local/src/httpd-2.2.3/support' make[2]: Entering directory `/usr/local/src/httpd-2.2.3/support' /usr/local/apache2/build/libtool --silent --mode=compile gcc -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I/usr/local/src/httpd-2.2.3/srclib/pcre -I. -I/usr/local/src/httpd-2.2.3/os/unix -I/usr/local/src/httpd-2.2.3/server/mpm/prefork -I/usr/local/src/httpd-2.2.3/modules/http -I/usr/local/src/httpd-2.2.3/modules/filters -I/usr/local/src/httpd-2.2.3/modules/proxy -I/usr/local/src/httpd-2.2.3/include -I/usr/local/src/httpd-2.2.3/modules/generators -I/usr/local/src/httpd-2.2.3/modules/mappers -I/usr/local/src/httpd-2.2.3/modules/database -I/usr/local/apache2/include -I/usr/local/src/httpd-2.2.3/modules/proxy/../generators -I/usr/local/src/httpd-2.2.3/modules/ssl -I/usr/local/src/httpd-2.2.3/modules/dav/main -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo /usr/local/apache2/build/libtool --silent --mode=link gcc -g -O2 -L/usr/local/apache2/lib -o htpasswd htpasswd.lo -lm /usr/local/src/httpd-2.2.3/srclib/pcre/libpcre.la /usr/local/apache2/lib/libaprutil-1.la -lexpat /usr/local/apache2/lib/libapr-1.la -luuid -lsendfile -lrt -lsocket -lnsl -lpthread /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlPrologStateInitExternalEntity' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlGetUtf8InternalEncoding' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlUtf8Encode' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlSizeOfUnknownEncoding' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlInitEncodingNS' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlParseXmlDeclNS' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlGetUtf8InternalEncodingNS' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlInitUnknownEncodingNS' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlInitEncoding' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlInitUnknownEncoding' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlPrologStateInit' /usr/local/apache2/lib/libexpat.so: undefined reference to `XmlParseXmlDecl' collect2: ld returned 1 exit status make[2]: *** [htpasswd] Error 1 make[2]: Leaving directory `/usr/local/src/httpd-2.2.3/support' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/httpd-2.2.3/support' make: *** [all-recursive] Error 1 Configured with: ./configure --prefix=/www/httpd/instance1 --enable-so --enable-rewrite --enable-headers --enable-expires uname -a SunOS web01 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V240 gcc -v Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77 Thread model: posix gcc version 3.4.6 make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Searched the mailing lists etc. but can't seem to find anything of use. Thanks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
