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=21117>. 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=21117 ld: 0711-317 ERROR: Undefined symbol: .__fixsfsi Summary: ld: 0711-317 ERROR: Undefined symbol: .__fixsfsi Product: Apache httpd-1.3 Version: 1.3.27 Platform: Other URL: http://www.tdcj.state.tx.us OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Other mods AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm attempting to upgrade Apache_1.3.9 running on an IBM 7025-f40 with O/S AIX 4.3.3. I've downloaded the Apache_1.3.27 code from a mirror site: www.theonlinerecordstore.com twice. The first time I used the AIX 'make' to build the Apache package. The second time I used the GNU 'make'. Each time I got similar results. Each time I first tried the following command to configure the source tree: "./configure --prefix=/usr/local/apache --server- uid=webuser --server-gid=httpdgrp". Then the build and install would execute well. After this each time the server would fail to start because it could not load the .so modules from the httpd.conf file (duh! :) I realize this may expose me as quite the novice but I include it for completeness. Then after the second time only, with the GNU make (not the first time with the AIX make), I used the 'make clean' command and deleted the install directory and untarred the download again. Each time I then configured the source tree with the following command: "./configure --prefix=/usr/local/apache --enable- module=most --enable-shared=max --server-uid=webuser --server-gid=httpdgrp". Each time the error then occurred on the next attempt to build the Apache package with the 'make' command. *** With AIX make: ****************************************************** gcc -c -I../../os/unix -I../../include -DAIX=43 - DUSE_PTHREAD_SERIALIZED_ACCEPT -U__ STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_negotiation.c && mv mod_negotiation.o mod_negotiation.lo ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:../../support/httpd.exp - bE:`echo mod_ne gotiation.so|sed -e 's:\.so$:.exp:'` -lc -o mod_negotiation.so mod_negotiation.lo ld: 0711-317 ERROR: Undefined symbol: .__fixsfsi ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. *** With GNU make: ****************************************************** gcc -c -I../../os/unix -I../../include -DAIX=43 - DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -D AIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fpic -DSHARE D_MODULE mod_negotiation.c && mv mod_negotiation.o mod_negotiation.lo ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:../../support/httpd.exp - bE:`echo mod_negotiatio n.so|sed -e 's:\.so$:.exp:'` -lc -o mod_negotiation.so mod_negotiation.lo ld: 0711-317 ERROR: Undefined symbol: .__fixsfsi ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make[4]: *** [mod_negotiation.so] Error 8 make[3]: *** [all] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/usr/local/apache_1.3.27/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/usr/local/apache_1.3.27' make: *** [build] Error 2 After the first time I removed the install directory, downloaded from the same mirror site and uncompressed and untarred the install files again. After each time I restored the Apache_1.3.9 installation from backup and started the Agencies website successfully. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
