Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

odd apache 1.3.27 compile err

Status
Not open for further replies.

thedaver

IS-IT--Management
Jul 12, 2001
2,741
US
<=== src/os/unix
===> src/ap
gcc -c -I.. -I/usr/lib/perl5/5.8.0/i686-linux/CORE -I/usr/src/atb/src/mm-1.1.3 -I../os/unix -I../include -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208111 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/src/atb/src/php-4.2.3 -I/usr/src/atb/src/php-4.2.3/main -I/usr/src/atb/src/php-4.2.3/main -I/usr/src/atb/src/php-4.2.3/Zend -I/usr/src/atb/src/php-4.2.3/Zend -I/usr/src/atb/src/php-4.2.3/TSRM -I/usr/src/atb/src/php-4.2.3/TSRM -I/usr/src/atb/src/php-4.2.3 -DEAPI -DEAPI_MM `../apaci` ap_cpystrn.c
In file included from ../include/httpd.h:74,
from ap_cpystrn.c:59:
../include/buff.h:129: parse error before `ap_ctx'
../include/buff.h:129: warning: no semicolon at end of struct or union
../include/buff.h:140: parse error before `}'

Trying to compile Apache 1.3.27, OpenSSL 0.9.6g, php 4.2.3, mod_perl 1.27 (perl 5.8). Any ideas? Host is RH 7.1 with kernel 2.4



 
make clean
wasnt enough to address &quot;something&quot; left in the source tree. a full `rm -fr` and a fresh start have solved this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top