----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I have been following the directions for including the mod_jserv for tomcat
on Unix Solaris.  When I execute the apxs command I get this:

apxs -c -o mod_jserv.so *.c            
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
-I/apps/apach
e_new/apache1314/include  -c autochange.c
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
-I/apps/apach
e_new/apache1314/include  -c jserv_ajpv11.c
gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED
-I/apps/apach
e_new/apache1314/include  -c jserv_ajpv12.c
jserv_ajpv12.c:293: warning: parameter names (without types) in function
declara
tion
jserv_ajpv12.c:293: conflicting types for `ap_kill_timeout'
/apps/apache_new/apache1314/include/http_main.h:120: previous declaration of
`ap
_kill_timeout'
jserv_ajpv12.c:293: warning: data definition has no type or storage class
jserv_ajpv12.c:293: stray '\' in program
jserv_ajpv12.c:294: warning: parameter names (without types) in function
declara
tion
jserv_ajpv12.c:294: warning: data definition has no type or storage class
jserv_ajpv12.c:294: stray '\' in program
jserv_ajpv12.c:295: parse error before `->'
jserv_ajpv12.c:295: warning: data definition has no type or storage class
jserv_ajpv12.c:295: stray '\' in program
jserv_ajpv12.c:303: parse error before `do'
jserv_ajpv12.c:305: parse error before `&'
jserv_ajpv12.c:308: `sock' undeclared here (not in a function)
jserv_ajpv12.c:308: `fdset' undeclared here (not in a function)
jserv_ajpv12.c:308: initializer element is not constant
jserv_ajpv12.c:308: warning: data definition has no type or storage class
jserv_ajpv12.c:309: parse error before `}'
jserv_ajpv12.c: In function `ajpv12_handler':
jserv_ajpv12.c:526: stray '\' in program
jserv_ajpv12.c:627: stray '\' in program
jserv_ajpv12.c:653: stray '\' in program
jserv_ajpv12.c:663: stray '\' in program
jserv_ajpv12.c: In function `ajpv12_function':
jserv_ajpv12.c:789: warning: unknown escape sequence: `\' followed by char
code 
0xd
jserv_ajpv12.c:790: warning: unknown escape sequence: `\' followed by char
code 
0xd
jserv_ajpv12.c:791: stray '\' in program
apxs:Break: Command failed with rc=1

Any ideas?

Thanks,

Kent


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to