From owner-freebsd-apache@FreeBSD.ORG Mon Sep 19 11:01:13 2005 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07D7A16A41F for ; Mon, 19 Sep 2005 11:01:13 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BC943D46 for ; Mon, 19 Sep 2005 11:01:12 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8JB1CGO017184 for ; Mon, 19 Sep 2005 11:01:12 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8JB1BVu017178 for apache@freebsd.org; Mon, 19 Sep 2005 11:01:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Sep 2005 11:01:11 GMT Message-Id: <200509191101.j8JB1BVu017178@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 11:01:13 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2005/05/18] ports/81183 apache apache13-modperl can not compile with por 2 problems total. From owner-freebsd-apache@FreeBSD.ORG Wed Sep 21 03:28:53 2005 Return-Path: X-Original-To: apache@FreeBSD.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C8116A41F for ; Wed, 21 Sep 2005 03:28:53 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D4C43D46 for ; Wed, 21 Sep 2005 03:28:52 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by qproxy.gmail.com with SMTP id q10so309540qbq for ; Tue, 20 Sep 2005 20:28:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=dHg7hOOenBNFQ10YJ4U2ygCOVymTp93LJ2B5tS8DBbT1P3dznYGH1RlXq4998DO3Sbbd/xo7MdAMK1FqGvAHYJNEKTtbT8K98zsWYHvo5Jvx3W8/FWriEyPDLbevyGfU/tAUv5V7DjnkovDiJqjU5WMHhwVRQDMwP357XeZIhe0= Received: by 10.64.195.14 with SMTP id s14mr106047qbf; Tue, 20 Sep 2005 20:28:51 -0700 (PDT) Received: by 10.65.40.7 with HTTP; Tue, 20 Sep 2005 20:28:50 -0700 (PDT) Message-ID: <6f50eac405092020282e16704a@mail.gmail.com> Date: Tue, 20 Sep 2005 23:28:50 -0400 From: Indigo 23 To: apache@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: www/apache13-ssl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: indigo23@gmail.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 03:28:53 -0000 The recent update of OpenSSL to 0.9.8 broke apache13-ssl when compiling=20 (Note, I am using APACHE_PERF_TUNING=3DYES when compiling), here's where it= =20 errors out: =3D=3D=3D> src/modules/ssl cc -c -I../../os/unix -I../../include -I/usr/local/include=20 -DHARD_SERVER_LIMIT=3D2048 -DDOCUMENT_LOCATION=3D\"/usr/local/www/data/\"= =20 -DDEFAULT_PATH=3D\"/bin:/usr/bin:/usr/local/bin\" -DBUFFERED_LOGS=20 -DTARGET=3D\"httpsd\" -DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite=20 -DAPACHE_SSL -O -pipe -march=3Dpentium4 -I/usr/local/include/openssl -O6=20 -fomit-frame-pointer `../../apaci` apache_ssl.c apache_ssl.c: In function `GetSessionFromServer': apache_ssl.c:1394: warning: passing arg 2 of `d2i_SSL_SESSION' from=20 incompatible pointer type apache_ssl.c: In function `GetPrivateKey': apache_ssl.c:1483: error: `EVP_F_EVP_DECRYPTFINAL' undeclared (first use in= =20 this function) apache_ssl.c:1483: error: (Each undeclared identifier is reported only once apache_ssl.c:1483: error: for each function it appears in.) *** Error code 1 Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src/modules/ssl. *** Error code 1 Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src/modules. *** Error code 1 Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33/src. *** Error code 1 Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33. *** Error code 1 Stop in /usr/ports/www/apache13-ssl/work/apache_1.3.33. *** Error code 1 Stop in /usr/ports/www/apache13-ssl. I'm not sure if a patch update is in order or if it requires Apache-SSL=20 itself to be updated. Thanks. From owner-freebsd-apache@FreeBSD.ORG Thu Sep 22 22:16:03 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB18816A421 for ; Thu, 22 Sep 2005 22:16:03 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id B458F43D60 for ; Thu, 22 Sep 2005 22:16:00 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050922221559.YYTV24491.lakecmmtao06.coxmail.com@dns1> for ; Thu, 22 Sep 2005 18:15:59 -0400 From: Vizion To: freebsd-apache@freebsd.org Date: Thu, 22 Sep 2005 15:11:43 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509221511.43901.vizion@vizion.occoxmail.com> Subject: mod_index_rss - compile error X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 22:16:03 -0000 Ok here is the consol output from an attempt to compile mod_index_rss Can anyone suggest a fix for this? david dns1# cd mod_index_rss/ dns1# ls -l total 22 drwxr-xr-x 2 root wheel 512 May 2 08:42 Attic -rw-r--r-- 1 root wheel 589 Sep 11 16:16 Makefile -r--r--r-- 1 root wheel 3426 Apr 2 00:30 Makefile,v -rw-r--r-- 1 root wheel 105 Sep 11 16:16 distinfo -r--r--r-- 1 root wheel 988 Apr 2 00:30 distinfo,v drwxr-xr-x 2 root wheel 512 Sep 11 16:16 files -rw-r--r-- 1 root wheel 245 May 2 16:27 pkg-descr -r--r--r-- 1 root wheel 1226 Apr 2 00:30 pkg-descr,v -rw-r--r-- 1 root wheel 122 Apr 8 2001 pkg-plist -r--r--r-- 1 root wheel 703 Apr 2 00:30 pkg-plist,v dns1# make config ===> No options to configure dns1# make ===> Vulnerability check disabled, database not found => mod_index_rss-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://download.tangent.org/. mod_index_rss-1.0.tar.gz 100% of 6259 B 39 kBps ===> Extracting for mod_index_rss-1.0 => Checksum OK for mod_index_rss-1.0.tar.gz. ===> Patching for mod_index_rss-1.0 ===> Applying FreeBSD patches for mod_index_rss-1.0 ===> Ignoring patchfile /usr/ports/www/mod_index_rss/files/patch-mod_index_rss.c,v ===> mod_index_rss-1.0 depends on file: /usr/local/sbin/apxs - found ===> Configuring for mod_index_rss-1.0 ===> Building for mod_index_rss-1.0 /usr/local/share/apache2/build/libtool --silent --mode=compile cc -prefer-pic -O -pipe -DAP_HAVE_DESIGNATED_INITIALIZER -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/apache2 -I/usr/local/include/apache2 -I/usr/local/include/apache2 -I/usr/local/include -c -o mod_index_rss.lo mod_index_rss.c && touch mod_index_rss.slo mod_index_rss.c:21: error: syntax error before "index_rss_module" mod_index_rss.c:25: error: syntax error before "array_header" mod_index_rss.c:35: error: syntax error before '*' token mod_index_rss.c: In function `mconfig_for_directory': mod_index_rss.c:37: error: `p' undeclared (first use in this function) mod_index_rss.c:37: error: (Each undeclared identifier is reported only once mod_index_rss.c:37: error: for each function it appears in.) mod_index_rss.c:37: warning: initialization makes pointer from integer without a cast mod_index_rss.c:40: error: structure has no member named `enabled' mod_index_rss.c:41: error: structure has no member named `disabled' mod_index_rss.c: In function `print_channel': mod_index_rss.c:50: error: structure has no member named `st_mtime' mod_index_rss.c:50: warning: assignment makes pointer from integer without a cast mod_index_rss.c: At top level: mod_index_rss.c:71: error: syntax error before '*' token mod_index_rss.c: In function `string_find': mod_index_rss.c:76: error: `array' undeclared (first use in this function) mod_index_rss.c:79: error: `key' undeclared (first use in this function) mod_index_rss.c:86: error: `FNM_CASE_BLIND' undeclared (first use in this function) mod_index_rss.c: In function `index_rss_handler': mod_index_rss.c:111: error: storage size of 'sbuf' isn't known mod_index_rss.c:117: error: `array_header' undeclared (first use in this function) mod_index_rss.c:117: error: `containers_array' undeclared (first use in this function) mod_index_rss.c:120: error: `index_rss_module' undeclared (first use in this function) mod_index_rss.c:124: warning: assignment makes pointer from integer without a cast mod_index_rss.c:127: warning: passing arg 4 of `ap_log_rerror' makes integer from pointer without a cast mod_index_rss.c:127: warning: passing arg 5 of `ap_log_rerror' from incompatible pointer type mod_index_rss.c:145: warning: assignment makes pointer from integer without a cast mod_index_rss.c:149: error: structure has no member named `enabled' mod_index_rss.c:149: error: structure has no member named `disabled' mod_index_rss.c:152: error: structure has no member named `enabled' mod_index_rss.c:155: error: structure has no member named `enabled' mod_index_rss.c:158: error: structure has no member named `disabled' mod_index_rss.c:164: warning: assignment makes pointer from integer without a cast mod_index_rss.c:166: warning: assignment makes pointer from integer without a cast mod_index_rss.c:192: warning: assignment makes pointer from integer without a cast mod_index_rss.c:197: warning: assignment makes pointer from integer without a cast mod_index_rss.c: In function `add_enabled': mod_index_rss.c:215: error: structure has no member named `enabled' mod_index_rss.c:216: error: structure has no member named `enabled' mod_index_rss.c:218: error: structure has no member named `enabled' mod_index_rss.c:218: warning: assignment makes pointer from integer without a cast mod_index_rss.c: In function `add_disabled': mod_index_rss.c:228: error: structure has no member named `disabled' mod_index_rss.c:229: error: structure has no member named `disabled' mod_index_rss.c:231: error: structure has no member named `disabled' mod_index_rss.c:231: warning: assignment makes pointer from integer without a cast mod_index_rss.c: At top level: mod_index_rss.c:237: error: syntax error before "index_rss_handlers" mod_index_rss.c:238: warning: braces around scalar initializer mod_index_rss.c:238: warning: (near initialization for `index_rss_handlers[0]') mod_index_rss.c:238: warning: initialization makes integer from pointer without a cast mod_index_rss.c:238: warning: excess elements in scalar initializer mod_index_rss.c:238: warning: (near initialization for `index_rss_handlers[0]') mod_index_rss.c:239: warning: braces around scalar initializer mod_index_rss.c:239: warning: (near initialization for `index_rss_handlers[1]') mod_index_rss.c:239: warning: initialization makes integer from pointer without a cast mod_index_rss.c:239: warning: excess elements in scalar initializer mod_index_rss.c:239: warning: (near initialization for `index_rss_handlers[1]') mod_index_rss.c:240: warning: data definition has no type or storage class mod_index_rss.c:243: warning: initialization from incompatible pointer type mod_index_rss.c:244: error: syntax error before "index_rss_conf" mod_index_rss.c:244: error: initializer element is not constant mod_index_rss.c:244: error: (near initialization for `index_rss_module_cmds[0].cmd_data') mod_index_rss.c:245: error: initializer element is not constant mod_index_rss.c:245: error: (near initialization for `index_rss_module_cmds[0]') mod_index_rss.c:246: warning: initialization from incompatible pointer type mod_index_rss.c:246: error: initializer element is not constant mod_index_rss.c:246: error: (near initialization for `index_rss_module_cmds[1].func') mod_index_rss.c:247: error: initializer element is not constant mod_index_rss.c:247: error: (near initialization for `index_rss_module_cmds[1]') mod_index_rss.c:248: warning: initialization from incompatible pointer type mod_index_rss.c:248: error: initializer element is not constant mod_index_rss.c:248: error: (near initialization for `index_rss_module_cmds[2].func') mod_index_rss.c:249: error: initializer element is not constant mod_index_rss.c:249: error: (near initialization for `index_rss_module_cmds[2]') mod_index_rss.c:250: error: initializer element is not constant mod_index_rss.c:250: error: (near initialization for `index_rss_module_cmds[3]') mod_index_rss.c:254: error: syntax error before "index_rss_module" apxs:Error: Command failed with rc=65536 . *** Error code 1 Stop in /usr/ports/www/mod_index_rss. -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 16:01:35 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2A316A41F for ; Fri, 23 Sep 2005 16:01:35 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3DC843D46 for ; Fri, 23 Sep 2005 16:01:34 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: by qproxy.gmail.com with SMTP id p36so127113qba for ; Fri, 23 Sep 2005 09:01:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:reply-to:organization:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:from; b=udJDv4t3vbpE2Ce+N41JI1rj62KcpHhx6XeiJ0xz+xJl1ABcDE8i91nZN2K5/F9vabyP2oGZGuzxkfX6wzdFCj+Sodp0ijloJJhLC/16Za8FN8VHMcOnB4VL0yQK8lLv18Gmnn5czaLv6rAc0R+16fQzW6GxijuxJgQX3psJ/rY= Received: by 10.65.103.18 with SMTP id f18mr231665qbm; Fri, 23 Sep 2005 05:09:57 -0700 (PDT) Received: from ?192.168.0.13? ( [64.231.72.59]) by mx.gmail.com with ESMTP id f16sm126437qba.2005.09.23.05.09.57; Fri, 23 Sep 2005 05:09:57 -0700 (PDT) Message-ID: <4333F09B.10106@waroc.com> Date: Fri, 23 Sep 2005 08:10:03 -0400 Organization: Waroc Fine Audio + Custom Home Cinema User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Pavneet Arora Subject: Having troubles with mod_php and expat X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pavneet_arora@waroc.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 16:01:35 -0000 Hello there, Forgive me for this naive problem, but I have been scouring the archives and the net for some resonance that may point to a solution without success: I recently upgraded my FreeBSD 5.1 system to a FreeBSD 5.4 system. Along the way I used the port system to upgrade Perl (5.8.7), mod_perl (mod_perl2-2.0.1,2), PHP (4.4.0), mod_php (mod_php4-4.4.0,1), Apache (apache-2.0.54_4), expat (1.95.8_3), etc. Both Perl and PHP are loaded in httpd.conf as modules All of this was an effort to install the SugarCRM port, but this is incidental. The problem is quite simple... From php, I am unable to access any of the XML functions. So the following script: php test OK'; } else { echo 'Not Available'; } ?> Yields "Not Available". I only offer this snippet since this is the test that SugarCRM tries on install and fails on. Your guidance would be gratefully accepted. Many thanks. -- ----- - Pavneet Arora Waroc Fine Audio + Custom Home Cinema www.waroc.com 416.937.WAROC (9276) From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 20:43:55 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E7D16A41F for ; Fri, 23 Sep 2005 20:43:55 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id E110043D62 for ; Fri, 23 Sep 2005 20:43:50 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 60938 invoked by uid 1000); 23 Sep 2005 22:43:49 +0200 Date: Fri, 23 Sep 2005 22:43:49 +0200 From: Clement Laforet To: pavneet_arora@waroc.com Message-ID: <20050923204349.GA57682@goofy.cultdeadsheep.org> References: <4333F09B.10106@waroc.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <4333F09B.10106@waroc.com> User-Agent: Mutt/1.5.10i Cc: freebsd-apache@freebsd.org Subject: Re: Having troubles with mod_php and expat X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 20:43:55 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 23, 2005 at 08:10:03AM -0400, Pavneet Arora wrote: Hi, > Forgive me for this naive problem, but I have been scouring the archives= =20 > and the net for some resonance that may point to a solution without succe= ss: >=20 > I recently upgraded my FreeBSD 5.1 system to a FreeBSD 5.4 system.=20 > Along the way I used the port system to upgrade Perl (5.8.7), mod_perl=20 > (mod_perl2-2.0.1,2), PHP (4.4.0), mod_php (mod_php4-4.4.0,1), Apache=20 > (apache-2.0.54_4), expat (1.95.8_3), etc. >=20 > Both Perl and PHP are loaded in httpd.conf as modules >=20 > All of this was an effort to install the SugarCRM port, but this is=20 > incidental. >=20 > The problem is quite simple... >=20 > From php, I am unable to access any of the XML functions. So the=20 > following script: >=20 > > php test > > > if (function_exists('xml_parser_create')) { > echo 'OK'; > } > else { > echo 'Not Available'; > } > ?> > > >=20 > Yields "Not Available". I only offer this snippet since this is the=20 > test that SugarCRM tries on install and fails on. >=20 > Your guidance would be gratefully accepted. did you install textproc/php4-xml entension? clem --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFDNGkEsRhfjwcjuh0RAhjvAJsGzvMXCWC1fIPZ7Jxt1ET3q/hT8QCfQzWy p1oKeQrVpZIUdR+Ps77e+E0= =TNgE -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 20:45:40 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 284C716A41F for ; Fri, 23 Sep 2005 20:45:40 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id E715343D45 for ; Fri, 23 Sep 2005 20:45:38 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 61622 invoked by uid 1000); 23 Sep 2005 22:45:37 +0200 Date: Fri, 23 Sep 2005 22:45:37 +0200 From: Clement Laforet To: Vizion Message-ID: <20050923204537.GB57682@goofy.cultdeadsheep.org> References: <200509221511.43901.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: <200509221511.43901.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.5.10i Cc: freebsd-apache@freebsd.org Subject: Re: mod_index_rss - compile error X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 20:45:40 -0000 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 22, 2005 at 03:11:43PM -0700, Vizion wrote: > Ok >=20 > here is the consol output from an attempt to compile mod_index_rss >=20 > Can anyone suggest a fix for this? You're trying to install an apache 1.3.x module with apache 2.0.x. There's no fix, unless port it to apache2. clem --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFDNGlxsRhfjwcjuh0RAjjaAKCUfr7dfOR/C88huja99tEsaNadCQCdF4GU p3Kcxzp+trgRQsMZ3j14/NU= =E06I -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 21:19:22 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9174A16A41F for ; Fri, 23 Sep 2005 21:19:22 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A15543D6B for ; Fri, 23 Sep 2005 21:19:18 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050923211918.HXVK2425.lakecmmtao05.coxmail.com@dns1>; Fri, 23 Sep 2005 17:19:18 -0400 From: Vizion To: Clement Laforet Date: Fri, 23 Sep 2005 14:14:57 -0700 User-Agent: KMail/1.8 References: <200509221511.43901.vizion@vizion.occoxmail.com> <20050923204537.GB57682@goofy.cultdeadsheep.org> In-Reply-To: <20050923204537.GB57682@goofy.cultdeadsheep.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509231414.58171.vizion@vizion.occoxmail.com> Cc: freebsd-apache@freebsd.org Subject: Re: mod_index_rss - compile error X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 21:19:22 -0000 On Friday 23 September 2005 13:45, the author Clement Laforet contributed to the dialogue on- Re: mod_index_rss - compile error: >On Thu, Sep 22, 2005 at 03:11:43PM -0700, Vizion wrote: >> Ok >> >> here is the consol output from an attempt to compile mod_index_rss >> >> Can anyone suggest a fix for this? > >You're trying to install an apache 1.3.x module with apache 2.0.x. >There's no fix, unless port it to apache2. > >clem Thanks for your contribution .. I had belatedly realized that -- yuck I have never attempted to do such a port and I do not know if i have the time to get on the learning curve and do the port - so I may have to find another way round to meet current needs, unless someone else has both the knowledge and the time.. When I get a chance I might try and look at what is involved in such ports so I could help with another one in the future david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 21:20:07 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C80416A420 for ; Fri, 23 Sep 2005 21:20:07 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8068043D45 for ; Fri, 23 Sep 2005 21:20:05 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so652295wxc for ; Fri, 23 Sep 2005 14:20:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:reply-to:organization:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:from; b=gILJoKEgPs/oqgQNsfjTtKk2k/fi99sxR2enC+SA/ywHESiY4RKRVQi7yKA8t/dPfAkAXjqao7Egl2oMkeYcPmDjKyP6sEsh3z19X1k86TgEBmqGA0GsbxXC2BsgRRzcuYkkwbv75vpaPpQrtvr/Vs5yo36LTuSSm+Md+fAL51U= Received: by 10.70.43.3 with SMTP id q3mr1152253wxq; Fri, 23 Sep 2005 14:20:04 -0700 (PDT) Received: from ?192.168.0.13? ( [64.231.72.59]) by mx.gmail.com with ESMTP id i16sm648293wxd.2005.09.23.14.20.03; Fri, 23 Sep 2005 14:20:04 -0700 (PDT) Message-ID: <43347189.7010708@waroc.com> Date: Fri, 23 Sep 2005 17:20:09 -0400 Organization: Waroc Fine Audio + Custom Home Cinema User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Pavneet Arora Subject: Re: Having troubles with mod_php and expat X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pavneet_arora@waroc.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 21:20:07 -0000 Thanks to Clement for getting me on the right track. I feel foolish, but that isn't uncommon ;). It just takes that one bit of insight, doesn't it? The problem *really is* with the sugarcrm port. It should have a dependency listed for php4-xml, which it currently does not: sugarcrm-2.5.1b_1 A web based customer relationship management suite Maintained by: nick@foobar.org Also listed in: www Requires: apache-1.3.33_2, expat-1.95.8_3, fontconfig-2.2.3,1, freetype2-2.1.10_1, jpeg-6b_3, mysql-client-4.1.14, perl-5.8.7, php4-4.4.0, php4-gd-4.4.0, php4-mysql-4.4.0, php4-pcre-4.4.0, php4-session-4.4.0, pkgconfig-0.17.2, png-1.2.8_2, t1lib-5.1.0,1, xorg-libraries-6.8.2 I have forwarded the request to Nick Hilliard so I hope that it should be corrected shortly and help avoid this pain for the next person. Many thanks for your assistance. Cheers. Clement Laforet wrote: > On Fri, Sep 23, 2005 at 08:10:03AM -0400, Pavneet Arora wrote: > Hi, > >>Forgive me for this naive problem, but I have been scouring the archives >>and the net for some resonance that may point to a solution without success: >> >>I recently upgraded my FreeBSD 5.1 system to a FreeBSD 5.4 system. >>Along the way I used the port system to upgrade Perl (5.8.7), mod_perl >>(mod_perl2-2.0.1,2), PHP (4.4.0), mod_php (mod_php4-4.4.0,1), Apache >>(apache-2.0.54_4), expat (1.95.8_3), etc. >> >>Both Perl and PHP are loaded in httpd.conf as modules >> >>All of this was an effort to install the SugarCRM port, but this is >>incidental. >> >>The problem is quite simple... >> >>From php, I am unable to access any of the XML functions. So the >>following script: >> >> >>php test >> >> >>>if (function_exists('xml_parser_create')) { >> echo 'OK'; >>} >>else { >> echo 'Not Available'; >>} >>?> >> >> >> >>Yields "Not Available". I only offer this snippet since this is the >>test that SugarCRM tries on install and fails on. >> >>Your guidance would be gratefully accepted. > > > did you install textproc/php4-xml entension? > > clem -- ----- - Pavneet Arora Waroc Fine Audio + Custom Home Cinema www.waroc.com 416.937.WAROC (9276) From owner-freebsd-apache@FreeBSD.ORG Fri Sep 23 21:58:33 2005 Return-Path: X-Original-To: apache@FreeBSD.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2314916A41F for ; Fri, 23 Sep 2005 21:58:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C8F043D46 for ; Fri, 23 Sep 2005 21:58:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [70.30.70.180]) by elvis.mu.org (Postfix) with ESMTP id 3E2501A3C1D for ; Fri, 23 Sep 2005 14:58:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 18D39515B1; Fri, 23 Sep 2005 17:58:30 -0400 (EDT) Date: Fri, 23 Sep 2005 17:58:29 -0400 From: Kris Kennaway To: apache@FreeBSD.org Message-ID: <20050923215829.GA30879@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-sparc64@FreeBSD.org: mod_v2h-2.0 failed on sparc64 7] X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 21:58:33 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-sparc64 = ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Fri, 23 Sep 2005 19:07:39 GMT From: User Ports-sparc64 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: mod_v2h-2.0 failed on sparc64 7 X-UIDL: g^@!!$N+!!g#h"!3Gi!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.96.0 building mod_v2h-2.0 on e450.allbsd.org in directory /pkg/7/chroot/46859 maintained by: apache@FreeBSD.org port directory: /usr/ports/www/mod_v2h build started at Fri Sep 23 19:07:16 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dapache-2.0.54_4.tbz expat-1.95.8_3.tbz libiconv-1.9.2_1.tbz= mysql-client-3.23.59.n.20050301_1.tbz perl-5.8.7.tbz RUN_DEPENDS=3Dapache-2.0.54_4.tbz expat-1.95.8_3.tbz libiconv-1.9.2_1.tbz m= ysql-client-3.23.59.n.20050301_1.tbz perl-5.8.7.tbz add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> mod_v2h.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp3.jp.freebsd.org/pub/FreeBSD/ports/d= istfiles/. fetch: ftp://ftp3.jp.freebsd.org/pub/FreeBSD/ports/distfiles/mod_v2h.tar.gz= : Connection refused =3D> Attempting to fetch from http://www.fractal.net/files/. fetch: http://www.fractal.net/files/mod_v2h.tar.gz: Connection refused =3D> Attempting to fetch from ftp://ftp3.jp.freebsd.org/pub/FreeBSD/ports/d= istfiles/. fetch: ftp://ftp3.jp.freebsd.org/pub/FreeBSD/ports/distfiles/mod_v2h.tar.gz= : Connection refused =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop in /a/ports/www/mod_v2h. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build ended at Fri Sep 23 19:07:23 UTC 2005 ----- End forwarded message ----- --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDNHqFWry0BWjoQKURAg8UAKDMbSzvG5yEwyLQRE1e1Du5gGzLfgCgu4UY 4r/R4P96OBliAkk65+wjPGk= =qEeT -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-freebsd-apache@FreeBSD.ORG Sat Sep 24 08:33:12 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F3516A41F for ; Sat, 24 Sep 2005 08:33:12 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7270943D49 for ; Sat, 24 Sep 2005 08:33:11 +0000 (GMT) (envelope-from pavneet.arora@gmail.com) Received: by qproxy.gmail.com with SMTP id p26so273264qbb for ; Sat, 24 Sep 2005 01:33:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:reply-to:organization:user-agent:x-accept-language:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=e24t/TgxsKm+T2pjmKbUJYFtjYVtXCfERbhD05GkFp8mLd00FJJ4KxRoqOCuWNtKigYV6SVW0JR8DppxAMqCYRRInlU5KIvWfP77vZVdwcnMYEaE9l0tjaR1MOZdJnpCi9hLhs52XGyzhKlW8tFRwHolN2DQ42H5cjDxmrnQ+AE= Received: by 10.64.184.11 with SMTP id h11mr246163qbf; Fri, 23 Sep 2005 13:52:30 -0700 (PDT) Received: from ?192.168.0.13? ( [64.231.72.59]) by mx.gmail.com with ESMTP id q16sm146176qbq.2005.09.23.13.52.29; Fri, 23 Sep 2005 13:52:30 -0700 (PDT) Message-ID: <43346B13.2090503@waroc.com> Date: Fri, 23 Sep 2005 16:52:35 -0400 Organization: Waroc Fine Audio + Custom Home Cinema User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-apache@freebsd.org References: <4333F09B.10106@waroc.com> <20050923204349.GA57682@goofy.cultdeadsheep.org> In-Reply-To: <20050923204349.GA57682@goofy.cultdeadsheep.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Pavneet Arora Subject: Re: Having troubles with mod_php and expat X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pavneet_arora@waroc.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 08:33:12 -0000 Sorry, I didn't realize that I had to do this separately. I took the following from ca.php.net/xml: "Installation These functions are enabled by default, using the bundled expat library. You can disable XML support with --disable-xml. If you compile PHP as a module for Apache 1.3.9 or later, PHP will automatically use the bundled expat library from Apache. In order you don't want to use the bundled expat library configure PHP --with-expat-dir=DIR, where DIR should point to the base installation directory of expat. The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions." I will try this immediately. Thank you. Clement Laforet wrote: > did you install textproc/php4-xml entension? > > clem -- ----- - Pavneet Arora Waroc Fine Audio + Custom Home Cinema www.waroc.com 416.937.WAROC (9276)