You are not logged in.

#1 2006-07-05 16:51:31

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

./configure make error

WAfter the big update last weekend - I ran into this problem while compiling Resin to work along with resin does anyone have a clue about this!

After what I can see is that resin can't find the "new" apr apr-utils ! But I'm not that much into these installing script - so I just know what to change ???


[root@fedtmule resin]# ./configure --with-apxs
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
Using Apache 2.0 configuration /etc/httpd/conf/httpd.conf
Using Apache CFLAGS: -march=i686 -O2 -pipe
checking for JAVA_HOME...
/opt/java
checking for JNI in /opt/java/include/linux ... found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/wrapper.pl
config.status: creating bin/fastcgirunner.pl
config.status: creating src/c/plugin/Makefile
config.status: creating src/c/plugin/common/Makefile
config.status: creating src/c/plugin/nsapi/Makefile
config.status: creating src/c/plugin/apache/Makefile
config.status: creating src/c/plugin/apache2/Makefile
config.status: creating src/c/plugin/resin/Makefile
config.status: creating src/c/plugin/hardcore/Makefile
config.status: creating src/c/plugin/common/version.h
config.status: creating src/c/jni/Makefile
config.status: creating contrib/init.resin
config.status: executing depfiles commands
[root@fedtmule resin]# make
(cd src/c/plugin; make)
make[1]: Entering directory `/etc/resin/src/c/plugin'
for dir in common apache2 resin; do (cd $dir; make); done
make[2]: Entering directory `/etc/resin/src/c/plugin/common'
gcc -c  -g -O2 stream.c
gcc -c  -g -O2 registry.c
gcc -c  -g -O2 config.c
gcc -c  -g -O2 memory.c
/usr/bin/ld -r -o common.o stream.o registry.o config.o memory.o
gcc -c  -g -O2 -fpic stream.c && mv stream.o stream.lo
gcc -c  -g -O2 -fpic registry.c && mv registry.o registry.lo
gcc -c  -g -O2 -fpic config.c && mv config.o config.lo
gcc -c  -g -O2 -fpic memory.c && mv memory.o memory.lo
/usr/bin/ld -r -o common.lo stream.lo registry.lo config.lo memory.lo
make[2]: Leaving directory `/etc/resin/src/c/plugin/common'
make[2]: Entering directory `/etc/resin/src/c/plugin/apache2'
gcc -c -I/usr/include/apache -DRESIN_HOME="/etc/resin" -I../common -g -O2 -fpic mod_caucho.c && mv mod_caucho.o mod_caucho.lo
In file included from /usr/include/apache/httpd.h:43,
                 from mod_caucho.c:42:
/usr/include/apache/ap_config.h:25:17: error: apr.h: No such file or directory
/usr/include/apache/ap_config.h:26:23: error: apr_hooks.h: No such file or directory
/usr/include/apache/ap_config.h:27:32: error: apr_optional_hooks.h: No such file or directory
In file included from /usr/include/apache/httpd.h:46,
                 from mod_caucho.c:42:
/usr/include/apache/ap_release.h:24:41: error: apr_general.h: No such file or directory
In file included from mod_caucho.c:42:
/usr/include/apache/httpd.h:50:24: error: apr_tables.h: No such file or directory
/usr/include/apache/httpd.h:51:23: error: apr_pools.h: No such file or directory
/usr/include/apache/httpd.h:52:22: error: apr_time.h: No such file or directory
/usr/include/apache/httpd.h:53:28: error: apr_network_io.h: No such file or directory
/usr/include/apache/httpd.h:54:25: error: apr_buckets.h: No such file or directory
/usr/include/apache/httpd.h:55:22: error: apr_poll.h: No such file or directory
In file included from /usr/include/apache/httpd.h:59,
                 from mod_caucho.c:42:
/usr/include/apache/ap_regex.h:87: error: expected specifier-qualifier-list before âapr_size_tâ
/usr/include/apache/ap_regex.h:118: error: expected declaration specifiers or â...â before âapr_size_tâ
/usr/include/apache/ap_regex.h:127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_regerrorâ
In file included from mod_caucho.c:42:
/usr/include/apache/httpd.h:433: error: expected â)â before â*â token
/usr/include/apache/httpd.h:601: error: expected specifier-qualifier-list before âapr_int64_tâ
/usr/include/apache/httpd.h:723:21: error: apr_uri.h: No such file or directory
/usr/include/apache/httpd.h:730: error: expected specifier-qualifier-list before âapr_pool_tâ
/usr/include/apache/httpd.h:746: error: expected specifier-qualifier-list before âapr_pool_tâ
/usr/include/apache/httpd.h:1008: error: expected specifier-qualifier-list before âapr_pool_tâ
/usr/include/apache/httpd.h:1085: error: expected specifier-qualifier-list before âAPR_RING_ENTRYâ
/usr/include/apache/httpd.h:1118: error: expected specifier-qualifier-list before âapr_sockaddr_tâ
/usr/include/apache/httpd.h:1146: error: expected specifier-qualifier-list before âapr_port_tâ
/usr/include/apache/httpd.h:1199: error: expected specifier-qualifier-list before âapr_bucket_brigadeâ
/usr/include/apache/httpd.h:1207: error: expected specifier-qualifier-list before âapr_bucket_brigadeâ
/usr/include/apache/httpd.h:1213: error: expected specifier-qualifier-list before âapr_socket_tâ
/usr/include/apache/httpd.h:1229: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1239: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1252: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1262: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1271: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1281: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1291: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1303: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1311: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1320: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1331: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1354: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1364: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1376: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1385: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1394: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1436: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1446: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1457: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1465: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1474: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_escape_errorlog_itemâ
/usr/include/apache/httpd.h:1485: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1494: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1523: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1537: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1547: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1599: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1607: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1621: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1629: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1642: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1682: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1694: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1704: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1712: error: expected â)â before â*â token
/usr/include/apache/httpd.h:1723: error: expected â)â before â*â token
In file included from mod_caucho.c:43:
/usr/include/apache/http_config.h:279: error: expected specifier-qualifier-list before âapr_int64_tâ
/usr/include/apache/http_config.h:357: error: expected â)â before â*â token
/usr/include/apache/http_config.h:365: error: expected â;â before âvoidâ
/usr/include/apache/http_config.h:557: error: expected â)â before â*â token
/usr/include/apache/http_config.h:566: error: expected declaration specifiers or â...â before âapr_pool_tâ
/usr/include/apache/http_config.h:582: error: expected declaration specifiers or â...â before âapr_pool_tâ
/usr/include/apache/http_config.h:607: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_pcfg_openfileâ
/usr/include/apache/http_config.h:619: error: expected â)â before â*â token
/usr/include/apache/http_config.h:669: error: expected â)â before â*â token
/usr/include/apache/http_config.h:685: error: expected declaration specifiers or â...â before âapr_pool_tâ
/usr/include/apache/http_config.h:686: error: expected declaration specifiers or â...â before âapr_pool_tâ
/usr/include/apache/http_config.h:975: error: expected â)â before âintâ
In file included from mod_caucho.c:44:
/usr/include/apache/http_core.h:30:22: error: apr_hash.h: No such file or directory
/usr/include/apache/http_core.h:31:26: error: apr_optional.h: No such file or directory
In file included from /usr/include/apache/http_core.h:32,
                 from mod_caucho.c:44:
/usr/include/apache/util_filter.h:72: warning: data definition has no type or storage class
/usr/include/apache/util_filter.h:136: error: expected declaration specifiers or â...â before â*â token
/usr/include/apache/util_filter.h:137: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:137: error: âapr_status_tâ declared as function returning a function
/usr/include/apache/util_filter.h:139: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:140: error: expected declaration specifiers or â...â before âap_input_mode_tâ
/usr/include/apache/util_filter.h:141: error: expected declaration specifiers or â...â before âapr_read_type_eâ
/usr/include/apache/util_filter.h:142: error: expected declaration specifiers or â...â before âapr_off_tâ
/usr/include/apache/util_filter.h:142: error: âap_in_filter_funcâ declared as function returning a function
/usr/include/apache/util_filter.h:146: error: expected specifier-qualifier-list before âap_out_filter_funcâ
/usr/include/apache/util_filter.h:296: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:297: error: expected declaration specifiers or â...â before âap_input_mode_tâ
/usr/include/apache/util_filter.h:298: error: expected declaration specifiers or â...â before âapr_read_type_eâ
/usr/include/apache/util_filter.h:299: error: expected declaration specifiers or â...â before âapr_off_tâ
/usr/include/apache/util_filter.h:299: error: âap_get_brigadeâ declared as function returning a function
/usr/include/apache/util_filter.h:310: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:310: error: âap_pass_brigadeâ declared as function returning a function
/usr/include/apache/util_filter.h:348: error: expected declaration specifiers or â...â before âap_out_filter_funcâ
/usr/include/apache/util_filter.h:374: error: expected declaration specifiers or â...â before âap_out_filter_funcâ
/usr/include/apache/util_filter.h:492: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:493: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:493: error: expected declaration specifiers or â...â before âapr_pool_tâ
/usr/include/apache/util_filter.h:493: error: âap_save_brigadeâ declared as function returning a function
/usr/include/apache/util_filter.h:503: error: expected â)â before â*â token
/usr/include/apache/util_filter.h:511: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:511: error: âap_fflushâ declared as function returning a function
/usr/include/apache/util_filter.h:548: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:549: error: âap_fputstrsâ declared as function returning a function
/usr/include/apache/util_filter.h:559: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/util_filter.h:562: error: âap_fprintfâ declared as function returning a function
/usr/include/apache/util_filter.h:562: error: format string argument not a string type
In file included from mod_caucho.c:44:
/usr/include/apache/http_core.h:208: error: expected â)â before â*â token
/usr/include/apache/http_core.h:222: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_get_server_portâ
/usr/include/apache/http_core.h:229: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_get_limit_req_bodyâ
/usr/include/apache/http_core.h:278: error: expected specifier-qualifier-list before âapr_int64_tâ
/usr/include/apache/http_core.h:314: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
/usr/include/apache/http_core.h:633: error: expected specifier-qualifier-list before âapr_hash_tâ
/usr/include/apache/http_core.h:662: error: expected â)â before âintâ
/usr/include/apache/http_core.h:680: error: expected declaration specifiers or â...â before âap_ident_lookupâ
/usr/include/apache/http_core.h:681: error: expected declaration specifiers or â...â before â(â token
/usr/include/apache/http_core.h:681: warning: data definition has no type or storage class
In file included from mod_caucho.c:45:
/usr/include/apache/http_protocol.h:31:26: error: apr_portable.h: No such file or directory
/usr/include/apache/http_protocol.h:32:22: error: apr_mmap.h: No such file or directory
In file included from mod_caucho.c:45:
/usr/include/apache/http_protocol.h:45: error: expected â)â before âvoidâ
/usr/include/apache/http_protocol.h:77: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:111: error: expected declaration specifiers or â...â before âapr_off_tâ
/usr/include/apache/http_protocol.h:127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_rationalize_mtimeâ
/usr/include/apache/http_protocol.h:203: error: expected â)â before â*â token
/usr/include/apache/http_protocol.h:228: error: expected â)â before â*â token
/usr/include/apache/http_protocol.h:235: error: expected â)â before â*â token
/usr/include/apache/http_protocol.h:253: error: expected â)â before â*â token
/usr/include/apache/http_protocol.h:356: error: expected declaration specifiers or â...â before âva_listâ
/usr/include/apache/http_protocol.h:426: error: expected declaration specifiers or â...â before âapr_size_tâ
/usr/include/apache/http_protocol.h:534: error: expected declaration specifiers or â...â before âapr_size_tâ
/usr/include/apache/http_protocol.h:535: error: expected declaration specifiers or â...â before âapr_size_tâ
/usr/include/apache/http_protocol.h:537: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:537: error: âap_rgetline_coreâ declared as function returning a function
/usr/include/apache/http_protocol.h:554: error: expected â)â before â*â token
/usr/include/apache/http_protocol.h:569: error: expected â)â before âintâ
/usr/include/apache/http_protocol.h:608: error: expected specifier-qualifier-list before âapr_bucket_refcountâ
/usr/include/apache/http_protocol.h:616: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âap_bucket_type_errorâ
/usr/include/apache/http_protocol.h:633: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
/usr/include/apache/http_protocol.h:644: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
/usr/include/apache/http_protocol.h:648: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:648: error: âap_byterange_filterâ declared as function returning a function
/usr/include/apache/http_protocol.h:649: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:649: error: âap_http_header_filterâ declared as function returning a function
/usr/include/apache/http_protocol.h:651: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:651: error: âap_content_length_filterâ declared as function returning a function
/usr/include/apache/http_protocol.h:652: error: expected declaration specifiers or â...â before âapr_bucket_brigadeâ
/usr/include/apache/http_protocol.h:652: error: âap_old_write_filterâ declared as function returning a function
mod_caucho.c:47:25: error: apr_strings.h: No such file or directory
mod_caucho.c:48:30: error: apr_thread_mutex.h: No such file or directory
In file included from mod_caucho.c:52:
../common/cse.h:277: error: expected â)â before â*â token
mod_caucho.c: In function âcse_errorâ:
mod_caucho.c:126: error: âva_listâ undeclared (first use in this function)
mod_caucho.c:126: error: (Each undeclared identifier is reported only once
mod_caucho.c:126: error: for each function it appears in.)
mod_caucho.c:126: error: expected â;â before âargsâ
mod_caucho.c:128: error: âargsâ undeclared (first use in this function)
mod_caucho.c: At top level:
mod_caucho.c:171: error: expected â)â before â*â token
mod_caucho.c: In function âcse_get_module_configâ:
mod_caucho.c:201: error: ârequest_recâ has no member named âper_dir_configâ
mod_caucho.c: In function âcse_config_file_commandâ:
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: warning: passing argument 1 of âstrlenâ makes pointer from integer without a cast
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: warning: passing argument 2 of âmemcpyâ makes pointer from integer without a cast
mod_caucho.c:218: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:218: warning: passing argument 1 of â__strdupâ makes pointer from integer without a cast
mod_caucho.c: In function âcse_server_root_commandâ:
mod_caucho.c:239: error: âcmd_parmsâ has no member named âpoolâ
mod_caucho.c:239: warning: assignment makes pointer from integer without a cast
mod_caucho.c: In function âget_session_indexâ:
mod_caucho.c:289: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
mod_caucho.c:289: error: âheaderâ undeclared (first use in this function)
mod_caucho.c:289: error: ârequest_recâ has no member named âheaders_inâ
mod_caucho.c:295: error: âheadersâ undeclared (first use in this function)
mod_caucho.c:308: error: ârequest_recâ has no member named âuriâ
mod_caucho.c: In function âconnection_errorâ:
mod_caucho.c:351: error: ârequest_recâ has no member named âstatusâ
mod_caucho.c:357: error: ârequest_recâ has no member named âcontent_typeâ
mod_caucho.c:359: error: ârequest_recâ has no member named âstatusâ
mod_caucho.c:360: error: ârequest_recâ has no member named âheaders_outâ
mod_caucho.c:361: error: ârequest_recâ has no member named âpoolâ
mod_caucho.c:364: error: ârequest_recâ has no member named âstatusâ
mod_caucho.c: In function âwrite_envâ:
mod_caucho.c:409: error: ârequest_recâ has no member named âconnectionâ
mod_caucho.c:413: error: ârequest_recâ has no member named âprotocolâ
mod_caucho.c:414: error: ârequest_recâ has no member named âmethodâ
mod_caucho.c:415: error: ârequest_recâ has no member named âuriâ
mod_caucho.c:420: error: ârequest_recâ has no member named âargsâ
mod_caucho.c:421: error: ârequest_recâ has no member named âargsâ
mod_caucho.c:428: warning: incompatible implicit declaration of built-in function âsprintfâ
mod_caucho.c:431: error: âconn_recâ has no member named âremote_hostâ
mod_caucho.c:432: error: âconn_recâ has no member named âremote_hostâ
mod_caucho.c:434: error: âconn_recâ has no member named âremote_ipâ
mod_caucho.c:436: error: âconn_recâ has no member named âremote_ipâ
mod_caucho.c:437: error: âconn_recâ has no member named âremote_addrâ
mod_caucho.c:440: error: ârequest_recâ has no member named âuserâ
mod_caucho.c:441: error: ârequest_recâ has no member named âuserâ
mod_caucho.c:442: error: ârequest_recâ has no member named âap_auth_typeâ
mod_caucho.c:443: error: ârequest_recâ has no member named âap_auth_typeâ
mod_caucho.c: In function âwrite_headersâ:
mod_caucho.c:484: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
mod_caucho.c:484: error: âheaderâ undeclared (first use in this function)
mod_caucho.c:484: error: ârequest_recâ has no member named âheaders_inâ
mod_caucho.c:485: error: âapr_table_entry_tâ undeclared (first use in this function)
mod_caucho.c:489: error: âheadersâ undeclared (first use in this function)
mod_caucho.c: In function âwrite_added_headersâ:
mod_caucho.c:511: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
mod_caucho.c:511: error: âheaderâ undeclared (first use in this function)
mod_caucho.c:511: error: ârequest_recâ has no member named âsubprocess_envâ
mod_caucho.c:512: error: âapr_table_entry_tâ undeclared (first use in this function)
mod_caucho.c:516: error: âheadersâ undeclared (first use in this function)
mod_caucho.c:523: error: ârequest_recâ has no member named âuserâ
mod_caucho.c: In function âsend_dataâ:
mod_caucho.c:602: error: ârequest_recâ has no member named âstatusâ
mod_caucho.c:603: error: ârequest_recâ has no member named âstatus_lineâ
mod_caucho.c:603: error: ârequest_recâ has no member named âpoolâ
mod_caucho.c:610: error: ârequest_recâ has no member named âcontent_typeâ
mod_caucho.c:610: error: ârequest_recâ has no member named âpoolâ
mod_caucho.c:612: error: ârequest_recâ has no member named âheaders_outâ
mod_caucho.c: In function âwrite_requestâ:
mod_caucho.c:663: error: too many arguments to function âap_get_client_blockâ
mod_caucho.c: In function âcaucho_requestâ:
mod_caucho.c:699: error: ârequest_recâ has no member named ârequest_timeâ
mod_caucho.c:705: error: ârequest_recâ has no member named âconnectionâ
mod_caucho.c:708: error: ârequest_recâ has no member named âpoolâ
mod_caucho.c: In function âjvm_statusâ:
mod_caucho.c:768: error: ârequest_recâ has no member named âpoolâ
mod_caucho.c: In function âcaucho_statusâ:
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:805: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:810: error: ârequest_recâ has no member named âcontent_typeâ
mod_caucho.c:811: error: ârequest_recâ has no member named âheader_onlyâ
mod_caucho.c:835: warning: incompatible implicit declaration of built-in function âsprintfâ
mod_caucho.c: In function âcse_dispatchâ:
mod_caucho.c:868: error: ârequest_recâ has no member named âuriâ
mod_caucho.c:870: error: ârequest_recâ has no member named ârequest_timeâ
mod_caucho.c:885: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:891: error: ârequest_recâ has no member named âhandlerâ
mod_caucho.c:906: error: ârequest_recâ has no member named âfilenameâ
mod_caucho.c:907: error: ârequest_recâ has no member named âfilenameâ
mod_caucho.c: At top level:
mod_caucho.c:926: warning: initialization from incompatible pointer type
mod_caucho.c:929: warning: initialization from incompatible pointer type
mod_caucho.c:932: warning: initialization from incompatible pointer type
mod_caucho.c:935: warning: initialization from incompatible pointer type
mod_caucho.c:941: error: expected â)â before â*â token
mod_caucho.c:949: error: âcse_create_dir_configâ undeclared here (not in a function)
mod_caucho.c:949: warning: excess elements in struct initializer
mod_caucho.c:949: warning: (near initialization for âcaucho_moduleâ)
mod_caucho.c:950: warning: excess elements in struct initializer
mod_caucho.c:950: warning: (near initialization for âcaucho_moduleâ)
mod_caucho.c:951: warning: excess elements in struct initializer
mod_caucho.c:951: warning: (near initialization for âcaucho_moduleâ)
mod_caucho.c:952: warning: excess elements in struct initializer
mod_caucho.c:952: warning: (near initialization for âcaucho_moduleâ)
mod_caucho.c:953: warning: excess elements in struct initializer
mod_caucho.c:953: warning: (near initialization for âcaucho_moduleâ)
mod_caucho.c:954: error: âcaucho_register_hooksâ undeclared here (not in a function)
mod_caucho.c:955: warning: excess elements in struct initializer
mod_caucho.c:955: warning: (near initialization for âcaucho_moduleâ)
make[2]: *** [mod_caucho.lo] Error 1
make[2]: Leaving directory `/etc/resin/src/c/plugin/apache2'
make[2]: Entering directory `/etc/resin/src/c/plugin/resin'
gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS=    -c -o resin.o resin.c
gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS=    -c -o std.o std.c
gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS=    -c -o memory.o memory.c
gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS=    -c -o ssl_stub.o ssl_stub.c
gcc  -o resin resin.o ../common/common.o std.o memory.o ssl_stub.o -lpthread -ldl -lssl -lcrypto
gcc -g -O2 -DRESIN_HOME="/etc/resin" -I/opt/java/include -I/opt/java/include/linux -I../common -DCPU="i386" -DOS=    -c -o jni_vfs.o jni_vfs.c
/usr/bin/ld -shared -o libresin.so jni_vfs.o std.o memory.o ssl_stub.o -lpthread -ldl -lssl -lcrypto
make[2]: Leaving directory `/etc/resin/src/c/plugin/resin'
(cd resin; make resin_so)
make[2]: Entering directory `/etc/resin/src/c/plugin/resin'
make[2]: Nothing to be done for `resin_so'.
make[2]: Leaving directory `/etc/resin/src/c/plugin/resin'
make[1]: Leaving directory `/etc/resin/src/c/plugin'

Just getting better .... All the time

Offline

#2 2006-07-05 20:29:40

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ./configure make error

Install/reinstall apr and apr-util

Offline

#3 2006-07-05 21:01:52

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

I have done that - but that did'nt help!

That stills make the same error! unfortunably


Just getting better .... All the time

Offline

#4 2006-07-06 07:10:46

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ./configure make error

try with:
# CFLAGS+=-I/usr/include/apr-1 ./configure --with-apxs

Offline

#5 2006-07-06 10:29:09

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

Well - THat give me this error:

CFLAGS+=-I/usr/include/apr-1 ./configure --with
-apxs
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for egrep... grep -E
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
configure: error: bad apxs apxs


Just getting better .... All the time

Offline

#6 2006-07-06 23:21:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ./configure make error

Or perhaps:
# ./configure --with-apxs
# make CFLAGS+=-I/usr/include/apr-1
Could you post a link to the source (you don't seem to be using a PKGBUILD )? It's probably easy to fix.

Offline

#7 2006-07-07 07:48:23

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

The source is resin 3.0.18.

And are avaible from www.caucho.com within documentation.
and the program is here http://www.caucho.com/download/resin-3.0.18.tar.gz


Just getting better .... All the time

Offline

#8 2006-07-13 14:11:16

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

Hi snowman !

I'm just interested if you have playing with the source code - and perhaps find out what has happend about the installation??
By the way - I never got to thanks you for tryin'!!!!


Just getting better .... All the time

Offline

#9 2006-07-14 00:22:36

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ./configure make error

It's a good thing you bumbed the thread. I had forgotten about it. :oops: I'll give it a try right now.  smile

Offline

#10 2006-07-14 06:52:48

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

great thanks !

That's really service !
I'll really hope you can fix it!


Just getting better .... All the time

Offline

#11 2006-07-14 07:40:12

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ./configure make error

I fixed the "headers not found" problem but now there are compilation problems. It looks like a problem with the headers in the apr package (not gcc 4.1 compatible ???). Here's the steps I took and the error message.
$ ./configure --with-apxs
In modules/c/src/apache1/Makefile, add:
-I/usr/include/apr-1
at the end of the INCLUDES line like so:

INCLUDES = $(APACHE_INC) -DRESIN_HOME="$(resin_home)" -I../common -I/usr/include/apr-1 

$ make -k

Error:

$ make -k
(cd modules/c/src; make)
make[1]: Entering directory `/tmp/resin-3.0.18/modules/c/src'
for dir in common apache1   resin_os; do (cd $dir; make); done
make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/common'
make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/apache1'
EGREP="grep -E" /tmp/resin-3.0.18/libtool --silent --mode=compile gcc -o mod_caucho.lo -c -I/usr/include/apache -DRESIN_HOME="/tmp/resin-3.0.18" -I../common -I/usr/include/apr-1  -g -O2 -DPOLL -DHAS_JVMTI -march=i686 -O2 -pipe mod_caucho.c
In file included from /usr/include/apache/ap_config.h:25,
                 from /usr/include/apache/httpd.h:43,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr.h:270: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'apr_off_t'
In file included from /usr/include/apr-1/apr_file_io.h:29,
                 from /usr/include/apr-1/apr_network_io.h:26,
                 from /usr/include/apache/httpd.h:53,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr_file_info.h:204: error: expected specifier-qualifier-list before 'apr_off_t'
In file included from /usr/include/apr-1/apr_network_io.h:26,
                 from /usr/include/apache/httpd.h:53,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr_file_io.h:548: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_file_io.h:740: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from /usr/include/apache/httpd.h:53,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr_network_io.h:545: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from /usr/include/apr-1/apr_buckets.h:32,
                 from /usr/include/apache/httpd.h:54,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr_mmap.h:134: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_mmap.h:161: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from /usr/include/apache/httpd.h:54,
                 from mod_caucho.c:33:
/usr/include/apr-1/apr_buckets.h:242: error: expected specifier-qualifier-list before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:706: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:718: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:754: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:890: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:891: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:1168: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:1367: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:1381: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:1431: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apr-1/apr_buckets.h:1447: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from mod_caucho.c:33:
/usr/include/apache/httpd.h:826: error: expected specifier-qualifier-list before 'apr_off_t'
In file included from /usr/include/apache/http_request.h:45,
                 from mod_caucho.c:35:
/usr/include/apache/util_filter.h:142: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apache/util_filter.h:299: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from mod_caucho.c:36:
/usr/include/apache/http_core.h:229: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ap_get_limit_req_body'
/usr/include/apache/http_core.h:672: error: expected declaration specifiers or '...' before 'apr_off_t'
In file included from mod_caucho.c:37:
/usr/include/apache/http_protocol.h:111: error: expected declaration specifiers or '...' before 'apr_off_t'
/usr/include/apache/http_protocol.h:203: error: expected declaration specifiers or '...' before 'apr_off_t'
mod_caucho.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'caucho_module'
mod_caucho.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
mod_caucho.c:165: warning: 'struct pool' declared inside parameter list
mod_caucho.c:165: warning: its scope is only this definition or declaration, which is probably not what you want
mod_caucho.c: In function 'cse_module_init':
mod_caucho.c:167: warning: passing argument 1 of 'ap_add_version_component' from incompatible pointer type
mod_caucho.c:167: error: too few arguments to function 'ap_add_version_component'
mod_caucho.c: At top level:
mod_caucho.c:171: error: expected ')' before '*' token
mod_caucho.c:190: error: expected ')' before '*' token
mod_caucho.c: In function 'cse_get_module_config':
mod_caucho.c:217: error: 'request_rec' has no member named 'per_dir_config'
mod_caucho.c:218: error: 'request_rec' has no member named 'per_dir_config'
mod_caucho.c:218: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c:218: error: (Each undeclared identifier is reported only once
mod_caucho.c:218: error: for each function it appears in.)
mod_caucho.c: In function 'cse_get_cmd_config':
mod_caucho.c:235: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c: In function 'cse_clean_jsessionid':
mod_caucho.c:399: error: 'request_rec' has no member named 'uri'
mod_caucho.c:414: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:415: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:415: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c:417: error: 'request_rec' has no member named 'uri'
mod_caucho.c:420: error: 'request_rec' has no member named 'filename'
mod_caucho.c:421: error: 'request_rec' has no member named 'filename'
mod_caucho.c:428: error: 'request_rec' has no member named 'filename'
mod_caucho.c:428: error: 'request_rec' has no member named 'finfo'
mod_caucho.c:429: error: 'request_rec' has no member named 'finfo'
mod_caucho.c:437: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:438: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:445: error: 'request_rec' has no member named 'filename'
mod_caucho.c:446: error: 'request_rec' has no member named 'filename'
mod_caucho.c:451: error: 'request_rec' has no member named 'filename'
mod_caucho.c:451: error: 'request_rec' has no member named 'finfo'
mod_caucho.c:452: error: 'request_rec' has no member named 'finfo'
mod_caucho.c: In function 'cse_dispatch':
mod_caucho.c:470: error: 'request_rec' has no member named 'uri'
mod_caucho.c:483: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:489: error: 'request_rec' has no member named 'handler'
mod_caucho.c:490: error: 'request_rec' has no member named 'handler'
mod_caucho.c: In function 'get_session_index':
mod_caucho.c:511: error: 'array_header' undeclared (first use in this function)
mod_caucho.c:511: error: 'hdrs_arr' undeclared (first use in this function)
mod_caucho.c:511: error: 'request_rec' has no member named 'headers_in'
mod_caucho.c:512: error: 'table_entry' undeclared (first use in this function)
mod_caucho.c:512: error: 'hdrs' undeclared (first use in this function)
mod_caucho.c:512: error: expected expression before ')' token
mod_caucho.c:531: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:532: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:532: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c:545: error: 'request_rec' has no member named 'uri'
mod_caucho.c:550: error: 'request_rec' has no member named 'uri'
mod_caucho.c: In function 'write_env':
mod_caucho.c:566: error: 'request_rec' has no member named 'uri'
mod_caucho.c:579: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:580: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:580: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c:587: error: 'request_rec' has no member named 'args'
mod_caucho.c:588: error: 'request_rec' has no member named 'args'
mod_caucho.c:595: warning: passing argument 3 of 'cse_write_string' makes pointer from integer without a cast
mod_caucho.c:597: error: 'request_rec' has no member named 'per_dir_config'
mod_caucho.c:597: error: too few arguments to function 'ap_get_remote_host'
mod_caucho.c:605: error: request for member 'sin_port' in something not a structure or union
mod_caucho.c:605: warning: passing argument 3 of 'cse_write_string' makes pointer from integer without a cast
mod_caucho.c:607: error: 'conn_rec' has no member named 'user'
mod_caucho.c:608: error: 'conn_rec' has no member named 'user'
mod_caucho.c:609: error: 'conn_rec' has no member named 'ap_auth_type'
mod_caucho.c:610: error: 'conn_rec' has no member named 'ap_auth_type'
mod_caucho.c: In function 'write_headers':
mod_caucho.c:656: error: 'array_header' undeclared (first use in this function)
mod_caucho.c:656: error: 'hdrs_arr' undeclared (first use in this function)
mod_caucho.c:656: error: 'request_rec' has no member named 'headers_in'
mod_caucho.c:657: error: 'table_entry' undeclared (first use in this function)
mod_caucho.c:657: error: 'hdrs' undeclared (first use in this function)
mod_caucho.c:657: error: expected expression before ')' token
mod_caucho.c: In function 'write_added_headers':
mod_caucho.c:685: error: 'array_header' undeclared (first use in this function)
mod_caucho.c:685: error: 'hdrs_arr' undeclared (first use in this function)
mod_caucho.c:685: error: 'request_rec' has no member named 'subprocess_env'
mod_caucho.c:686: error: 'table_entry' undeclared (first use in this function)
mod_caucho.c:686: error: 'hdrs' undeclared (first use in this function)
mod_caucho.c:686: error: expected expression before ')' token
mod_caucho.c:706: error: 'conn_rec' has no member named 'user'
mod_caucho.c:718: error: 'request_rec' has no member named 'args'
mod_caucho.c:720: error: 'request_rec' has no member named 'args'
mod_caucho.c:723: error: 'request_rec' has no member named 'uri'
mod_caucho.c:725: error: 'request_rec' has no member named 'uri'
mod_caucho.c: In function 'send_data':
mod_caucho.c:823: warning: assignment makes pointer from integer without a cast
mod_caucho.c:831: error: 'request_rec' has no member named 'content_type'
mod_caucho.c:833: error: 'request_rec' has no member named 'headers_out'
mod_caucho.c: In function 'caucho_request':
mod_caucho.c:968: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:969: error: 'request_rec' has no member named 'request_config'
mod_caucho.c:969: error: 'caucho_module' undeclared (first use in this function)
mod_caucho.c:971: error: 'request_rec' has no member named 'request_config'
mod_caucho.c: In function 'caucho_status':
mod_caucho.c:1119: error: 'request_rec' has no member named 'content_type'
mod_caucho.c: At top level:
mod_caucho.c:1198: error: expected declaration specifiers or '...' before 'pool'
mod_caucho.c:1212: error: expected declaration specifiers or '...' before 'pool'
mod_caucho.c: In function 'cse_close_child':
mod_caucho.c:1218: error: 'g_pool' undeclared (first use in this function)
mod_caucho.c: At top level:
mod_caucho.c:1231: warning: initialization from incompatible pointer type
mod_caucho.c:1233: warning: initialization from incompatible pointer type
mod_caucho.c:1235: warning: initialization from incompatible pointer type
mod_caucho.c:1237: warning: initialization from incompatible pointer type
mod_caucho.c:1239: warning: initialization from incompatible pointer type
mod_caucho.c:1241: warning: initialization from incompatible pointer type
mod_caucho.c:1243: warning: initialization from incompatible pointer type
mod_caucho.c:1253: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'caucho_handlers'
mod_caucho.c:1271: error: 'this_module_needs_to_be_ported_to_apache_2_0' undeclared here (not in a function)
mod_caucho.c:1272: warning: initialization makes integer from pointer without a cast
mod_caucho.c:1273: error: 'cse_create_dir_config' undeclared here (not in a function)
mod_caucho.c:1275: error: 'cse_create_server_config' undeclared here (not in a function)
mod_caucho.c:1277: warning: initialization makes integer from pointer without a cast
mod_caucho.c:1278: error: 'caucho_handlers' undeclared here (not in a function)
mod_caucho.c:1279: warning: initialization from incompatible pointer type
mod_caucho.c:1283: warning: initialization from incompatible pointer type
mod_caucho.c:1285: warning: excess elements in struct initializer
mod_caucho.c:1285: warning: (near initialization for 'caucho_module')
mod_caucho.c:1286: warning: excess elements in struct initializer
mod_caucho.c:1286: warning: (near initialization for 'caucho_module')
mod_caucho.c:1287: warning: excess elements in struct initializer
mod_caucho.c:1287: warning: (near initialization for 'caucho_module')
mod_caucho.c:1288: warning: excess elements in struct initializer
mod_caucho.c:1288: warning: (near initialization for 'caucho_module')
mod_caucho.c:1289: warning: excess elements in struct initializer
mod_caucho.c:1289: warning: (near initialization for 'caucho_module')
make[2]: *** [mod_caucho.lo] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/apache1'
make[2]: Entering directory `/tmp/resin-3.0.18/modules/c/src/resin_os'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/resin-3.0.18/modules/c/src/resin_os'
make[1]: Leaving directory `/tmp/resin-3.0.18/modules/c/src'

Offline

#12 2006-07-14 09:57:47

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

Well - for my answer - I really don't know!

I have been able to rebuild my server as a 0.7.2 from the CD.
About al this building packages and more - I really don't have the braines for it. I' m more into webdeveloment using .jsp - that's why I using resin. I havent got aclue about whats wrong - and wich errors do what ?

But with the apache 2.0.55 - I just did ./configure && make && makeinstall
and everything went well (in most cases) that's why I'm really depressed about this problem - 'caurse i makes me unable to update some part of my system in the future.

But hopefully someone else can give you a hint of what is going wrong here ???
Becaurse I cannot help you here - unfortunably.

But thanks for trying
Peque


Just getting better .... All the time

Offline

#13 2006-08-15 16:35:23

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: ./configure make error

A little update to this problem:
Well - I have now tried severel distrubtions about this problem - an each an everyone - seems to have a problem about this ! So this is not just an Arch error - So here its the company that should take the fall for this.

Unfortunably for users they lost a good product if they do not find a way to correct this error.


Just getting better .... All the time

Offline

Board footer

Powered by FluxBB