From owner-freebsd-isp@FreeBSD.ORG Thu Apr 6 07:49:41 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 633E416A401 for ; Thu, 6 Apr 2006 07:49:41 +0000 (UTC) (envelope-from dwoolworth@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49AF43D45 for ; Thu, 6 Apr 2006 07:49:40 +0000 (GMT) (envelope-from dwoolworth@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so74191nzf for ; Thu, 06 Apr 2006 00:49:40 -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:references; b=drEmGPS64XtI7lD6dqnkumEymXDaNNM/LmzCdJDgtwsyHAadkWbrG7WGfuU6W+3L0KHgDdNPtzPxL5kY2Hvohce+Hb3NFUJRwlr/PlCXOxy4oIAlMKCLwv66P0wLutGTh9OyKMkznc7YDyCxpw/7farkuivGApWY92CYhKVKBVA= Received: by 10.36.250.7 with SMTP id x7mr664045nzh; Thu, 06 Apr 2006 00:49:06 -0700 (PDT) Received: by 10.35.65.12 with HTTP; Thu, 6 Apr 2006 00:47:16 -0700 (PDT) Message-ID: <10fd06c60604060047o2c56b9bcl11f60671d2538c0e@mail.gmail.com> Date: Thu, 6 Apr 2006 02:47:16 -0500 From: "Derrick T. Woolworth" To: "Keith Woodworth" In-Reply-To: <20060405233920.N88219@pop.citytel.net> MIME-Version: 1.0 References: <20060405233920.N88219@pop.citytel.net> 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: freebsd-isp@freebsd.org Subject: Re: Mysql5/PHP5 installed from ports on FBSD 6 X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 07:49:41 -0000 Try stopping everything - MySQL and Apache and then do ldconfig -m /usr/local/lib/mysql /usr/local/etc/rc.d/mysql-server.sh start apachectl start or apachectl -DSSL start or /usr/local/etc/rc.d/apache*.sh start See if that changes anything... D On 4/6/06, Keith Woodworth wrote: > > > Playing around with a new machine, installed FBSD 6 and decided to try th= e > latest PHP5 and MySQL5 in the ports tree. Normally using PHP4 something > under apache 1.3.29 for ages now. > > Did a portsnap to get the latest port tree. > > Built from ports: apache 2.0.55, then mysql 5.0.19 and started it then > built php 5.1.2 and installed the php5 extensions for mysql. > > Everything starts up ok, hit the server and do a phpinfo() ok things look > like they went ok, scroll down and see for the mysql settings: > > Active Persistent Links 0 > Active Links 0 > Client API version 5.0.19 > MYSQL_MODULE_TYPE no value > MYSQL_SOCKET /tmp/mysql.sock > MYSQL_INCLUDE no value > MYSQL_LIBS no value > > oh thats not good, seeing the INCLUDE and LIBS with 'no value'. So copy > over a small test db and some php scripts to the new server, all I get > output is 'error' when doing a sql query via php...nothing in > httpd-error.log like my other php4/apache1.3 machine either, so I dont > know how its failing. > > Did I miss a --with-mysql somewhere while doing php? > > Anyone have an idea here of what to try next? > > Thanks. > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > -- Derrick T. Woolworth, President ServeTheWeb, LLC. http://www.ServeTheWeb.com