Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 96354 invoked by uid 500); 26 Sep 2002 22:59:15 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 96343 invoked from network); 26 Sep 2002 22:59:15 -0000 Date: 26 Sep 2002 23:00:03 -0000 Message-ID: <20020926230003.17324.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 13053] New: - build of apache fails regardless of building static or shared X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=13053 build of apache fails regardless of building static or shared Summary: build of apache fails regardless of building static or shared Product: Apache httpd-1.3 Version: 1.3.26 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Build AssignedTo: bugs@httpd.apache.org ReportedBy: pauls@earthnet.net CC: pauls@earthnet.net Platform: Sun Solaris 2.8 / UltraSPARC 2 (in 64-bit kernel mode) uname -a output: SunOS superior 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-2 Apache build fails on this machine no matter what I have done so far. Here is where it fails when trying to build shared (./configure --enable- shared=max): <=== src/lib ===> src/modules <=== src/modules gcc -c -I./os/unix -I./include -DSOLARIS2=280 -DUSE_EXPAT -I./lib/expat-lite `./apaci` modules.c gcc -c -I./os/unix -I./include -DSOLARIS2=280 -DUSE_EXPAT -I./lib/expat-lite `./apaci` buildmark.c gcc -DSOLARIS2=280 -DUSE_EXPAT -I./lib/expat-lite `./apaci` \ -o httpd buildmark.o modules.o modules/standard/mod_so.o main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a - lsocket -lnsl -lpthread gcc: modules/standard/mod_so.o: No such file or directory make[2]: *** [target_static] Error 1 And building static... well, it's too messy even to paste really. Please email me for any additional info you may require. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org