From owner-freebsd-database@FreeBSD.ORG Mon Jul 16 17:50:16 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6298016A408 for ; Mon, 16 Jul 2007 17:50:16 +0000 (UTC) (envelope-from mays@win.net) Received: from nb-207.win.net (nb-207.win.net [216.24.27.207]) by mx1.freebsd.org (Postfix) with ESMTP id 0DD6513C478 for ; Mon, 16 Jul 2007 17:50:15 +0000 (UTC) (envelope-from mays@win.net) Received: from engineering01 (pool177.office.win.net [216.24.33.177]) by nb-207.win.net (Postfix) with SMTP id 1BBA6284F8 for ; Mon, 16 Jul 2007 13:20:14 -0400 (EDT) Message-ID: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> From: "Joseph Mays" To: Date: Mon, 16 Jul 2007 13:20:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 17:50:16 -0000 Been dealing with a very frustrating couple of days, and have hit a wall. I had a working gallery2 installation, then upgraded mysqli, and all hell broke loose. When I try to open a page (in this case gallery2) that connects to the database. It always says "Too many open links". The thing is, it even says that if mysqld is not running. I'm running under freebsd 6.1. You can examine my server setup at http://geekfleet.tai-gear.com/server-info You can examine the php setup at http://geekfleet.tai-gear.com/phpinfo.php The problem I'm having now is that php5 won't connect to the mysql server. It's not a gallery thing, I've confirmed that I have the exact same problem with a simple script to just connect to the mysql server and read the database. And, in fact, the exact same error occurs if mysqld is not running at all. Apache shows -- [Mon Jul 16 02:07:10 2007] [error] [client 66.249.66.10] PHP Warning: mysql_connect() [function.mysql-connect]: Too many open links (0) in /usr/local/www/apache22/data/gallery2/lib/adodb/drivers/adodb-mysql.in c.php on line 366 Here is the info in php.ini -- [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = Off ; Maximum number of persistent links. -1 means no limit. mysql.max_persistent = -1 ; Maximum number of links (persistent + non-persistent). -1 means no limit. mysql.max_links = -1 ; Default port number for mysql_connect(). If unset, mysql_connect() will use ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look ; at MYSQL_PORT. mysql.default_port = ; Default socket name for local MySQL connects. If empty, uses the built-in ; MySQL defaults. mysql.default_socket = ; Default host for mysql_connect() (doesn't apply in safe mode). mysql.default_host = ; Default user for mysql_connect() (doesn't apply in safe mode). mysql.default_user = ; Default password for mysql_connect() (doesn't apply in safe mode). ; Note that this is generally a *bad* idea to store passwords in this file. ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password") ; and reveal this password! And of course, any users with read access to this ; file will be able to reveal the password as well. mysql.default_password = ; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans an d ; SQL-Errors will be displayed. mysql.trace_mode = Off [MySQLi] ; Maximum number of links. -1 means no limit. mysqli.max_links = -1 ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look ; at MYSQL_PORT. mysqli.default_port = 3306 ; Default socket name for local MySQL connects. If empty, uses the built-in ; MySQL defaults. mysqli.default_socket = ; Default host for mysql_connect() (doesn't apply in safe mode). mysqli.default_host = ; Default user for mysql_connect() (doesn't apply in safe mode). mysqli.default_user = ; Default password for mysqli_connect() (doesn't apply in safe mode). ; Note that this is generally a *bad* idea to store passwords in this file. ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw") ; and reveal this password! And of course, any users with read access to this ; file will be able to reveal the password as well. mysqli.default_pw = ; Allow or prevent reconnect mysqli.reconnect = Off From owner-freebsd-database@FreeBSD.ORG Mon Jul 16 18:50:09 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D14816A411 for ; Mon, 16 Jul 2007 18:50:09 +0000 (UTC) (envelope-from shaunc@crye-leike.com) Received: from mx.crye-leike.com (mx.crye-leike.com [208.62.148.9]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC4513C4B6 for ; Mon, 16 Jul 2007 18:50:08 +0000 (UTC) (envelope-from shaunc@crye-leike.com) Received: from mail.crye-leike.com (local.mail [10.62.148.196]) by mx.crye-leike.com (8.13.8/8.13.8) with ESMTP id l6GI27jw009106; Mon, 16 Jul 2007 13:02:07 -0500 Received: from [172.16.30.163] (qh_6696 [172.16.30.163] (may be forged)) by mail.crye-leike.com (8.13.6/8.13.6) with ESMTP id l6GI25nX021982; Mon, 16 Jul 2007 13:02:05 -0500 Date: Mon, 16 Jul 2007 13:00:54 -0500 From: Shaun Cummiskey To: "Joseph Mays" In-Reply-To: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> References: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> Message-Id: <20070716125538.25BB.SHAUNC@crye-leike.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] X-SA-Status: 2 X-Scanned-By: MIMEDefang 2.58 on 10.62.148.9 Cc: freebsd-database@freebsd.org Subject: Re: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 18:50:09 -0000 On Mon, 16 Jul 2007 13:20:07 -0400 "Joseph Mays" wrote: > You can examine the php setup at http://geekfleet.tai-gear.com/phpinfo.php It doesn't appear that your installation of PHP was compiled with MySQL support. If you go down to the MySQL section of the phpinfo output, the value for MYSQL_MODULE_TYPE should be either "builtin" or "external." IIRC, PHP will build with its own native MySQL support by default; specifying --disable-all at config time overrode that option. I would suggest appending --with-mysql --with-mysqli to PHP's configure command, and recompiling. hth From owner-freebsd-database@FreeBSD.ORG Mon Jul 16 19:41:13 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B97E16A401 for ; Mon, 16 Jul 2007 19:41:13 +0000 (UTC) (envelope-from mays@win.net) Received: from nb-206.win.net (nb-206.win.net [216.24.27.206]) by mx1.freebsd.org (Postfix) with ESMTP id EA1E613C4B6 for ; Mon, 16 Jul 2007 19:41:12 +0000 (UTC) (envelope-from mays@win.net) Received: from engineering01 (pool177.office.win.net [216.24.33.177]) by nb-206.win.net (Postfix) with SMTP id 24B91453F5; Mon, 16 Jul 2007 15:41:12 -0400 (EDT) Message-ID: <019601c7c7e1$43713490$b12118d8@engineering01> From: "Joseph Mays" To: "Shaun Cummiskey" References: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> <20070716125538.25BB.SHAUNC@crye-leike.com> Date: Mon, 16 Jul 2007 15:41:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: freebsd-database@freebsd.org Subject: Re: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 19:41:13 -0000 Okay, I did a "make deinstall; make clean; make rmconfig" in both the php5 and php5-extensions directories. I edited the following in the php5 Makefile -- From: CONFIGURE_ARGS= --enable-versioning \ --with-layout=GNU \ --with-config-file-scan-dir=${PREFIX}/etc/php \ --disable-all \ --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ --enable-reflection \ --program-prefix="" To: CONFIGURE_ARGS= --enable-versioning \ --with-layout=GNU \ --with-mysql \ --with-mysqli \ --with-config-file-scan-dir=${PREFIX}/etc/php \ --disable-all \ --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ --enable-reflection \ --program-prefix="" MySQL still shows up as external in phpinfo. However, it looks like I am getting a successful connection, now but I am getting the following error from gallery2 -- [Mon Jul 16 20:24:59 2007] [error] [client 216.24.33.177] PHP Fatal error: Call to undefined function preg_match() in /usr/local/www/apache22/data/dpmeetup/index.php on line 35 [Mon Jul 16 20:25:00 2007] [error] [client 216.24.33.177] PHP Fatal error: Call to undefined function preg_match() in /usr/local/www/apache22/data/dpmeetup/index.php on line 35 Thanks for your help. ----- Original Message ----- From: "Shaun Cummiskey" To: "Joseph Mays" Cc: Sent: Monday, July 16, 2007 2:00 PM Subject: Re: PHP5/MySQL problem > On Mon, 16 Jul 2007 13:20:07 -0400 > "Joseph Mays" wrote: > >> You can examine the php setup at >> http://geekfleet.tai-gear.com/phpinfo.php > > It doesn't appear that your installation of PHP was compiled with MySQL > support. If you go down to the MySQL section of the phpinfo output, the > value for MYSQL_MODULE_TYPE should be either "builtin" or "external." > IIRC, PHP will build with its own native MySQL support by default; > specifying --disable-all at config time overrode that option. > > I would suggest appending --with-mysql --with-mysqli to PHP's configure > command, and recompiling. > > hth > From owner-freebsd-database@FreeBSD.ORG Mon Jul 16 20:59:17 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD19616A404 for ; Mon, 16 Jul 2007 20:59:17 +0000 (UTC) (envelope-from berend@pobox.com) Received: from stewie.iconz.co.nz (etrn.iconz.co.nz [210.48.22.36]) by mx1.freebsd.org (Postfix) with ESMTP id 0439813C441 for ; Mon, 16 Jul 2007 20:59:16 +0000 (UTC) (envelope-from berend@pobox.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by stewie.iconz.co.nz (Postfix) with ESMTP id 9A6352B011A; Tue, 17 Jul 2007 08:49:08 +1200 (NZST) Received: from stewie.iconz.co.nz ([127.0.0.1]) by localhost (stewie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16755-09; Tue, 17 Jul 2007 08:49:07 +1200 (NZST) Received: from bmach.nederware.nl (ip-210-185-13-26.internet.co.nz [210.185.13.26]) by stewie.iconz.co.nz (Postfix) with ESMTP id 86F4B663AFE; Tue, 17 Jul 2007 08:49:06 +1200 (NZST) Received: from dullio.nederware.nl (dullio.nederware.nl [192.168.33.7]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bmach.nederware.nl (Postfix) with ESMTP id 9B5A622E19; Tue, 17 Jul 2007 08:49:05 +1200 (NZST) Received: from dullio.nederware.nl (localhost [127.0.0.1]) by dullio.nederware.nl (Postfix) with ESMTP id 99DCEEB075; Tue, 17 Jul 2007 08:49:02 +1200 (NZST) To: "Joseph Mays" References: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> <20070716125538.25BB.SHAUNC@crye-leike.com> <019601c7c7e1$43713490$b12118d8@engineering01> From: Berend de Boer X-Home-Page: http://www.pobox.com/~berend/ Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEVUJyv///2DT1Wek5z/ ///9/f0uFBTa3OSYam4RBweGhjlLAAACWUlEQVR4nE2TTW/bMAyGCQfV2mOAFbsKapu5tyLqluxY 1EbPRWOkRyEHrboVcwvlWDgN6mOxgzD+25GSP0I4DsDHJPWSIhRsa62b4xNrEcO+SAb8KutdA+Aw 0PP0egDWS2n5c+SQj9UIavYzYMs45KZiUM6FtUC/mMxwlTKBN2sypYCZRTtZ9eDuDVTbto1SSloM xyOYt701wll4KYrTBFo9EOGCuSZfBLe7EUh7AB4+ImgScPa917FlkKcIBdae9+DPxzJG5BG4cDGA 3QgaatlFcfM1AR1rqEilw/20qqoBqGikUuC+7AQ+6iWrBqoLSok0kqhDS2tSpwzkM3vUg7s5dz0C gPzNZtSTmwTYmdFQMGxymuV7Ua0i2FKHLHXWGqXyxsijMp3qdiuFMFwdspyUqPMe1HMJ0J235VRl dZ9Ao1Tvb5uMakzTqWruh2pUGiRkPzrlpdetbFWuZhBTqdcBLOljRXVYuTJnVQeKugEjSAs/xL8U PdhKMHSrgrUBMgnXw018JB2OLmGwSD2D1QAeuBvIKIKXQ+CQGmjRGSM2I/gmnQtUVgRBM9mMNdZS GC6NPBT3eQBmlJqzSwrAz+/jRl0Z4N6SBl6ds9cR8GjZeHvCxFcdKJ5pqDxw4CObhfdpgnTetDIg WMrE+6U4TmAtAnfERI27xRWtaQLljA/LS4j4qTX9uQ48O9ctLU70T35DFe1h8FPAJdfpQHXVgzOt Ef95D9PTCOqT5N9ozrSIYEps7VNI2Gn9C/96BtPpfVV5f4mkhSprfYK/O3BK/hpRCvtEfh0z+f9V 9W42shhvowAAAABJRU5ErkJggg== Date: Tue, 17 Jul 2007 08:49:02 +1200 In-Reply-To: <019601c7c7e1$43713490$b12118d8@engineering01> (Joseph Mays's message of "Mon, 16 Jul 2007 15:41:11 -0400") Message-ID: <877ip013cx.fsf@dullio.nederware.nl> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new-20030616-p10 (ICONZ) at stewie.iconz.co.nz Cc: freebsd-database@freebsd.org Subject: Re: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 20:59:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> "Joseph" == Joseph Mays writes: Joseph> I edited the following in the php5 Makefile You can just say: make config - -- Cheers, Berend de Boer PS: This email has been digitally signed if you wonder what the strange characters are that your email client displays. PGP public key: http://www.pobox.com/~berend/berend-public-key.txt -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 iD8DBQFGm9m+IyuuaiRyjTYRAqZRAKDJ1ol9L2xG8LXier/ZOtBd5xO6zACg3Vzc E7sG7gpr+T1ahldiPZzLGME= =E1Fj -----END PGP SIGNATURE----- From owner-freebsd-database@FreeBSD.ORG Mon Jul 16 21:36:55 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1488216A404 for ; Mon, 16 Jul 2007 21:36:55 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id C5F8E13C474 for ; Mon, 16 Jul 2007 21:36:54 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 206E9266; Mon, 16 Jul 2007 23:07:52 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fwDGWPdCBU3y; Mon, 16 Jul 2007 23:07:52 +0200 (CEST) Received: from [192.168.63.2] (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 52B6A255; Mon, 16 Jul 2007 23:07:51 +0200 (CEST) From: Momchil Ivanov To: freebsd-database@freebsd.org Date: Mon, 16 Jul 2007 23:07:51 +0200 User-Agent: KMail/1.9.6 References: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> <20070716125538.25BB.SHAUNC@crye-leike.com> <019601c7c7e1$43713490$b12118d8@engineering01> In-Reply-To: <019601c7c7e1$43713490$b12118d8@engineering01> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1890439.91gSNQa7kS"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707162307.54909.idiotbg@gmail.com> Cc: Joseph Mays Subject: Re: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 21:36:55 -0000 --nextPart1890439.91gSNQa7kS Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 16 July 2007 21:41:11 Joseph Mays wrote: > > [Mon Jul 16 20:24:59 2007] [error] [client 216.24.33.177] PHP Fatal error: > Call to undefined function preg_match() in > /usr/local/www/apache22/data/dpmeetup/index.php on line 35 > [Mon Jul 16 20:25:00 2007] [error] [client 216.24.33.177] PHP Fatal error: > Call to undefined function preg_match() in > /usr/local/www/apache22/data/dpmeetup/index.php on line 35 I guess you need the PCRE php extension. =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =A0158A E03D 56DA 3118 168B =20 --nextPart1890439.91gSNQa7kS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGm94n4D1W2jEYFosRArIdAJ4uyCmn47ARgy2bhQAymJgbYAYE2gCfWsu0 RiN3R+K6Z9j8H+88cxmwU6w= =kZPq -----END PGP SIGNATURE----- --nextPart1890439.91gSNQa7kS-- From owner-freebsd-database@FreeBSD.ORG Wed Jul 18 11:29:04 2007 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 105D316A406 for ; Wed, 18 Jul 2007 11:29:04 +0000 (UTC) (envelope-from freebsd-database@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id BDB7B13C494 for ; Wed, 18 Jul 2007 11:29:03 +0000 (UTC) (envelope-from freebsd-database@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IB74N-0006zz-Lu for freebsd-database@freebsd.org; Wed, 18 Jul 2007 12:47:47 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2007 12:47:47 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jul 2007 12:47:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-database@freebsd.org From: Ivan Voras Date: Wed, 18 Jul 2007 12:47:40 +0200 Lines: 32 Message-ID: References: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigADD7F74C4EAB8733E71195D3" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) In-Reply-To: <035801c7c7cd$8e8dcfb0$b12118d8@engineering01> X-Enigmail-Version: 0.94.2.0 Sender: news Subject: Re: PHP5/MySQL problem X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 11:29:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigADD7F74C4EAB8733E71195D3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Joseph Mays wrote: > Been dealing with a very frustrating couple of days, and have hit a=20 > wall. I had a working gallery2 installation, then upgraded mysqli, and = =20 > all hell broke loose. It looks like you upgraded PHP, not only MySQL, and you're missing PHP=20 extensions your application needs. Try building the lang/php5-extensions = port. --------------enigADD7F74C4EAB8733E71195D3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGne/MldnAQVacBcgRAsmJAKCUMlpYhM8VBSzj1e7rlCy1uvzpEACfZ3Ry 8UXLrjFLSdtVsR4biMkoqSs= =+qDh -----END PGP SIGNATURE----- --------------enigADD7F74C4EAB8733E71195D3--