From owner-freebsd-apache@FreeBSD.ORG Sun Sep 17 07:54:47 2006 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 714B516A403 for ; Sun, 17 Sep 2006 07:54:47 +0000 (UTC) (envelope-from herriojr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id B48E243D58 for ; Sun, 17 Sep 2006 07:54:46 +0000 (GMT) (envelope-from herriojr@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so2706995nfc for ; Sun, 17 Sep 2006 00:54:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=njOY6yGu9Cah8SV9bpsiSHO3HJ/UOHeD7yNR9CwrjbuHFSsC1lAK7T+Osflwp6n2e/Oc+DU6SAn6B8+/JWAmPlOU+EHgWzJrWj9POUvYsPEtsxtdS9cxQl8VoVNGi8BOQdgEALxS195H/9HJpzczE+pyE2hGAozKHiEnAbcq214= Received: by 10.78.200.3 with SMTP id x3mr2723958huf; Sun, 17 Sep 2006 00:54:44 -0700 (PDT) Received: by 10.78.184.8 with HTTP; Sun, 17 Sep 2006 00:54:44 -0700 (PDT) Message-ID: <6a56d69c0609170054u4d4dd2c0h5f4a8ce152007aa2@mail.gmail.com> Date: Sun, 17 Sep 2006 03:54:44 -0400 From: "Jonathan Herriott" To: freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: installing php-mysql 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: Sun, 17 Sep 2006 07:54:47 -0000 Hi all, Sorry if I posted in the wrong spot. If you could point me to the right boards, I'll repost. Anways, Here is my install so far for my webserver: apache-1.3.34_4 mysql-server-5.1.6_2 mysql-client-5.1.6_1 php5-5.1.2_1 After trying to do a mysql_connect, I found that I needed to download the php5-mysql port. It has problems when installing the port because it says it requires a previous version of mysql-client. Is there a way I can get around this? I tried the following: > sudo pkg_add -fr php5-mysql Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/php5-mysql.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/mysql-client-4.1.18_1.tbz... Done. pkg_add: package 'mysql-client-4.1.18_1' conflicts with mysql-client-5.1.6_1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'mysql-client-4.1.18_1' failed (proceeding anyway) pkg_add: can't open dependency file '/var/db/pkg/mysql-client-4.1.18_1/+REQUIRED_BY'! Is there a way I can get around this and still use the port? Is there something I should add to my php.ini file? Thanks for help in advance. Thanks, Jonathan Herriott From owner-freebsd-apache@FreeBSD.ORG Sun Sep 17 14:52:33 2006 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 E404E16A403 for ; Sun, 17 Sep 2006 14:52:33 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from slimak.dkm.cz (slimak.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 03E4D43D5C for ; Sun, 17 Sep 2006 14:52:32 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: (qmail 64705 invoked by uid 0); 17 Sep 2006 14:52:30 -0000 Received: from grimm.quip.cz (HELO ?192.168.1.2?) (213.220.192.218) by slimak.dkm.cz with SMTP; 17 Sep 2006 14:52:30 -0000 Message-ID: <450D612D.6000404@quip.cz> Date: Sun, 17 Sep 2006 16:52:29 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cs, cz, en, en-us MIME-Version: 1.0 To: freebsd-apache@freebsd.org References: <6a56d69c0609170054u4d4dd2c0h5f4a8ce152007aa2@mail.gmail.com> In-Reply-To: <6a56d69c0609170054u4d4dd2c0h5f4a8ce152007aa2@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Herriott Subject: Re: installing php-mysql 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: Sun, 17 Sep 2006 14:52:34 -0000 Jonathan Herriott wrote: > Hi all, > > Sorry if I posted in the wrong spot. If you could point me to the > right boards, I'll repost. > > Anways, Here is my install so far for my webserver: > > apache-1.3.34_4 > mysql-server-5.1.6_2 > mysql-client-5.1.6_1 > php5-5.1.2_1 > > After trying to do a mysql_connect, I found that I needed to download > the php5-mysql port. It has problems when installing the port because > it says it requires a previous version of mysql-client. Is there a > way I can get around this? > > I tried the following: > >> sudo pkg_add -fr php5-mysql > > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/php5-mysql.tbz... > > Done. > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/mysql-client-4.1.18_1.tbz... > > Done. > pkg_add: package 'mysql-client-4.1.18_1' conflicts with > mysql-client-5.1.6_1 > pkg_add: please use pkg_delete first to remove conflicting package(s) > or -f to force installation > pkg_add: pkg_add of dependency 'mysql-client-4.1.18_1' failed > (proceeding anyway) > pkg_add: can't open dependency file > '/var/db/pkg/mysql-client-4.1.18_1/+REQUIRED_BY'! > > > Is there a way I can get around this and still use the port? Is there > something I should add to my php.ini file? > > Thanks for help in advance. 1] You have outdated version os Apache and php5 2] Did you tried php5-extensions and compilation of php5-mysql from ports? I think precompiled packages are not build for "alpha version" of MySQL (5.1.x) Miroslav Lachman From owner-freebsd-apache@FreeBSD.ORG Sun Sep 17 19:50:52 2006 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 2613616A4A7 for ; Sun, 17 Sep 2006 19:50:52 +0000 (UTC) (envelope-from herriojr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489F243D5A for ; Sun, 17 Sep 2006 19:50:51 +0000 (GMT) (envelope-from herriojr@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so2798538nfc for ; Sun, 17 Sep 2006 12:50:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PDebV44TphpV9I9lzX/54jOlsu6hzgc6KdLmSflqUC7DHExyQBgo55gB13n9E2AZX9ROoRAPkA+VR0uWmen3sEBYrEq6m0fcwbVh+RmKK3mUsXOHIEIbXBUKYrySRTo19lZk9lnGZMi97UjGLmj3gP5Fp0KNBQoeNdQcZgMAKgA= Received: by 10.78.128.11 with SMTP id a11mr2877739hud; Sun, 17 Sep 2006 12:50:49 -0700 (PDT) Received: by 10.78.184.8 with HTTP; Sun, 17 Sep 2006 12:50:49 -0700 (PDT) Message-ID: <6a56d69c0609171250o619a9289vb5e2b39a4d796338@mail.gmail.com> Date: Sun, 17 Sep 2006 12:50:49 -0700 From: "Jonathan Herriott" To: "Miroslav Lachman" <000.fbsd@quip.cz> In-Reply-To: <450D612D.6000404@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6a56d69c0609170054u4d4dd2c0h5f4a8ce152007aa2@mail.gmail.com> <450D612D.6000404@quip.cz> Cc: freebsd-apache@freebsd.org Subject: Re: installing php-mysql 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: Sun, 17 Sep 2006 19:50:52 -0000 Well, I guess I'll try installing the version of mysql that it seems to want. I did try php5-extensions, and that didn't contain what I needed. Thanks for the info. On 9/17/06, Miroslav Lachman <000.fbsd@quip.cz> wrote: > Jonathan Herriott wrote: > > Hi all, > > > > Sorry if I posted in the wrong spot. If you could point me to the > > right boards, I'll repost. > > > > Anways, Here is my install so far for my webserver: > > > > apache-1.3.34_4 > > mysql-server-5.1.6_2 > > mysql-client-5.1.6_1 > > php5-5.1.2_1 > > > > After trying to do a mysql_connect, I found that I needed to download > > the php5-mysql port. It has problems when installing the port because > > it says it requires a previous version of mysql-client. Is there a > > way I can get around this? > > > > I tried the following: > > > >> sudo pkg_add -fr php5-mysql > > > > Fetching > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/php5-mysql.tbz... > > > > Done. > > Fetching > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/All/mysql-client-4.1.18_1.tbz... > > > > Done. > > pkg_add: package 'mysql-client-4.1.18_1' conflicts with > > mysql-client-5.1.6_1 > > pkg_add: please use pkg_delete first to remove conflicting package(s) > > or -f to force installation > > pkg_add: pkg_add of dependency 'mysql-client-4.1.18_1' failed > > (proceeding anyway) > > pkg_add: can't open dependency file > > '/var/db/pkg/mysql-client-4.1.18_1/+REQUIRED_BY'! > > > > > > Is there a way I can get around this and still use the port? Is there > > something I should add to my php.ini file? > > > > Thanks for help in advance. > > 1] You have outdated version os Apache and php5 > 2] Did you tried php5-extensions and compilation of php5-mysql from ports? > > I think precompiled packages are not build for "alpha version" of MySQL > (5.1.x) > > Miroslav Lachman > From owner-freebsd-apache@FreeBSD.ORG Mon Sep 18 11:06:42 2006 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 89B9016A4EC for ; Mon, 18 Sep 2006 11:06:42 +0000 (UTC) (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 568C443D46 for ; Mon, 18 Sep 2006 11:06:42 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IB6gFk040220 for ; Mon, 18 Sep 2006 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IB6dGt040215 for apache@FreeBSD.org; Mon, 18 Sep 2006 11:06:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Sep 2006 11:06:39 GMT Message-Id: <200609181106.k8IB6dGt040215@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon 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, 18 Sep 2006 11:06:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/89308 apache [patch] www/mod_accounting crash on request_timeout 1 problem total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/74907 apache [PATCH] www/mod_perl: cleanups o ports/89972 apache portupgrade apache+ssl fails on dependencies o ports/97385 apache www/mod_auth_kerb configure script faults with heimdal o ports/97883 apache www/mod_bw 0.7 doesn't work on 4.x due to patch in fil o ports/102376 apache mod_auth_cookie_mysql2 has a new web page 5 problems total. From owner-freebsd-apache@FreeBSD.ORG Tue Sep 19 22:33:19 2006 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 8BCCF16A4B3 for ; Tue, 19 Sep 2006 22:33:19 +0000 (UTC) (envelope-from apache@popmates.co.uk) Received: from popmates.co.uk (popmates.co.uk [216.154.215.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A17543D60 for ; Tue, 19 Sep 2006 22:33:07 +0000 (GMT) (envelope-from apache@popmates.co.uk) Received: from popmates.co.uk (popmates.co.uk [127.0.0.1]) by popmates.co.uk (8.12.11.20060308/8.12.11) with ESMTP id k8JMWCZb010660 for ; Tue, 19 Sep 2006 18:32:12 -0400 Received: (from apache@localhost) by popmates.co.uk (8.12.11.20060308/8.12.11/Submit) id k8JMWBPo010626; Tue, 19 Sep 2006 18:32:11 -0400 Date: Tue, 19 Sep 2006 18:32:11 -0400 Message-Id: <200609192232.k8JMWBPo010626@popmates.co.uk> To: apache@freebsd.org From: "service@wachovia.com" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Wachovia Bank Update 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: Tue, 19 Sep 2006 22:33:19 -0000 Wachovia Bank Update We recently have discovered that multiple computers have attempted to log into your Wachovia Bank Online Account, and multiple password failures were presented before the logons. We now require you to re-validate your account information to us. If this is not completed by August 28, 2006, we will be forced to suspend your account indefinitely, as it may have been used for fraudulent purposes. To continue please [1]Click Here or on the link below to re-validate your account information : [2]http://www.denimology.co.uk/catalog/images/index.htm Sincerely, The Wachovia Bank Team © 2006 Wachovia Bank Security Wachovia Bank is the source of information about and access to domestic financial services provided by Wachovia Bank retail banking . References 1. http://www.denimology.co.uk/catalog/images/index.htm 2. http://www.denimology.co.uk/catalog/images/index.htm From owner-freebsd-apache@FreeBSD.ORG Wed Sep 20 09:41:23 2006 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 2A91016A407 for ; Wed, 20 Sep 2006 09:41:23 +0000 (UTC) (envelope-from kino@apem.com) Received: from apem.com (adsl196-83-214-206-196.adsl196-7.iam.net.ma [196.206.214.83]) by mx1.FreeBSD.org (Postfix) with SMTP id E71A343D58 for ; Wed, 20 Sep 2006 09:41:21 +0000 (GMT) (envelope-from kino@apem.com) Message-ID: <01c6dc98$ed28eda0$0a01a8c0@DOUMAL> X-MSMail-Priority: Normal X-Priority: 3 From: "Normina Babin" To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Date: Wed, 20 Sep 2006 09:41:21 +0000 (GMT) Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: PHtARpMA X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Normina Babin List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:41:23 -0000 Hi =20 CIAzzLIS VIAzzGRA AMBzzIEN VALzzIUM =20 Directly from the manufacturer http://www.xedunjinkasjon.com From owner-freebsd-apache@FreeBSD.ORG Wed Sep 20 10:47:55 2006 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 C48CA16A40F for ; Wed, 20 Sep 2006 10:47:55 +0000 (UTC) (envelope-from yF8S9@atlanta.com) Received: from pool-129-44-82-195.bing.east.verizon.net (pool-129-44-82-195.bing.east.verizon.net [129.44.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C449843D77 for ; Wed, 20 Sep 2006 10:47:54 +0000 (GMT) (envelope-from yF8S9@atlanta.com) Received: from ralph.myhome.westell.com (ralph.myhome.westell.com [192.168.1.47]) by westell.com (8.12.8p1/8.12.8) with ESMTP id i31M1Mod021741 for ; Wed, 20 Sep 2006 06:44:21 -0400 (envelope-from Deon Wynn ) Message-ID: <000801c6dc80$33d835d0$706c6172@ralph> From: Deon Wynn To: apache@freebsd.org Date: Wed, 20 Sep 2006 06:44:21 -0400 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re1: 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: Wed, 20 Sep 2006 10:47:55 -0000 12:00 PM So. I was hoping Misery's Child would finally be out in paperback, but no such luck. I'll duck one of the two capsules she gives me every other time she brings them. V I TOP QUALITY A FAST DELIVERY WORLDWIDE G MONEY BACK R COMPLETELY SECURE AND CONFIDENTIAL A Visit our shop: [1]HERE "No! So. Because it was that bitter taste which brought the high tide in over the piling. It spilled out of his fingers onto the board and then skittered toward the edge. He could vaguely remember drinking his own piss, how hot it had been, how salty. He lay in bed looking at the ceiling, his throat dry and his heart beating fast. I'll duck one of the two capsules she gives me every other time she brings them. 2. you. 1 OW! b. I'll duck one of the two capsules she gives me every other time she brings them. He could vaguely remember drinking his own piss, how hot it had been, how salty. He lay in bed looking at the ceiling, his throat dry and his heart beating fast. Enough so he had gone into what she called respiratory depression at least once. I'll duck one of the two capsules she gives me every other time she brings them. I'll duck one of the two capsules she gives me every other time she brings them. I was hoping Misery's Child would finally be out in paperback, but no such luck. He lay in bed looking at the ceiling, his throat dry and his heart beating fast. Because it was that bitter taste which brought the high tide in over the piling. It spilled out of his fingers onto the board and then skittered toward the edge. He almost rejected it (was that a faint groan from down there in the sweatshops? I was hoping Misery's Child would finally be out in paperback, but no such luck. I was hoping Misery's Child would finally be out in paperback, but no such luck. It spilled out of his fingers onto the board and then skittered toward the edge. I was hoping Misery's Child would finally be out in paperback, but no such luck. He could vaguely remember drinking his own piss, how hot it had been, how salty. But after a while Paul did not notice the Ducky Daddles voice of the typewriter. He lay in bed looking at the ceiling, his throat dry and his heart beating fast. It spilled out of his fingers onto the board and then skittered toward the edge. I was hoping Misery's Child would finally be out in paperback, but no such luck. It spilled out of his fingers onto the board and then skittered toward the edge. Because it was that bitter taste which brought the high tide in over the piling. References 1. http://ndinumihbbsb.t8ggzfz4h0zccub4gtbmgbtb.cafiate.com/