Mantis - Resin
Viewing Issue Advanced Details
2655 major always 05-09-08 08:50 05-13-08 08:43
maxpil  
ferg  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.7  
0002655: unable to complie mod_caucho
on solaris 10

my configure is the following:

./configure --disable-ssl --enable-64bit --prefix=/opt/resin --with-apxs=/opt/apache_1.3.37/bin/apxs

I am getting the following make error for mod_caucho:

EGREP="egrep" /var/tmp/resin-pro-3.1.5/libtool --silent --mode=compile gcc -o mod_caucho.lo -c -I/opt/apache_1.3.37/include -DRESIN_HOME=\"/var/tmp/resin-pro-3.1.5\" -I../common -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D__SOLARIS__ -DHAS_JVMTI -DHAS_JVMDI -DSOLARIS2=280 -DMOD_SSL=208128 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_CORE mod_caucho.c
mod_caucho.c: In function `cse_config_server_command':
mod_caucho.c:261: warning: passing arg 1 of `cse_add_config_server' from incompatible pointer type
mod_caucho.c:261: warning: passing arg 2 of `cse_add_config_server' from incompatible pointer type
mod_caucho.c:261: warning: passing arg 3 of `cse_add_config_server' makes pointer from integer without a cast
mod_caucho.c:261: error: too few arguments to function `cse_add_config_server'
mod_caucho.c: In function `cse_host_command':
mod_caucho.c:333: warning: passing arg 1 of `cse_add_host' from incompatible pointer type
mod_caucho.c:333: warning: passing arg 2 of `cse_add_host' from incompatible pointer type
mod_caucho.c:333: warning: passing arg 3 of `cse_add_host' makes pointer from integer without a cast
mod_caucho.c:333: error: too few arguments to function `cse_add_host'
mod_caucho.c: In function `cse_backup_command':
mod_caucho.c:365: warning: passing arg 1 of `cse_add_backup' from incompatible pointer type
mod_caucho.c:365: warning: passing arg 2 of `cse_add_backup' from incompatible pointer type
mod_caucho.c:365: warning: passing arg 3 of `cse_add_backup' makes pointer from integer without a cast
mod_caucho.c:365: error: too few arguments to function `cse_add_backup'
make[2]: *** [mod_caucho.lo] Error 1
make[2]: Leaving directory `/var/tmp/resin-pro-3.1.5/modules/c/src/apache1'
make[2]: Entering directory `/var/tmp/resin-pro-3.1.5/modules/c/src/resin'

There are no notes attached to this issue.