From owner-freebsd-questions Fri Oct 11 14:24:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D9737B401 for ; Fri, 11 Oct 2002 14:24:36 -0700 (PDT) Received: from copper.americanisp.net (smtp01.mail.amisp.net [216.38.38.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F37843E97 for ; Fri, 11 Oct 2002 14:24:32 -0700 (PDT) (envelope-from fbsdq@kuyarov.org) Received: (qmail 23727 invoked from network); 11 Oct 2002 21:26:41 -0000 Received: from 216-38-40-134.ip.amisp.net (HELO server.home.pk) (216.38.40.134) by 0 with SMTP; 11 Oct 2002 21:26:41 -0000 Date: Fri, 11 Oct 2002 15:26:20 -0600 From: Peter To: freebsd-questions@freebsd.org Subject: mod_jk port not working? Message-Id: <20021011152621.237a99ab.fbsdq@kuyarov.org> X-Mailer: Sylpheed version 0.8.3 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, cvsupped my ports tree like 10 minutes ago...well the mod_jk port won't install...fails compilation. Here is all the output...pretty long...but just wondering if I'm doing anything wrong............ server# make ===> Building for mod_jk-3.3.1_2 /usr/local/sbin/apxs -c -I/usr/local/jdk1.2.2/include -I/usr/local/jdk1.2.2/include/freebsd -DFREEBSD -I/usr/local/include/apache -I../common/ mod_jk.c /usr/local/share/apache2/libtool --silent --mode=compile cc -prefer-pic -O -pipe -march=pentium -DNO_IDEA -DAP_HAVE_DESIGNATED_INITIALIZER -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/apache2 -I/usr/local/jdk1.2.2/include -I/usr/local/jdk1.2.2/include/freebsd -I/usr/local/include/apache -I../common/ -DFREEBSD -c -o mod_jk.lo mod_jk.c && touch mod_jk.slo mod_jk.c:78: util_date.h: No such file or directory mod_jk.c:79: http_conf_globals.h: No such file or directory mod_jk.c:105: syntax error before `jk_module' mod_jk.c:139: syntax error before `table' mod_jk.c: In function `ws_start_response': mod_jk.c:218: warning: assignment makes pointer from integer without a cast mod_jk.c:222: warning: initialization makes pointer from integer without a cast mod_jk.c: In function `ws_write': mod_jk.c:305: `BUFF' undeclared (first use in this function) mod_jk.c:305: (Each undeclared identifier is reported only once mod_jk.c:305: for each function it appears in.) mod_jk.c:305: `bf' undeclared (first use in this function) mod_jk.c:305: structure has no member named `client' mod_jk.c:306: syntax error before `char' mod_jk.c:317: `w' undeclared (first use in this function) mod_jk.c:317: structure has no member named `client' mod_jk.c:317: `buf' undeclared (first use in this function) mod_jk.c:317: `r' undeclared (first use in this function) mod_jk.c:326: structure has no member named `client' mod_jk.c:326: `B_EOUT' undeclared (first use in this function) mod_jk.c: At top level: mod_jk.c:354: syntax error before `ap_pool' mod_jk.c: In function `jk_error_exit': mod_jk.c:360: `fmt' undeclared (first use in this function) mod_jk.c:360: `va_start' used in function with fixed args mod_jk.c:361: `p' undeclared (first use in this function) mod_jk.c:361: warning: assignment makes pointer from integer without a cast mod_jk.c:364: `file' undeclared (first use in this function) mod_jk.c:364: `line' undeclared (first use in this function) mod_jk.c:364: `level' undeclared (first use in this function) mod_jk.c:364: `s' undeclared (first use in this function) mod_jk.c:364: warning: passing arg 5 of `ap_log_error' from incompatible pointer type mod_jk.c:364: too few arguments to function `ap_log_error' mod_jk.c: In function `init_ws_service': mod_jk.c:420: structure has no member named `ap_auth_type' mod_jk.c:420: structure has no member named `ap_auth_type' mod_jk.c:420: structure has no member named `ap_auth_type' mod_jk.c:421: structure has no member named `user' mod_jk.c:421: structure has no member named `user' mod_jk.c:421: structure has no member named `user' mod_jk.c:426: too few arguments to function `ap_get_remote_host' mod_jk.c:432: request for member `sin_port' in something not a structure or union mod_jk.c:516: `array_header' undeclared (first use in this function) mod_jk.c:516: `t' undeclared (first use in this function) mod_jk.c:516: structure has no member named `envvars' mod_jk.c:519: `table_entry' undeclared (first use in this function) mod_jk.c:519: `elts' undeclared (first use in this function) mod_jk.c:519: syntax error before `)' mod_jk.c:520: warning: assignment makes pointer from integer without a cast mod_jk.c:521: warning: assignment makes pointer from integer without a cast mod_jk.c:545: syntax error before `)' mod_jk.c:548: warning: assignment makes pointer from integer without a cast mod_jk.c:549: warning: assignment makes pointer from integer without a cast mod_jk.c:553: warning: initialization makes pointer from integer without a cast mod_jk.c:554: warning: assignment makes pointer from integer without a cast mod_jk.c:577: warning: assignment makes pointer from integer without a cast mod_jk.c:578: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_mountcopy': mod_jk.c:607: `jk_module' undeclared (first use in this function) mod_jk.c: In function `jk_mount_context': mod_jk.c:622: `jk_module' undeclared (first use in this function) mod_jk.c: In function `jk_set_worker_file': mod_jk.c:640: `jk_module' undeclared (first use in this function) mod_jk.c:647: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_log_file': mod_jk.c:664: `jk_module' undeclared (first use in this function) mod_jk.c:671: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_enable_ssl': mod_jk.c:685: `jk_module' undeclared (first use in this function) mod_jk.c: In function `jk_set_https_indicator': mod_jk.c:698: `jk_module' undeclared (first use in this function) mod_jk.c:700: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_certs_indicator': mod_jk.c:710: `jk_module' undeclared (first use in this function) mod_jk.c:712: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_cipher_indicator': mod_jk.c:722: `jk_module' undeclared (first use in this function) mod_jk.c:724: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_session_indicator': mod_jk.c:740: `jk_module' undeclared (first use in this function) mod_jk.c:742: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_key_size_indicator': mod_jk.c:752: `jk_module' undeclared (first use in this function) mod_jk.c:754: warning: assignment makes pointer from integer without a cast mod_jk.c: In function `jk_set_log_level': mod_jk.c:764: `jk_module' undeclared (first use in this function) mod_jk.c: In function `jk_set_options': mod_jk.c:793: `jk_module' undeclared (first use in this function) mod_jk.c:821: warning: return makes pointer from integer without a cast mod_jk.c: In function `jk_add_env_var': mod_jk.c:845: `jk_module' undeclared (first use in this function) mod_jk.c:849: structure has no member named `envvars' mod_jk.c: At top level: mod_jk.c:872: warning: initialization from incompatible pointer type mod_jk.c:878: warning: initialization from incompatible pointer type mod_jk.c:884: warning: initialization from incompatible pointer type mod_jk.c:890: warning: initialization from incompatible pointer type mod_jk.c:892: warning: initialization from incompatible pointer type mod_jk.c:894: warning: initialization from incompatible pointer type mod_jk.c:907: warning: initialization from incompatible pointer type mod_jk.c:909: warning: initialization from incompatible pointer type mod_jk.c:911: warning: initialization from incompatible pointer type mod_jk.c:913: warning: initialization from incompatible pointer type mod_jk.c:915: warning: initialization from incompatible pointer type mod_jk.c:917: warning: initialization from incompatible pointer type mod_jk.c:929: warning: initialization from incompatible pointer type mod_jk.c:931: warning: initialization from incompatible pointer type mod_jk.c: In function `jk_handler': mod_jk.c:946: warning: initialization makes pointer from integer without a cast mod_jk.c:961: `jk_module' undeclared (first use in this function) mod_jk.c:1000: warning: initialization makes pointer from integer without a cast mod_jk.c: At top level: mod_jk.c:1026: syntax error before `*' mod_jk.c: In function `create_jk_config': mod_jk.c:1029: `p' undeclared (first use in this function) mod_jk.c:1073: `s' undeclared (first use in this function) mod_jk.c:1079: structure has no member named `envvars' mod_jk.c: At top level: mod_jk.c:1087: syntax error before `*' mod_jk.c: In function `merge_jk_config': mod_jk.c:1091: `basev' undeclared (first use in this function) mod_jk.c:1092: `overridesv' undeclared (first use in this function) mod_jk.c:1112: `p' undeclared (first use in this function) mod_jk.c:1113: warning: passing arg 3 of `map_put' makes pointer from integer without a cast mod_jk.c:1127: structure has no member named `envvars' mod_jk.c:1129: structure has no member named `envvars' mod_jk.c:1130: structure has no member named `envvars' mod_jk.c: At top level: mod_jk.c:1154: syntax error before `ap_pool' mod_jk.c: In function `jk_init': mod_jk.c:1158: `s' undeclared (first use in this function) mod_jk.c:1158: `jk_module' undeclared (first use in this function) mod_jk.c:1176: `p' undeclared (first use in this function) mod_jk.c:1185: warning: passing arg 1 of `ap_add_version_component' from incompatible pointer type mod_jk.c:1185: too few arguments to function `ap_add_version_component' mod_jk.c: In function `jk_translate': mod_jk.c:1212: `jk_module' undeclared (first use in this function) mod_jk.c:1220: warning: assignment makes pointer from integer without a cast mod_jk.c: At top level: mod_jk.c:1229: syntax error before `ap_pool' mod_jk.c: In function `exit_handler': mod_jk.c:1231: `s' undeclared (first use in this function) mod_jk.c:1239: `jk_module' undeclared (first use in this function) mod_jk.c: At top level: mod_jk.c:1253: syntax error before `jk_handlers' mod_jk.c:1255: warning: braces around scalar initializer mod_jk.c:1255: warning: (near initialization for `jk_handlers[0]') mod_jk.c:1255: warning: initialization makes integer from pointer without a cast mod_jk.c:1255: warning: excess elements in scalar initializer mod_jk.c:1255: warning: (near initialization for `jk_handlers[0]') mod_jk.c:1256: warning: braces around scalar initializer mod_jk.c:1256: warning: (near initialization for `jk_handlers[1]') mod_jk.c:1256: warning: initialization makes integer from pointer without a cast mod_jk.c:1256: warning: excess elements in scalar initializer mod_jk.c:1256: warning: (near initialization for `jk_handlers[1]') mod_jk.c:1257: warning: braces around scalar initializer mod_jk.c:1257: warning: (near initialization for `jk_handlers[2]') mod_jk.c:1258: warning: data definition has no type or storage class mod_jk.c:1260: syntax error before `jk_module' apxs:Error: Command failed with rc=65536 . gmake: *** [mod_jk.o] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk. server# -------------- God may be subtle, but He isn't plain mean. -- Albert Einstein ---FreeBSD The Power To Serve--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message