./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'

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'

Similar Messages

  • [solved]make error when using svn in PKGBUILD

    Hi, all
    I want to install the development package of R software using PKGBUILD. My PKGBUILD file is like this:
    pkgname=r
    _svnmod=r
    pkgver=0.0.0
    pkgrel=1
    pkgdesc="R is a language and environment for statistical computing and graphics"
    arch=('i686' 'x86_64')
    license=('GPL')
    url=('http://www.r-project.org/')
    depends=('blas' 'lapack' 'bzip2' 'libpng' 'libjpeg' 'libtiff'
    'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
    'tk' 'libxt' 'libxmu' 'pango')
    #makedepends=('subversion' 'openjdk6' 'gcc-fortran')
    makedepends=('subversion' 'jre7-openjdk')
    options=('!makeflags')
    conflicts=('r')
    provides=('r')
    source=('r::svn+https://svn.r-project.org/R/trunk/')
    md5sums=('SKIP')
    pkgver() {
    cd "$SRCDEST/$_svnmod"
    svnversion
    build() {
    cd "$srcdir/$_svnmod"
    ./configure --prefix=/usr \
    --libdir=/usr/lib \
    --datarootdir=/usr/share \
    rsharedir=/usr/share/R/ \
    rincludedir=/usr/include/R/ \
    rdocdir=/usr/share/R/docs/ \
    --enable-memory-profiling \
    --with-readline \
    --with-x \
    --with-system-zlib \
    --with-system-bzlib \
    --with-system-pcre \
    --enable-R-shlib \
    --with-lapack \
    --with-blas \
    --without-recommended-packages \
    F77=gfortran \
    LIBnn=lib
    make
    package() {
    cd "$srcdir/$_svnmod"
    make -j1 DESTDIR=${pkgdir} install
    # Fixup R wrapper scripts.
    sed -i "s|${pkgdir} ||" ${pkgdir}/usr/bin/R
    rm ${pkgdir}/usr/lib/R/bin/R
    cd ${pkgdir}/usr/lib/R/bin
    ln -s ../../../bin/R
    But i encounter a make error like this:
    ERROR: not an svn checkout
    make: *** [svnonly] ERROR 1
    Did anyone give me some advices? Thanks a lot!
    PS. I was noticed that in wiki page "VCS PKGBUILD Guidelines", "The copy in $srcdir is made using svn export which does not create working copies. Any svn related command has to be used in the local repo in $SRCDEST." So when I change the cd line in build() and package() function into
    cd "$SRCDEST/$_svnmod"
    the error message vanished. But the local repo are changed when configure and make the project.
    Last edited by januslian (2013-05-06 08:50:09)

    Scimmia wrote:This will be fixed in pacman 4.1.1. For now, just copy the ".svn" dir yourself. cp -r "$SRCDEST/$_svnmod/.svn" "$srcdir/$_svnmod"
    Great, it works. Thanks.

  • OIM 11g Server Configuration Wizard Error - Cannot Connect to Oracle DB

    I appreciate any and all suggestions or thoughts on how to best continue troubleshooting this error that I am describing below.
    I am attempting to install Oracle Identity and Access Management Suite 11g on a Windows 7 machine…in following the installation guides I have successfully installed the following Oracle Components
    - Oracle Database 11.2.0.1.0
    - Created Schemas using RCU 11.1.1.3.3
    - Oracle WebLogic Server 10.3.3.0
    - Oracle SOA 11.1.1.2.0
    - Oracle SOA 11.1.1.3.0 (Patch Set)
    - Oracle IAM SUITE 11.1.1.3.0
    Following the above installations, I created a new WebLogic Domain and as the next step am running the OIM Configuration Wizard to configure the OIM Server, however I am unable to setup a connection to the Oracle DB via the OIM Configuration Wizard. I am getting an error message when attempting to setup the connection to the Oracle Database using the OIM 11g Server Configuration Wizard:
    ERROR:*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    When installing the Oracle Database 11gR2 I used the following install configuration:
    Oracle base: C:\MyApps\Oracle
    Software location: C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1
    Database file location: C:\MyApps\Oracle\DB_HOME\oradata
    Database Edition: Personal Edition (3.27 GB)
    Character Set: Unicode (AL32UTF8)
    Global database name: orcl.dev.com
    Administrative Password: Password1
    Confirm Password: Password1
    When creating my Schemas using RCU 11.1.1.3.3 I used the following Database Connection Details
    DB TYPE: Oracle Database
    HOST NAME: localhost
    PORT: 1521
    SERVICE NAME: orcl.dev.com
    USERNAME: sys
    PASSWORD: Password1
    ROLE: SYSDBA
    I used a Prefix of “DEV” when creating the schemas so Schema Owners DEV_OIM and DEV_MDS where created. Also, I configured to use the same password for all Schemas: “Password1″. So the password for DEV_OIM and DEV_MDS should be the same, “Password1″.
    REPRODUCING THE ERROR
    To reproduce the error, when I launch the Oracle Identity Management 11g Configuration Wizard I am first brought to the “Welcome” Screen. I click the [Next>] button.
    Next, I am on the “Components to Configure” screen where I select OIM Server and OIM Design Console and click the [Next>] button. (NOTE I have also tested by simply selecting only the OIM Server)
    Next, I am on the “Database” screen where I enter the connection information
    Connection String: localhost:1521:orcl.dev.com
    (NOTE I have also tested using localhost:1521:orcl)
    OIM Schema User Name: DEV_OIM
    OIM Schema Password: Password1
    MDS Schema User Name: DEV_MDS
    MDS Schema Password: Password1
    When I click the [Next>] button after entering the Database Connection details I encounter the following two errors (1 error for each logon DEV_OIM and DEV_MDS)
    INST:6102 Unable to connect to the database with the given credentials.
    INST:6102 Unable to connect to the database with the given credentials.
    TROUBLESHOOTING
    NOTE: I can successfully start the Oracle DB Services and connect via the Enterprise Console, SQL Plus, and JDBCTest Java Client…I just cannot get past this connection error in the OIM Server Configuration Wizard.
    JDBCTest.java TEST CLIENT
    NOTE: THIS IS THE JAVA TEST CLIENT THAT I AM USING TO TEST DATABASE CONNECTIVITY THRU A SPECIFIED JDBC URL AND DRIVER THAT WORKS SUCCESSFULLY.*
    import java.sql.Connection;
    import java.sql.DatabaseMetaData;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    public class JDBCTest {
    public static void main(String[] args) throws Exception {
    String url = "jdbc:oracle:thin:@localhost:1521:orcl";
    String driver = "oracle.jdbc.OracleDriver";
    String user = "DEV_OIM";
    String password = "Password1";
    try {
    Class.forName(driver);
    Connection conn = DriverManager.getConnection(url, user, password);
    // Get the MetaData
    DatabaseMetaData metaData = conn.getMetaData();
    // Get driver information
    System.out.println("");
    System.out.println("#########################################");
    System.out.println("# ***DRIVER INFORMATION***");
    System.out.println("#");
    System.out.println("# Driver Name = " + metaData.getDriverName());
    System.out.println("# Driver Version = " + metaData.getDriverVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get database information
    System.out.println("#########################################");
    System.out.println("# ***DATABASE INFORMATION***");
    System.out.println("#");
    System.out.println("# Database Product Name = " + metaData.getDatabaseProductName());
    System.out.println("# Database Product Version = " + metaData.getDatabaseProductVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get schema information
    ResultSet schemas = metaData.getSchemas();
    System.out.println("#########################################");
    System.out.println("# ***SCHEMA INFORMATION***");
    System.out.println("#");
    System.out.println("# Schemas:");
    while (schemas.next()) {
    System.out.println("# " + schemas.getString(1));
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get table information
    System.out.println("Tables");
    ResultSet tables = metaData.getTables("", "", "", null);
    while (tables.next()) {
    System.out.println(tables.getString(3));
    conn.close();
    } catch (Exception ex) {
    ex.printStackTrace();
    *"lsnrctl status" COMMAND TEST SUCCESSFUL*
    When the Listener Service is on I get the following output using lsnrctl status command
    C:\> lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 21-SEP-2010 15:59:43
    Copyright (c) 1991, 2010 Oracle. All rights reserved.
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows:Version 11.2.0.1.0 - Production
    Start Date 21-SEP-2010 14:43:57
    Uptime 0 days 1 hr. 15 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    Listener Log File c:\myapps\oracle\diag\tnslsnr\\listener\alert\log.xml
    Listening Endpoints Summary…
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary…
    Service “CLRExtProc” has 1 instance(s).
    Instance “CLRExtProc”, status UNKNOWN, has 1 handler(s) for this service…
    Service “orcl.dev.com” has 1 instance(s).
    Instance “orcl”, status READY, has 1 handler(s) for this service….
    Service “orclXDB.dev.com” has 1 instance(s).
    Instance “orcl” status READY, has 1 handler(s) for this service…
    The command completed successfully

    Whenever installing oracle databases, i install the software only first. Then i setup the listener. Then i create a database instance using the dbca tool. This way all the information is added to the pre-existing listener configurations rather than trying to create the listener afterwards. Also, during the dbca database creation, i supply a full service name such as orcl.hostname and use the service name in future configurations where it asked. This usually solves any issues of the listener or database not being found correctly.
    -Kevin

  • Kompile Make Error

    I know this is a pretty old program but I just found it again over at Kde-apps.org but Im getting make errors when I try and build it, someone had a pkgbuild for the previous version in the AUR but that didnt work either. If someone could tell me whats wrong that would be great, if not oh well its not a necessary program its just flashy and useful.
    Good - your configure finished. Start make now
    Making all in doc
    Making all in .
    Making all in en
    Making all in po
    Making all in src
    In file included from main.cpp:33:
    kompileprofiledialog.h:23:25: error: kdialogbase.h: No such file or directory
    In file included from main.cpp:31:
    /opt/qt/include/qtooltip.h:56: error: function definition does not declare parameters
    /opt/qt/include/qtooltip.h:91: error: function definition does not declare parameters
    In file included from kompileprofilewidget.h:23,
    from kompileprofiledialog.h:25,
    from main.cpp:33:
    kompileprofilewidgetbase.h:37: error: 'WFlags' has not been declared
    In file included from main.cpp:33:
    kompileprofiledialog.h:27: error: expected class-name before '{' token
    kompileprofiledialog.h:27: warning: 'class KompileProfileDialog' has virtual functions and accessible non-virtual destructor
    In file included from kompileprofileselectionwidget.h:23,
    from main.cpp:34:
    kompileprofileselectionwidgetbase.h:27: error: 'WFlags' has not been declared
    In file included from kompilewidget.h:29,
    from main.cpp:35:
    /opt/qt/include/qtimer.h:49: error: function definition does not declare parameters
    /opt/qt/include/qtimer.h:85: error: invalid use of incomplete type 'struct QTimer'
    /usr/include/QtGui/qwindowdefs.h:82: error: forward declaration of 'struct QTimer'
    In file included from kompilewidget.h:32,
    from main.cpp:35:
    kompilewidgetbase.h:35: error: 'WFlags' has not been declared
    In file included from main.cpp:35:
    kompilewidget.h:37: error: ISO C++ forbids declaration of 'KDialogBase' with no type
    kompilewidget.h:37: error: expected ';' before '*' token
    kompilewidget.h:59: error: 'WFlags' has not been declared
    main.cpp:55: error: 'KCmdLineLastOption' was not declared in this scope
    main.cpp:56: error: braces around scalar initializer for type 'KCmdLineOptions'
    main.cpp: In function 'int main(int, char**)':
    main.cpp:61: error: no matching function for call to 'KAboutData::KAboutData(const char [8], const char [8], const char [4], const char [87], KAboutData::LicenseKey, const char [27], int, int, const char [28])'
    /usr/include/kaboutdata.h:255: note: candidates are: KAboutData::KAboutData(const KAboutData&)
    /usr/include/kaboutdata.h:249: note: KAboutData::KAboutData(const QByteArray&, const QByteArray&, const KLocalizedString&, const QByteArray&, const KLocalizedString&, KAboutData::LicenseKey, const KLocalizedString&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:62: error: no matching function for call to 'KAboutData::addAuthor(const char [18], int, const char [28])'
    /usr/include/kaboutdata.h:290: note: candidates are: KAboutData& KAboutData::addAuthor(const KLocalizedString&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:64: error: no matching function for call to 'KCmdLineArgs::addCmdLineOptions(KCmdLineOptions [1])'
    /usr/include/kcmdlineargs.h:400: note: candidates are: static void KCmdLineArgs::addCmdLineOptions(const KCmdLineOptions&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:68: error: 'class KApplication' has no member named 'isRestored'
    main.cpp:83: error: 'locateLocal' was not declared in this scope
    main.cpp:85: error: 'class KConfig' has no member named 'readEntry'
    main.cpp:87: error: 'KDialogBase' was not declared in this scope
    main.cpp:87: error: 'installdialog' was not declared in this scope
    main.cpp:87: error: expected type-specifier before 'KDialogBase'
    main.cpp:87: error: expected `;' before 'KDialogBase'
    main.cpp:94: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:100: error: no matching function for call to 'KMessageBox::warningYesNoCancel(NULL, QString, QString, QString, QString)'
    /usr/include/kmessagebox.h:512: note: candidates are: static int KMessageBox::warningYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, QFlags<KMessageBox::Option>)
    main.cpp:109: error: 'class KompileProfileDialog' has no member named 'adjustSize'
    main.cpp:111: error: 'class KompileProfileDialog' has no member named 'exec'
    main.cpp:114: error: 'KDialogBase' was not declared in this scope
    main.cpp:114: error: 'installdialog' was not declared in this scope
    main.cpp:114: error: expected type-specifier before 'KDialogBase'
    main.cpp:114: error: expected `;' before 'KDialogBase'
    main.cpp:121: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:149: error: no matching function for call to 'KFileDialog::getOpenFileName(const char [1], const QString, NULL, QString)'
    /usr/include/kfiledialog.h:358: note: candidates are: static QString KFileDialog::getOpenFileName(const KUrl&, const QString&, QWidget*, const QString&)
    main.cpp:154: error: 'KDialogBase' was not declared in this scope
    main.cpp:154: error: 'installdialog' was not declared in this scope
    main.cpp:154: error: expected type-specifier before 'KDialogBase'
    main.cpp:154: error: expected `;' before 'KDialogBase'
    main.cpp:157: error: 'split' is not a member of 'QStringList'
    main.cpp:158: error: 'split' is not a member of 'QStringList'
    main.cpp:159: error: 'split' is not a member of 'QStringList'
    main.cpp:161: error: 'locateLocal' was not declared in this scope
    main.cpp:162: error: no matching function for call to 'QDir::entryList(const char [10])'
    /usr/include/QtCore/qdir.h:168: note: candidates are: QStringList QDir::entryList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
    /usr/include/QtCore/qdir.h:170: note: QStringList QDir::entryList(const QStringList&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
    main.cpp:168: error: 'class QStringList' has no member named 'grep'
    main.cpp:170: error: 'class QStringList' has no member named 'grep'
    main.cpp:179: error: 'compatible_dialog' was not declared in this scope
    main.cpp:179: error: expected type-specifier before 'KDialogBase'
    main.cpp:179: error: expected `;' before 'KDialogBase'
    main.cpp:180: error: 'KListBox' was not declared in this scope
    main.cpp:180: error: 'profiles_list' was not declared in this scope
    main.cpp:180: error: expected type-specifier before 'KListBox'
    main.cpp:180: error: expected `;' before 'KListBox'
    main.cpp:184: error: 'class QString' has no member named 'setLength'
    main.cpp:185: error: 'iconLoader' is not a member of 'KGlobal'
    main.cpp:185: error: 'Toolbar' is not a member of 'KIcon'
    main.cpp:190: error: 'KDialogBase' is not a class or namespace
    main.cpp:193: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:200: error: 'split' is not a member of 'QStringList'
    main.cpp:201: error: 'split' is not a member of 'QStringList'
    main.cpp:205: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:214: error: 'split' is not a member of 'QStringList'
    main.cpp:215: error: 'split' is not a member of 'QStringList'
    main.cpp:220: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:229: error: 'locateLocal' was not declared in this scope
    main.cpp:231: error: 'split' is not a member of 'QStringList'
    main.cpp:232: error: 'split' is not a member of 'QStringList'
    main.cpp:237: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:250: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:261: error: 'locateLocal' was not declared in this scope
    main.cpp:263: error: 'class KConfig' has no member named 'readEntry'
    main.cpp:265: error: 'KDialogBase' was not declared in this scope
    main.cpp:265: error: 'installdialog' was not declared in this scope
    main.cpp:265: error: expected type-specifier before 'KDialogBase'
    main.cpp:265: error: expected `;' before 'KDialogBase'
    main.cpp:273: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:279: error: no matching function for call to 'KMessageBox::warningYesNoCancel(NULL, QString, QString, QString, QString)'
    /usr/include/kmessagebox.h:512: note: candidates are: static int KMessageBox::warningYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, QFlags<KMessageBox::Option>)
    main.cpp:287: error: 'KDialogBase' was not declared in this scope
    main.cpp:287: error: 'load_profile' was not declared in this scope
    main.cpp:287: error: expected type-specifier before 'KDialogBase'
    main.cpp:287: error: expected `;' before 'KDialogBase'
    main.cpp:293: error: 'KDialogBase' is not a class or namespace
    main.cpp:297: error: 'installdialog' was not declared in this scope
    main.cpp:297: error: expected type-specifier before 'KDialogBase'
    main.cpp:297: error: expected `;' before 'KDialogBase'
    main.cpp:306: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:308: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:330: error: no matching function for call to 'KFileDialog::getOpenFileName(const char [1], const QString, NULL, QString)'
    /usr/include/kfiledialog.h:358: note: candidates are: static QString KFileDialog::getOpenFileName(const KUrl&, const QString&, QWidget*, const QString&)
    main.cpp:335: error: 'KDialogBase' was not declared in this scope
    main.cpp:335: error: 'installdialog' was not declared in this scope
    main.cpp:335: error: expected type-specifier before 'KDialogBase'
    main.cpp:335: error: expected `;' before 'KDialogBase'
    main.cpp:336: error: 'locateLocal' was not declared in this scope
    main.cpp:337: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:344: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:350: error: 'class KApplication' has no member named 'setMainWidget'
    make[2]: *** [main.o] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    Making install in doc
    Making install in .
    Making install in en
    /bin/install -c -p -m 644 index.docbook /usr/local/kde/share/doc/HTML/en/kompile/index.docbook
    /bin/install -c -p -m 644 index.cache.bz2 /usr/local/kde/share/doc/HTML/en/kompile/
    Making install in po
    /bin/install -c -p -m 644 it.gmo /usr/local/kde/share/locale/it/LC_MESSAGES/kompile.mo
    Making install in src
    In file included from main.cpp:33:
    kompileprofiledialog.h:23:25: error: kdialogbase.h: No such file or directory
    In file included from main.cpp:31:
    /opt/qt/include/qtooltip.h:56: error: function definition does not declare parameters
    /opt/qt/include/qtooltip.h:91: error: function definition does not declare parameters
    In file included from kompileprofilewidget.h:23,
    from kompileprofiledialog.h:25,
    from main.cpp:33:
    kompileprofilewidgetbase.h:37: error: 'WFlags' has not been declared
    In file included from main.cpp:33:
    kompileprofiledialog.h:27: error: expected class-name before '{' token
    kompileprofiledialog.h:27: warning: 'class KompileProfileDialog' has virtual functions and accessible non-virtual destructor
    In file included from kompileprofileselectionwidget.h:23,
    from main.cpp:34:
    kompileprofileselectionwidgetbase.h:27: error: 'WFlags' has not been declared
    In file included from kompilewidget.h:29,
    from main.cpp:35:
    /opt/qt/include/qtimer.h:49: error: function definition does not declare parameters
    /opt/qt/include/qtimer.h:85: error: invalid use of incomplete type 'struct QTimer'
    /usr/include/QtGui/qwindowdefs.h:82: error: forward declaration of 'struct QTimer'
    In file included from kompilewidget.h:32,
    from main.cpp:35:
    kompilewidgetbase.h:35: error: 'WFlags' has not been declared
    In file included from main.cpp:35:
    kompilewidget.h:37: error: ISO C++ forbids declaration of 'KDialogBase' with no type
    kompilewidget.h:37: error: expected ';' before '*' token
    kompilewidget.h:59: error: 'WFlags' has not been declared
    main.cpp:55: error: 'KCmdLineLastOption' was not declared in this scope
    main.cpp:56: error: braces around scalar initializer for type 'KCmdLineOptions'
    main.cpp: In function 'int main(int, char**)':
    main.cpp:61: error: no matching function for call to 'KAboutData::KAboutData(const char [8], const char [8], const char [4], const char [87], KAboutData::LicenseKey, const char [27], int, int, const char [28])'
    /usr/include/kaboutdata.h:255: note: candidates are: KAboutData::KAboutData(const KAboutData&)
    /usr/include/kaboutdata.h:249: note: KAboutData::KAboutData(const QByteArray&, const QByteArray&, const KLocalizedString&, const QByteArray&, const KLocalizedString&, KAboutData::LicenseKey, const KLocalizedString&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:62: error: no matching function for call to 'KAboutData::addAuthor(const char [18], int, const char [28])'
    /usr/include/kaboutdata.h:290: note: candidates are: KAboutData& KAboutData::addAuthor(const KLocalizedString&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:64: error: no matching function for call to 'KCmdLineArgs::addCmdLineOptions(KCmdLineOptions [1])'
    /usr/include/kcmdlineargs.h:400: note: candidates are: static void KCmdLineArgs::addCmdLineOptions(const KCmdLineOptions&, const KLocalizedString&, const QByteArray&, const QByteArray&)
    main.cpp:68: error: 'class KApplication' has no member named 'isRestored'
    main.cpp:83: error: 'locateLocal' was not declared in this scope
    main.cpp:85: error: 'class KConfig' has no member named 'readEntry'
    main.cpp:87: error: 'KDialogBase' was not declared in this scope
    main.cpp:87: error: 'installdialog' was not declared in this scope
    main.cpp:87: error: expected type-specifier before 'KDialogBase'
    main.cpp:87: error: expected `;' before 'KDialogBase'
    main.cpp:94: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:100: error: no matching function for call to 'KMessageBox::warningYesNoCancel(NULL, QString, QString, QString, QString)'
    /usr/include/kmessagebox.h:512: note: candidates are: static int KMessageBox::warningYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, QFlags<KMessageBox::Option>)
    main.cpp:109: error: 'class KompileProfileDialog' has no member named 'adjustSize'
    main.cpp:111: error: 'class KompileProfileDialog' has no member named 'exec'
    main.cpp:114: error: 'KDialogBase' was not declared in this scope
    main.cpp:114: error: 'installdialog' was not declared in this scope
    main.cpp:114: error: expected type-specifier before 'KDialogBase'
    main.cpp:114: error: expected `;' before 'KDialogBase'
    main.cpp:121: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:149: error: no matching function for call to 'KFileDialog::getOpenFileName(const char [1], const QString, NULL, QString)'
    /usr/include/kfiledialog.h:358: note: candidates are: static QString KFileDialog::getOpenFileName(const KUrl&, const QString&, QWidget*, const QString&)
    main.cpp:154: error: 'KDialogBase' was not declared in this scope
    main.cpp:154: error: 'installdialog' was not declared in this scope
    main.cpp:154: error: expected type-specifier before 'KDialogBase'
    main.cpp:154: error: expected `;' before 'KDialogBase'
    main.cpp:157: error: 'split' is not a member of 'QStringList'
    main.cpp:158: error: 'split' is not a member of 'QStringList'
    main.cpp:159: error: 'split' is not a member of 'QStringList'
    main.cpp:161: error: 'locateLocal' was not declared in this scope
    main.cpp:162: error: no matching function for call to 'QDir::entryList(const char [10])'
    /usr/include/QtCore/qdir.h:168: note: candidates are: QStringList QDir::entryList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
    /usr/include/QtCore/qdir.h:170: note: QStringList QDir::entryList(const QStringList&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const
    main.cpp:168: error: 'class QStringList' has no member named 'grep'
    main.cpp:170: error: 'class QStringList' has no member named 'grep'
    main.cpp:179: error: 'compatible_dialog' was not declared in this scope
    main.cpp:179: error: expected type-specifier before 'KDialogBase'
    main.cpp:179: error: expected `;' before 'KDialogBase'
    main.cpp:180: error: 'KListBox' was not declared in this scope
    main.cpp:180: error: 'profiles_list' was not declared in this scope
    main.cpp:180: error: expected type-specifier before 'KListBox'
    main.cpp:180: error: expected `;' before 'KListBox'
    main.cpp:184: error: 'class QString' has no member named 'setLength'
    main.cpp:185: error: 'iconLoader' is not a member of 'KGlobal'
    main.cpp:185: error: 'Toolbar' is not a member of 'KIcon'
    main.cpp:190: error: 'KDialogBase' is not a class or namespace
    main.cpp:193: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:200: error: 'split' is not a member of 'QStringList'
    main.cpp:201: error: 'split' is not a member of 'QStringList'
    main.cpp:205: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:214: error: 'split' is not a member of 'QStringList'
    main.cpp:215: error: 'split' is not a member of 'QStringList'
    main.cpp:220: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:229: error: 'locateLocal' was not declared in this scope
    main.cpp:231: error: 'split' is not a member of 'QStringList'
    main.cpp:232: error: 'split' is not a member of 'QStringList'
    main.cpp:237: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:250: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:261: error: 'locateLocal' was not declared in this scope
    main.cpp:263: error: 'class KConfig' has no member named 'readEntry'
    main.cpp:265: error: 'KDialogBase' was not declared in this scope
    main.cpp:265: error: 'installdialog' was not declared in this scope
    main.cpp:265: error: expected type-specifier before 'KDialogBase'
    main.cpp:265: error: expected `;' before 'KDialogBase'
    main.cpp:273: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:279: error: no matching function for call to 'KMessageBox::warningYesNoCancel(NULL, QString, QString, QString, QString)'
    /usr/include/kmessagebox.h:512: note: candidates are: static int KMessageBox::warningYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, QFlags<KMessageBox::Option>)
    main.cpp:287: error: 'KDialogBase' was not declared in this scope
    main.cpp:287: error: 'load_profile' was not declared in this scope
    main.cpp:287: error: expected type-specifier before 'KDialogBase'
    main.cpp:287: error: expected `;' before 'KDialogBase'
    main.cpp:293: error: 'KDialogBase' is not a class or namespace
    main.cpp:297: error: 'installdialog' was not declared in this scope
    main.cpp:297: error: expected type-specifier before 'KDialogBase'
    main.cpp:297: error: expected `;' before 'KDialogBase'
    main.cpp:306: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:308: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:330: error: no matching function for call to 'KFileDialog::getOpenFileName(const char [1], const QString, NULL, QString)'
    /usr/include/kfiledialog.h:358: note: candidates are: static QString KFileDialog::getOpenFileName(const KUrl&, const QString&, QWidget*, const QString&)
    main.cpp:335: error: 'KDialogBase' was not declared in this scope
    main.cpp:335: error: 'installdialog' was not declared in this scope
    main.cpp:335: error: expected type-specifier before 'KDialogBase'
    main.cpp:335: error: expected `;' before 'KDialogBase'
    main.cpp:336: error: 'locateLocal' was not declared in this scope
    main.cpp:337: error: 'class KConfig' has no member named 'writeEntry'
    main.cpp:344: error: type '<type error>' argument given to 'delete', expected pointer
    main.cpp:350: error: 'class KApplication' has no member named 'setMainWidget'
    make[1]: *** [main.o] Error 1
    make: *** [install-recursive] Error 1
    Last edited by brando56894 (2009-05-06 21:12:39)

    thats what i thought when i saw that many errors, it was a dev build anyway. its from sometime in 2007...

  • Logon rejected for Unable to obtain Terminal Server User Configuration. Error: Not enough resources are available to complete this operation.

    Error: Logon rejected for  Unable to obtain Terminal Server User Configuration. Error: Not enough resources are available to complete this operation.
    The problem is that the SharePoint server will
    function just fine for a week or so and then suddenly when a new user tries
    to log on they get an error message indicating that not enough resources areavailable to
    log them on and also user will to credential prompt while accessing share point site . 
    Raj

    Hi,
    According to the error message, please use performance monitor to diagnose if it is a memory-related bottleneck and you can use the counters of the memory part in the article below:
    https://technet.microsoft.com/en-us/magazine/2008.08.pulse.aspx
    In addition, it may be due to thousands of open connections to the server are in a TIME_WAIT state. You can run "netstat -an" command on the affected server and client. If you see mutiple connections in the TIME_WAIT state, you can follow the article
    to increase the number of TCP/IP connections:
    https://msdn.microsoft.com/en-us/library/ee377084(v=bts.70).aspx
    Furthermore, if you are running windows server 2003, please make sure that you have installed the KB 948496 and stop all services that you don't need.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Configuration Validation error when booking an Sales Order.

    Hi,
    Getting an error when booking an sales order ie; "Configuration Validation error".
    We are upgrading from 11.5.8 to 12.1.1 and this issue is critical. Please provide your valuable suggestion and advice.
    Thanks in advance,
    Asif

    It seems you use configurator. Is this happening in production or in some test instance?
    If it is a test instance, when was it cloned from prod? Did you clone the configurator instance at the same time?
    1) You should publish the configurator model from the configurator developer to this new instance.
    2) Also, it is possible that the selections made during order entry earlier are not valid anymore due to ECO/BOM changes or due to configurator rule changes. Open the configuration, make any selections if necessary and then click ok.
    This will repopulate the order lines then you should be able to book the order.
    Hope this helps
    Sandeep Gandhi
    Independent Techno-functional Consultant

  • Trouble compiling aMSN-CVS (Make Error 77)

    I was trying to install aMSN-CVS from the latest AUR package and I keep running into this error:
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    make: *** [Makefile] Error 77
    ==> ERROR: Build Failed. Aborting...
    Following the trail, I checked out config.log to see what was going wrong and this is the part that seems to be causing the issue:
    ## Core tests. ##
    configure:1988: checking for gcc
    configure:2004: found /usr/bin/gcc
    configure:2015: result: gcc
    configure:2253: checking for C compiler version
    configure:2260: gcc --version >&5
    gcc (GCC) 4.1.2
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../gcc-4.1.2/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix$
    Thread model: posix
    gcc version 4.1.2
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/i$
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    See `config.log' for more details.
    Does anyone have any ideas what could be causing this?  I'm rather stumped.  I can post the whole config.log if that would help.
    I've tried some basic tests with other things and everything else I've tried to compile works just fine, it only seems to be the aMSN package having the issues, yet it looks like it's a problem with the GCC config and not aMSN.
    Any help would be greatly appreciated.

    Same problem here, with a fresh installation. If it is really a configuration problem, could somebody help us to check what is the problem ?
    The config.log extract posted by Locri is missing some information, probably due to the use of nano...
    Here is an extract from mine :
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
    Thread model: posix
    gcc version 4.1.2 20070423 (prerelease)
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='"amsn"' -DVERSION='"0.97b-svn`which svnversion > /dev/null && svnversion`"' -DLIBDIR='"/var/abs/local/yaourtbuild/amsn-svn
    /src/amsn-build"' -fPIC conftest.c >&5
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    And the complete version, just in case :
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by configure, which was
    generated by GNU Autoconf 2.61. Invocation command line was
    $ ./configure --prefix=/usr
    ## Platform. ##
    hostname = DeepThought
    uname -m = i686
    uname -r = 2.6.21-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Fri May 25 18:51:33 CEST 2007
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = i686
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/X11R6/bin
    PATH: /opt/bin
    PATH: /opt/java/bin
    PATH: /opt/java/jre/bin
    PATH: /opt/mozilla/bin
    ## Core tests. ##
    configure:1988: checking for gcc
    configure:2004: found /usr/bin/gcc
    configure:2015: result: gcc
    configure:2253: checking for C compiler version
    configure:2260: gcc --version >&5
    gcc (GCC) 4.1.2 20070423 (prerelease)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:2263: $? = 0
    configure:2270: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
    Thread model: posix
    gcc version 4.1.2 20070423 (prerelease)
    configure:2273: $? = 0
    configure:2280: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2283: $? = 1
    configure:2306: checking for C compiler default output file name
    configure:2333: gcc -march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='"amsn"' -DVERSION='"0.97b-svn`which svnversion > /dev/null && svnversion`"' -DLIBDIR='"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"' -fPIC conftest.c >&5
    gcc: svnversion: No such file or directory
    gcc: >: No such file or directory
    gcc: &&: No such file or directory
    gcc: svnversion`"': No such file or directory
    configure:2336: $? = 1
    configure:2374: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:2381: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    APPNAME='amsn'
    APPRELEASE='1'
    APPSTABLE='no'
    APPVERSION='0.97b'
    BUILD_DIR=''
    CC='gcc'
    CFLAGS='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    CONFIGURE_ARGS='/usr/share/config.site /usr/etc/config.site'
    CPP=''
    CPPFLAGS=''
    CXX=''
    CXXFLAGS='-march=i686 -O2 -pipe -O2 -w -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/include -I. -I./utils/linux/capture -I./utils/linux/capture/libng -I./utils/linux/capture/structs -I./utils/webcamsn/src -I./utils/tcl_siren/src -I./utils/TkCximage/src -I./utils/TkCximage/src/CxImage -DPACKAGE='\''"amsn"'\'' -DVERSION='\''"0.97b-svn`which svnversion > /dev/null && svnversion`"'\'' -DLIBDIR='\''"/var/abs/local/yaourtbuild/amsn-svn/src/amsn-build"'\'' -fPIC'
    CXX_LIB=''
    DEBUG='no'
    DEFS=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    FOUND_OS='linux'
    FOUND_X11=''
    GREP=''
    LDFLAGS=''
    LDLIBS=''
    LIBDIR=''
    LIBOBJS=''
    LIBPTHREAD=''
    LIBS=''
    LTLIBOBJS=''
    OBJEXT=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PWC='no'
    SHELL='/bin/sh'
    STATIC='no'
    TCLSH='/usr/bin/tclsh'
    TCL_INC_SPEC=''
    TCL_LIB_DIR=''
    TCL_STUB_LIB_SPEC=''
    TK_INC_SPEC=''
    TK_LIB=''
    TK_LIBS=''
    TK_LIB_DIR=''
    TK_STUB_LIB_SPEC=''
    TK_VERSION=''
    TOP_DIR=''
    USE_MMX=''
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_prefix_program=''
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host_alias=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    configure: exit 77
    Last edited by Skippy le Grand Gourou (2007-06-12 22:31:48)

  • RHEL5.2 RDAC make error

    Hi All,
    I am having following the make error. Do you have any idea?
    [System]
    x4600 M2 with Qlogic HBA*2 with 6140
    ==============================
    [linuxrdac-09.01.B2.31]# make
    make V=1 -C/lib/modules/2.6.18-92.el5/build M=/root/work/rdac/linuxrdac-09.01.B2.31 MODVERDIR=/lib/modules/2.6.18-92.el5/build/.tmp_versions SUBDIRS=/root/work/rdac/linuxrdac-09.01.B2.31 modules
    make[1]: Entering directory `/usr/src/kernels/2.6.18-92.el5-x86_64'
    test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo; \
    /bin/false)
    mkdir -p /lib/modules/2.6.18-92.el5/build/.tmp_versions
    rm -f /lib/modules/2.6.18-92.el5/build/.tmp_versions/*
    make -f scripts/Makefile.build obj=/root/work/rdac/linuxrdac-09.01.B2.31
    gcc -Wp,-MD,/root/work/rdac/linuxrdac-09.01.B2.31/.MPP_hba.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/root/work/rdac/linuxrdac-09.01.B2.31 -I/root/work/rdac/linuxrdac-09.01.B2.31/mpp_linux_headers/ -I/root/work/rdac/linuxrdac-09.01.B2.31/mpp_linux_sys_headers/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(MPP_hba)" -D"KBUILD_MODNAME=KBUILD_STR(mppUpper)" -c -o /root/work/rdac/linuxrdac-09.01.B2.31/.tmp_MPP_hba.o /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c
    In file included from /root/work/rdac/linuxrdac-09.01.B2.31/mpp_linux_sys_headers/MPP_Sysdep.h:48,
    from /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:46:
    include/linux/config.h:6:2: warning: #warning Including config.h is deprecated.
    In file included from /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:46:
    /root/work/rdac/linuxrdac-09.01.B2.31/mpp_linux_sys_headers/MPP_Sysdep.h:79:31: error: scsi/scsi_request.h: No such file or directory
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_FailPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:486: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_IsFailoverPossible�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:546: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_FailController�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:729: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:801: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:836: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:844: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_AnalyseFailoverError�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:920: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_AnalyseIoError�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:1324: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mppCmn_NewSelectPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:2717: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_SelectPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:2917: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_SelectFailoverPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3019: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_InsertController�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3535: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_InsertControllerPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3584: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_InsertLunPath�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3732: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_BuildRdacinfo�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3863: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3866: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3878: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3894: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3897: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3921: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3947: error: invalid lvalue in assignment
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c: In function �mpp_RemoveLun�:
    /root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.c:3973: error: invalid lvalue in assignment
    make[2]: *** [root/work/rdac/linuxrdac-09.01.B2.31/MPP_hba.o] Error 1
    make[1]: *** [_module_/root/work/rdac/linuxrdac-09.01.B2.31] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.18-92.el5-x86_64'
    make: *** [mppUpper] Error 2
    [linuxrdac-09.01.B2.31]# lsmod | grep qla2xxx
    qla2xxx 1079969 1
    scsi_transport_fc 73673 1 qla2xxx
    scsi_mod 188665 7 sg,qla2xxx,scsi_transport_fc,mptsas,mptscsih,scsi_transport_sas,sd_mod
    [linuxrdac-09.01.B2.31]#
    [linuxrdac-09.01.B2.31]# rpm -qa | grep kernel
    kernel-headers-2.6.18-92.el5
    kernel-devel-2.6.18-92.el5
    kernel-2.6.18-92.el5
    [linuxrdac-09.01.B2.31]#
    [linuxrdac-09.01.B2.31]# uname -a
    Linux barkeeper 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
    [linuxrdac-09.01.B2.31]#
    [linuxrdac-09.01.B2.31]# cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.2 (Tikanga)
    [root@barkeeper linuxrdac-09.01.B2.31]#
    [linuxrdac-09.01.B2.31]# more /etc/modprobe.conf
    alias eth0 e1000
    alias eth1 e1000
    alias eth2 e1000
    alias eth3 e1000
    alias scsi_hostadapter mptbase
    alias scsi_hostadapter1 mptsas
    alias scsi_hostadapter2 qla2xxx
    install qla2xxx /sbin/modprobe qla2xxx_conf; /sbin/modprobe --ignore-install qla2xxx
    remove qla2xxx /sbin/modprobe -r first-time ignore-remove qla2xxx && { /sbin/mod
    probe -r --ignore-remove qla2xxx_conf; }
    alias qla2100 qla2xxx
    alias qla2200 qla2xxx
    alias qla2300 qla2xxx
    alias qla2322 qla2xxx
    alias qla2400 qla2xxx
    [linuxrdac-09.01.B2.31]#

    Hi opskernel and Everybody!!!!
    I had the same error. In this site i download the file rdac-LINUX-09.01.B2.40-source.tar.gz and i got your error. Can you send me the file linuxrdac-09.01.C2.06-source.tar.gz? Please, mi e-mail is hollmanlp at gmail dot com
    Thanks a lot.
    The information of my server is:
    [root@xxxxxx linuxrdac-09.01.B2.40]# make
    make V=1 -C/lib/modules/2.6.18-92.1.10.el5/build M=/home/salorfeo2/linuxrdac-09.01.B2.40 MODVERDIR=/lib/modules/2.6.18-92.1.10.el5/build/.tmp_versions SUBDIRS=/home/salorfeo2/linuxrdac-09.01.B2.40 modules
    make[1]: se ingresa al directorio `/usr/src/kernels/2.6.18-92.1.10.el5-x86_64'
    test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo; \
    /bin/false)
    mkdir -p /lib/modules/2.6.18-92.1.10.el5/build/.tmp_versions
    rm -f /lib/modules/2.6.18-92.1.10.el5/build/.tmp_versions/*
    make -f scripts/Makefile.build obj=/home/salorfeo2/linuxrdac-09.01.B2.40
    gcc -Wp,-MD,/home/salorfeo2/linuxrdac-09.01.B2.40/.MPP_hba.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Os -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/home/salorfeo2/linuxrdac-09.01.B2.40 -I/home/salorfeo2/linuxrdac-09.01.B2.40/mpp_linux_headers/ -I/home/salorfeo2/linuxrdac-09.01.B2.40/mpp_linux_sys_headers/ -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(MPP_hba)" -D"KBUILD_MODNAME=KBUILD_STR(mppUpper)" -c -o /home/salorfeo2/linuxrdac-09.01.B2.40/.tmp_MPP_hba.o /home/salorfeo2/linuxrdac-09.01.B2.40/MPP_hba.c
    En el fichero incluído de /home/salorfeo2/linuxrdac-09.01.B2.40/mpp_linux_sys_headers/MPP_Sysdep.h:48,
    de /home/salorfeo2/linuxrdac-09.01.B2.40/MPP_hba.c:46:
    include/linux/config.h:6:2: aviso: #warning Including config.h is deprecated.
    En el fichero incluído de /home/salorfeo2/linuxrdac-09.01.B2.40/MPP_hba.c:46:
    /home/salorfeo2/linuxrdac-09.01.B2.40/mpp_linux_sys_headers/MPP_Sysdep.h:79:31: error: scsi/scsi_request.h: No existe el fichero o el directorio
    make[2]: *** [home/salorfeo2/linuxrdac-09.01.B2.40/MPP_hba.o] Error 1
    make[1]: *** [_module_/home/salorfeo2/linuxrdac-09.01.B2.40] Error 2
    make[1]: se sale del directorio `/usr/src/kernels/2.6.18-92.1.10.el5-x86_64'
    make: *** [mppUpper] Error 2
    [root@xxxxxx linuxrdac-09.01.B2.40]# lsmod | grep qla2xxx
    qla2xxx 1079969 1
    scsi_transport_fc 73673 1 qla2xxx
    scsi_mod 188665 7 sg,usb_storage,libata,qla2xxx,scsi_transport_fc,aacraid,sd_mod
    [root@xxxxxx linuxrdac-09.01.B2.40]# rpm -qa | grep kernel
    kernel-debug-devel-2.6.18-92.1.10.el5
    kernel-debug-2.6.18-92.1.10.el5
    kernel-2.6.18-92.1.10.el5
    kernel-2.6.18-8.el5
    kernel-devel-2.6.18-92.1.10.el5
    kernel-xen-devel-2.6.18-92.1.10.el5
    kernel-headers-2.6.18-92.1.10.el5
    kernel-xen-2.6.18-92.1.10.el5
    kernel-doc-2.6.18-92.1.10.el5
    [root@xxxxxx linuxrdac-09.01.B2.40]# uname -a
    Linux xxxxxx 2.6.18-92.1.10.el5 #1 SMP Wed Jul 23 03:56:11 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
    [root@xxxxxx linuxrdac-09.01.B2.40]# cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.2 (Tikanga)
    [root@xxxxxx linuxrdac-09.01.B2.40]# more /etc/modprobe.conf
    alias eth0 e1000
    alias eth1 e1000
    alias scsi_hostadapter aacraid
    alias scsi_hostadapter1 ata_piix
    alias scsi_hostadapter2 qla2xxx
    alias scsi_hostadapter3 usb-storage
    [root@xxxxxx linuxrdac-09.01.B2.40]# rpm -qa | grep lvm2
    lvm2-2.02.32-4.el5
    Edited by: HollmanLP on Sep 18, 2008 3:35 PM
    Edited by: HollmanLP on Sep 18, 2008 4:15 PM

  • What do I do when I am trying to install my new version of itunes, and it says this: The installer encountered errors before iTunes could be configured. Errors occurred during installation. Your system has not been modified.

    What do I do when I am trying to install my new version of itunes, and it says this: The installer encountered errors before iTunes could be configured. Errors occurred during installation. Your system has not been modified.

    I had this, and after a large number of fruitless attempts, I had to reload Windows, which solved it. This was of course a real pain, but I had to do it since updating iTunes was necessary in order to get the new iOS version. But before doing such a drastic thing, you could try to restore Windows to a previous point in time by picking a restore point. This of course presumes that you really have some issues with your Windows (which I had) and that you can make a decent guess on when the system was ok (which I couldn't), i.e that you can decide a good date to restore to.

  • Is there a reason why configure make never works on my macbook pro?

    i dont know if its because im always missing a suffix like --PREFIX=

    sorry dumb way to ask a question
    heres the config.log file for the errors in running ./configure with the unix source
    for the apache http server package
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by configure, which was
    generated by GNU Autoconf 2.69.  Invocation command line was
      $ ./configure
    ## Platform. ##
    hostname = monkeychimps-MacBook-Pro.local
    uname -m = x86_64
    uname -r = 12.2.0
    uname -s = Darwin
    uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    /usr/bin/uname -p = i386
    /bin/uname -X     = unknown
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = Mach kernel version:
               Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel configured for up to 2 processors.
    2 processors are physically available.
    2 processors are logically available.
    Processor type: i486 (Intel 80486)
    Processors active: 0 1
    Primary memory available: 4.00 gigabytes
    Default processor set: 136 tasks, 496 threads, 2 processors
    Load average: 3.25, Mach factor: 0.35
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    PATH: /opt/local/bin
    PATH: /opt/local/sbin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /usr/local/bin
    ## Core tests. ##
    configure:3056: checking for chosen layout
    configure:3058: result: Apache
    configure:3861: checking for working mkdir -p
    configure:3877: result: yes
    configure:3886: checking for grep that handles long lines and -e
    configure:3944: result: /usr/bin/grep
    configure:3949: checking for egrep
    configure:4011: result: /usr/bin/grep -E
    configure:4027: checking build system type
    configure:4041: result: x86_64-apple-darwin12.2.0
    configure:4061: checking host system type
    configure:4074: result: x86_64-apple-darwin12.2.0
    configure:4094: checking target system type
    configure:4107: result: x86_64-apple-darwin12.2.0
    configure:4137:
    configure:4139: Configuring Apache Portable Runtime library...
    configure:4141:
    configure:4182: checking for APR
    configure:4327: result: yes
    configure:4587:
    configure:4589: Configuring Apache Portable Runtime Utility library...
    configure:4591:
    configure:4628: checking for APR-util
    configure:4707: result: yes
    configure:4968: checking for gcc
    configure:4995: result: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc
    configure:5224: checking for C compiler version
    configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc --version >&5
    ./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
    configure:5244: $? = 127
    configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -v >&5
    ./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
    configure:5244: $? = 127
    configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -V >&5
    ./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
    configure:5244: $? = 127
    configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -qversion >&5
    ./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
    configure:5244: $? = 127
    configure:5264: checking whether the C compiler works
    configure:5286: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK   conftest.c  >&5
    ./configure: line 5288: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
    configure:5290: $? = 127
    configure:5328: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE_URL ""
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:5333: error: in `/users/monkey/desktop/httpd-2.4.3':
    configure:5335: error: C compiler cannot create executables
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_build=x86_64-apple-darwin12.2.0
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=x86_64-apple-darwin12.2.0
    ac_cv_mkdir_p=yes
    ac_cv_path_EGREP='/usr/bin/grep -E'
    ac_cv_path_GREP=/usr/bin/grep
    ac_cv_prog_ac_ct_CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10. 8.xctoolchain/usr/bin/cc
    ac_cv_target=x86_64-apple-darwin12.2.0
    ## Output variables. ##
    APACHECTL_ULIMIT=''
    APR_BINDIR='/usr/bin'
    APR_CONFIG='/usr/bin/apr-1-config'
    APR_INCLUDEDIR='/usr/include/apr-1'
    APR_VERSION='1.4.5'
    APU_BINDIR='/usr/bin'
    APU_CONFIG='/usr/bin/apu-1-config'
    APU_INCLUDEDIR='/usr/include/apr-1'
    APU_VERSION='1.3.12'
    AP_BUILD_SRCLIB_DIRS=''
    AP_CLEAN_SRCLIB_DIRS=''
    AP_LIBS=''
    AWK=''
    BUILTIN_LIBS=''
    CC='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/us r/bin/cc'
    CFLAGS=' '
    CORE_IMPLIB=''
    CORE_IMPLIB_FILE=''
    CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc -E'
    CPPFLAGS=' -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK'
    CRYPT_LIBS=''
    CXX=''
    CXXFLAGS=''
    DEFS=''
    DSO_MODULES=''
    DTRACE=''
    ECHO_C='\c'
    ECHO_N=''
    ECHO_T=''
    EGREP='/usr/bin/grep -E'
    ENABLED_DSO_MODULES=''
    EXEEXT=''
    EXTRA_CFLAGS=''
    EXTRA_CPPFLAGS=''
    EXTRA_CXXFLAGS=''
    EXTRA_INCLUDES=''
    EXTRA_LDFLAGS=''
    EXTRA_LIBS=''
    GREP='/usr/bin/grep'
    HTTPD_LDFLAGS=''
    HTTPD_VERSION='2.4.3'
    INCLUDES=''
    INSTALL=''
    INSTALL_DSO=''
    INSTALL_PROG_FLAGS=''
    INTERNAL_CPPFLAGS=''
    LDFLAGS=' '
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LN_S=''
    LOAD_ALL_MODULES=''
    LTCFLAGS=''
    LTFLAGS=''
    LTLIBOBJS=''
    LT_LDFLAGS=''
    LUA_CFLAGS=''
    LUA_LIBS=''
    LYNX_PATH=''
    MATH_LIBS=''
    MKDEP=''
    MKINSTALLDIRS=''
    MK_IMPLIB=''
    MODULE_CLEANDIRS=''
    MODULE_DIRS=''
    MOD_ACCESS_COMPAT_LDADD=''
    MOD_ACTIONS_LDADD=''
    MOD_ALIAS_LDADD=''
    MOD_ALLOWMETHODS_LDADD=''
    MOD_ASIS_LDADD=''
    MOD_AUTHNZ_LDAP_LDADD=''
    MOD_AUTHN_ANON_LDADD=''
    MOD_AUTHN_CORE_LDADD=''
    MOD_AUTHN_DBD_LDADD=''
    MOD_AUTHN_DBM_LDADD=''
    MOD_AUTHN_FILE_LDADD=''
    MOD_AUTHN_SOCACHE_LDADD=''
    MOD_AUTHZ_CORE_LDADD=''
    MOD_AUTHZ_DBD_LDADD=''
    MOD_AUTHZ_DBM_LDADD=''
    MOD_AUTHZ_GROUPFILE_LDADD=''
    MOD_AUTHZ_HOST_LDADD=''
    MOD_AUTHZ_OWNER_LDADD=''
    MOD_AUTHZ_USER_LDADD=''
    MOD_AUTH_BASIC_LDADD=''
    MOD_AUTH_DIGEST_LDADD=''
    MOD_AUTH_FORM_LDADD=''
    MOD_AUTOINDEX_LDADD=''
    MOD_BUCKETEER_LDADD=''
    MOD_BUFFER_LDADD=''
    MOD_CACHE_DISK_LDADD=''
    MOD_CACHE_LDADD=''
    MOD_CASE_FILTER_IN_LDADD=''
    MOD_CASE_FILTER_LDADD=''
    MOD_CERN_META_LDADD=''
    MOD_CGID_LDADD=''
    MOD_CGI_LDADD=''
    MOD_CHARSET_LITE_LDADD=''
    MOD_DATA_LDADD=''
    MOD_DAV_FS_LDADD=''
    MOD_DAV_LDADD=''
    MOD_DAV_LOCK_LDADD=''
    MOD_DBD_LDADD=''
    MOD_DEFLATE_LDADD=''
    MOD_DIALUP_LDADD=''
    MOD_DIR_LDADD=''
    MOD_DUMPIO_LDADD=''
    MOD_ECHO_LDADD=''
    MOD_ENV_LDADD=''
    MOD_EXAMPLE_HOOKS_LDADD=''
    MOD_EXAMPLE_IPC_LDADD=''
    MOD_EXPIRES_LDADD=''
    MOD_EXT_FILTER_LDADD=''
    MOD_FILE_CACHE_LDADD=''
    MOD_FILTER_LDADD=''
    MOD_HEADERS_LDADD=''
    MOD_HEARTBEAT_LDADD=''
    MOD_HEARTMONITOR_LDADD=''
    MOD_HTTP_LDADD=''
    MOD_IDENT_LDADD=''
    MOD_IMAGEMAP_LDADD=''
    MOD_INCLUDE_LDADD=''
    MOD_INFO_LDADD=''
    MOD_ISAPI_LDADD=''
    MOD_LBMETHOD_BYBUSYNESS_LDADD=''
    MOD_LBMETHOD_BYREQUESTS_LDADD=''
    MOD_LBMETHOD_BYTRAFFIC_LDADD=''
    MOD_LBMETHOD_HEARTBEAT_LDADD=''
    MOD_LDAP_LDADD=''
    MOD_LOGIO_LDADD=''
    MOD_LOG_CONFIG_LDADD=''
    MOD_LOG_DEBUG_LDADD=''
    MOD_LOG_FORENSIC_LDADD=''
    MOD_LUA_LDADD=''
    MOD_MIME_LDADD=''
    MOD_MIME_MAGIC_LDADD=''
    MOD_MPM_EVENT_LDADD=''
    MOD_NEGOTIATION_LDADD=''
    MOD_OPTIONAL_FN_EXPORT_LDADD=''
    MOD_OPTIONAL_FN_IMPORT_LDADD=''
    MOD_OPTIONAL_HOOK_EXPORT_LDADD=''
    MOD_OPTIONAL_HOOK_IMPORT_LDADD=''
    MOD_PRIVILEGES_LDADD=''
    MOD_PROXY_AJP_LDADD=''
    MOD_PROXY_BALANCER_LDADD=''
    MOD_PROXY_CONNECT_LDADD=''
    MOD_PROXY_EXPRESS_LDADD=''
    MOD_PROXY_FCGI_LDADD=''
    MOD_PROXY_FDPASS_LDADD=''
    MOD_PROXY_FTP_LDADD=''
    MOD_PROXY_HTML_LDADD=''
    MOD_PROXY_HTTP_LDADD=''
    MOD_PROXY_LDADD=''
    MOD_PROXY_SCGI_LDADD=''
    MOD_RATELIMIT_LDADD=''
    MOD_REFLECTOR_LDADD=''
    MOD_REMOTEIP_LDADD=''
    MOD_REQTIMEOUT_LDADD=''
    MOD_REQUEST_LDADD=''
    MOD_REWRITE_LDADD=''
    MOD_SED_LDADD=''
    MOD_SESSION_COOKIE_LDADD=''
    MOD_SESSION_CRYPTO_LDADD=''
    MOD_SESSION_DBD_LDADD=''
    MOD_SESSION_LDADD=''
    MOD_SETENVIF_LDADD=''
    MOD_SLOTMEM_PLAIN_LDADD=''
    MOD_SLOTMEM_SHM_LDADD=''
    MOD_SOCACHE_DBM_LDADD=''
    MOD_SOCACHE_DC_LDADD=''
    MOD_SOCACHE_MEMCACHE_LDADD=''
    MOD_SOCACHE_SHMCB_LDADD=''
    MOD_SO_ENABLED=''
    MOD_SO_LDADD=''
    MOD_SPELING_LDADD=''
    MOD_SSL_LDADD=''
    MOD_STATUS_LDADD=''
    MOD_SUBSTITUTE_LDADD=''
    MOD_SUEXEC_LDADD=''
    MOD_UNIQUE_ID_LDADD=''
    MOD_UNIXD_LDADD=''
    MOD_USERDIR_LDADD=''
    MOD_USERTRACK_LDADD=''
    MOD_VERSION_LDADD=''
    MOD_VHOST_ALIAS_LDADD=''
    MOD_WATCHDOG_LDADD=''
    MOD_XML2ENC_LDADD=''
    MPM_LIB=''
    MPM_SUBDIRS=''
    NONPORTABLE_SUPPORT=''
    NOTEST_CFLAGS=''
    NOTEST_CPPFLAGS=''
    NOTEST_CXXFLAGS=''
    NOTEST_LDFLAGS=''
    NOTEST_LIBS=''
    OBJEXT=''
    OS=''
    OS_DIR=''
    OS_SPECIFIC_VARS=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_URL=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PCRE_CONFIG=''
    PCRE_LIBS=''
    PICFLAGS=''
    PILDFLAGS=''
    PKGCONFIG=''
    PORT=''
    POST_SHARED_CMDS=''
    PRE_SHARED_CMDS=''
    RANLIB=''
    RM=''
    RSYNC=''
    SHELL='/bin/sh'
    SHLIBPATH_VAR='DYLD_LIBRARY_PATH'
    SHLTCFLAGS=''
    SH_LDFLAGS=''
    SH_LIBS=''
    SH_LIBTOOL=''
    SSLPORT=''
    SSL_LIBS=''
    UTIL_LDFLAGS=''
    ab_LTFLAGS=''
    abs_srcdir='/users/monkey/desktop/httpd-2.4.3'
    ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolch ain/usr/bin/cc'
    ap_make_delimiter=''
    ap_make_include=''
    bindir='${exec_prefix}/bin'
    build='x86_64-apple-darwin12.2.0'
    build_alias=''
    build_cpu='x86_64'
    build_os='darwin12.2.0'
    build_vendor='apple'
    cgidir='${datadir}/cgi-bin'
    checkgid_LTFLAGS=''
    datadir='${prefix}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    errordir='${datadir}/error'
    exec_prefix='${prefix}'
    exp_bindir='/usr/local/apache2/bin'
    exp_cgidir='/usr/local/apache2/cgi-bin'
    exp_datadir='/usr/local/apache2'
    exp_errordir='/usr/local/apache2/error'
    exp_exec_prefix='/usr/local/apache2'
    exp_htdocsdir='/usr/local/apache2/htdocs'
    exp_iconsdir='/usr/local/apache2/icons'
    exp_includedir='/usr/local/apache2/include'
    exp_installbuilddir='/usr/local/apache2/build'
    exp_libdir='/usr/local/apache2/lib'
    exp_libexecdir='/usr/local/apache2/modules'
    exp_localstatedir='/usr/local/apache2'
    exp_logfiledir='/usr/local/apache2/logs'
    exp_mandir='/usr/local/apache2/man'
    exp_manualdir='/usr/local/apache2/manual'
    exp_proxycachedir='/usr/local/apache2/proxy'
    exp_runtimedir='/usr/local/apache2/logs'
    exp_sbindir='/usr/local/apache2/bin'
    exp_sysconfdir='/usr/local/apache2/conf'
    fcgistarter_LTFLAGS=''
    host='x86_64-apple-darwin12.2.0'
    host_alias=''
    host_cpu='x86_64'
    host_os='darwin12.2.0'
    host_vendor='apple'
    htcacheclean_LTFLAGS=''
    htdbm_LTFLAGS=''
    htdigest_LTFLAGS=''
    htdocsdir='${datadir}/htdocs'
    htmldir='${docdir}'
    htpasswd_LTFLAGS=''
    httxt2dbm_LTFLAGS=''
    iconsdir='${datadir}/icons'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    installbuilddir='${datadir}/build'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/modules'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}'
    logfiledir='${localstatedir}/logs'
    logresolve_LTFLAGS=''
    mandir='${prefix}/man'
    manualdir='${datadir}/manual'
    oldincludedir='/usr/include'
    other_targets=''
    pdfdir='${docdir}'
    perlbin=''
    prefix='/usr/local/apache2'
    progname=''
    program_transform_name='s,x,x,'
    proxycachedir='${localstatedir}/proxy'
    psdir='${docdir}'
    rel_bindir='bin'
    rel_cgidir='cgi-bin'
    rel_datadir=''
    rel_errordir='error'
    rel_exec_prefix=''
    rel_htdocsdir='htdocs'
    rel_iconsdir='icons'
    rel_includedir='include'
    rel_installbuilddir='build'
    rel_libdir='lib'
    rel_libexecdir='modules'
    rel_localstatedir=''
    rel_logfiledir='logs'
    rel_mandir='man'
    rel_manualdir='manual'
    rel_proxycachedir='proxy'
    rel_runtimedir='logs'
    rel_sbindir='bin'
    rel_sysconfdir='conf'
    rotatelogs_LTFLAGS=''
    runtimedir='${localstatedir}/logs'
    sbindir='${exec_prefix}/bin'
    shared_build=''
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/conf'
    target='x86_64-apple-darwin12.2.0'
    target_alias=''
    target_cpu='x86_64'
    target_os='darwin12.2.0'
    target_vendor='apple'
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_URL ""
    configure: exit 77

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • How to make error message as warning message

    how to make error message as warning message? ie  i get error message hence cannot save the slaes order   i want to make that error message as warning so that i can save the sales order please help.

    Hi
    If a message is a custom message, then by changing the message type from E(Error) to W (warning)   we can convert the message type into error message. This is done with the help of development guy. A change in the code is needed.
    If it is a standard message, then it depends on whether we have teh access to change the message type. If access is there, then it is possible to change the message from Warning to Error. i.e. If we are capturing std SAP message in our code and displaying then we can change it, else if SAP message is displayed directly, we cant change it.
    So, to change it, capture the error message from SAP in some Zcode and then convert that message into a custom message of message type E.
    The whole change needs ABAP support.
    Try with tcode <b>OVA2</b> settings selecting for sales order or in SAPRO--SD-BF-Log of Incompletion Items
    Message was edited by:
            SHESAGIRI.G

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • How to configure custom error page in WebServer 6.1 if instance is down

    Hi ,
    I have deployed an application on port 82.
    If the instance is down, want to configure custom error page in Sun One Webserver 6.1 so that the it displays a customised message rather than browser displaying its custom DNS error page.
    In web.xml, configured the 404/500 error messages, but if the instance is down, my web application does not receive the request. So it should be defined at the root level.Where to configure the same?
    Thanks for the help in advance.

    You can use Error function "send-error" http://docs.sun.com/source/817-1834-10/crobjsaf.html#wp20007
    It has an example
    Error fn=send-error code=401 path=/sun/server61/docs/errors/401.html

  • How to configure a error queue for weblogic jms topic

    Hi guys.
    I want to configure a error queue for weblogic jms topic. Wanted: The message goes to error destination when messages have expired or reached their redelivery limit.
    1. using jms transport configure proxy service:
    Retry Count :3
    Retry Interval:10
    Error Destination: ErrorTopic
    Expiration Policy: Redirect
    I tried use the proxy service to consume message from the jms topic . and generation an error in the proxy message flow. But the message didn't goes into the error topic.
    Any suggestions for this topic? Can anyone provide some helps or any useful links.
    Thanks in advance.
    Mingzhuang

    Mingzhuang
    I want to configure a error queue for weblogic jms topic. Wanted: The message goes to error destination when messages have expired or reached their redelivery limit.
    1. using jms transport configure proxy service:
    Retry Count :3
    Retry Interval:10
    Error Destination: ErrorTopic
    Expiration olicy: RedirectUnlike File/SFTP, JMS proxy service definition does not have the concept of Error Destination. To accomplish similar functionality go to JMSQ on (for which proxy is configured) server console (http://localhost:7001/console) and configure the Error Destination. Following URL will help in how to configure JMS Q.
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/jms_modules/queues/ConfigureQueues.html
    http://edocs.bea.com/wls/docs103/ConsoleHelp/taskhelp/jms_modules/queues/ConfigureQueueDeliveryFailure.html
    I tried use the proxy service to consume message from the jms topic . and generation an error in the proxy message flow. But the message didn't goes into the error topic.If every thing is configured as per above step, then the after retries, the weblogic server will put the message into JMS topic configured. Your proxy will receive from this topic.
    Let me know if we are not on same page.
    Cheers
    Manoj

Maybe you are looking for

  • Msi Vga Bios Downloads

    http://www.mvktech.net/download.php this is a listing of many manufacturers vga bios' if this has been posted before....please excuse me!

  • I'm constantly getting an error message - any ideas welcome

    I'm constantly getting an error message 'You are not connected to the internet - Safari can't open the page etc etc - but I know I'm connected - any ideas welcome -

  • Identifying songs in itunes library that have been deleted from hard drive

    Hello, I recently had to delete a bunch of music from my hard drive by accessing it from another computer in the 'target disk mode.' Now I've got the computer up and running again but I don't want to go through my itunes library selecting each indivi

  • Date (Range) Prompt to update page reports

    Hello, First I'd like to say that I am a beginner sql developer and completely new to apex. I've been thrown into it and I am learning as I go. With that in mind please forgive me for asking some, probably, obvious questions. Thanks in advance for an

  • RV042 - How to close all ports and leave some specific open

    Hello everybody, Here is the scenario of my network: - A company with 20 branches in Rio de Janeiro area. The main servers are in a datacenter located in downtown. Each branch has a RV042 router with firmware version 1.3.12.19-tm (Feb 13 2009 13:03:2