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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compile prob on Solaris 8 - 1.3.33+mod_SSL+mod_Perl

Status
Not open for further replies.

cp2000

Technical User
Dec 31, 2002
81
0
0
US
I am trying to compile Apache 1.3.33 on a Solaris 8 system. I am trying to compile in with it,
Mod_SSL 2.8.22
Mod_Perl 1.29

I already have openSSL 0.9.7d running.

I have tried following instructions within the distribution and from the mod_ssl site.

I do ok til I I do the "make" in Apache. My understanding is this is the actual "compile" of Apache.

MY ERROR OUTPUT
gcc -c -I.. -I/usr/local/lib/perl5/5.8.6/sun4-solaris/CORE -I../os/unix -I../include -DSOLARIS2=280 -DMOD_SSL=208122 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 `../apaci` http_vhost.c
gcc -c -I.. -I/usr/local/lib/perl5/5.8.6/sun4-solaris/CORE -I../os/unix -I../include -DSOLARIS2=280 -DMOD_SSL=208122 -DMOD_PERL -DUSE_PERL_SSI -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEAPI -DNO_DL_NEEDED -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 `../apaci` util.c
util.c: In function `ap_find_token':
util.c:1367: `test_char_table' undeclared (first use in this function)
util.c:1367: (Each undeclared identifier is reported only once
util.c:1367: for each function it appears in.)
util.c:1367: `T_HTTP_TOKEN_STOP' undeclared (first use in this function)
util.c: In function `ap_escape_logitem':
util.c:1444: `test_char_table' undeclared (first use in this function)
util.c:1444: `T_ESCAPE_LOGITEM' undeclared (first use in this function)
util.c: In function `ap_escape_errorlog_item':
util.c:1496: `test_char_table' undeclared (first use in this function)
util.c:1496: `T_ESCAPE_LOGITEM' undeclared (first use in this function)
util.c: In function `ap_escape_shell_cmd':
util.c:1567: `test_char_table' undeclared (first use in this function)
util.c:1567: `T_ESCAPE_SHELL_CMD' undeclared (first use in this function)
util.c: In function `ap_escape_path_segment':
util.c:1671: `test_char_table' undeclared (first use in this function)
util.c:1671: `T_ESCAPE_PATH_SEGMENT' undeclared (first use in this function)
util.c: In function `ap_os_escape_path':
util.c:1700: `test_char_table' undeclared (first use in this function)
util.c:1700: `T_OS_ESCAPE_PATH' undeclared (first use in this function)
make[3]: *** [util.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache_1.3.33/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.33'
make: *** [build] Error 2

any suggestions would be appreciated!!!!!
 
Is it syntax your C compiler can't recognize? Have you tried upgrading to the newest one?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top