From owner-freebsd-questions@FreeBSD.ORG Wed Oct 6 19:48:34 2004 Return-Path: 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 0813C16A4CE for ; Wed, 6 Oct 2004 19:48:34 +0000 (GMT) Received: from palrel11.hp.com (palrel11.hp.com [156.153.255.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id E146343D1D for ; Wed, 6 Oct 2004 19:48:33 +0000 (GMT) (envelope-from jason.sheets@hp.com) Received: from cacexg13.americas.cpqcorp.net (cacexg13.americas.cpqcorp.net [16.92.1.76]) by palrel11.hp.com (Postfix) with ESMTP id BEB03159F9; Wed, 6 Oct 2004 12:48:33 -0700 (PDT) Received: from idbexc01.americas.cpqcorp.net ([16.88.97.3]) by cacexg13.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.0); Wed, 6 Oct 2004 12:48:33 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 6 Oct 2004 13:50:34 -0600 Message-ID: <2D8BB15C7B5C214F81C32D3A83B3273601676FE8@idbexc01.americas.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: phpwiki Thread-Index: AcSr2LTM/Pds96GpSOWJnqO33KIe1wABNrRQ From: "Sheets, Jason (OZ CEEDR)" To: "Alan Curtis" X-OriginalArrivalTime: 06 Oct 2004 19:48:33.0606 (UTC) FILETIME=[766AF660:01C4ABDD] cc: freebsd-questions@freebsd.org Subject: RE: phpwiki X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 19:48:34 -0000 Restart apache and make sure that the mysql extension is being loaded in the php.ini file (phpinfo() gives you the path to php.ini, use the extension directive to tell php to load a module). Jason > -----Original Message----- > From: Alan Curtis [mailto:acurtis@ieee.org] > Sent: Wednesday, October 06, 2004 1:14 PM > To: Sheets, Jason (OZ CEEDR) > Cc: freebsd-questions@freebsd.org > Subject: Re: phpwiki >=20 > I installed php4-mysql. Is there more I have to do? > does not indicate any mysql stuff and phpwiki still does not work. > There is probably some option I have to set when compiling php? >=20 > Alan >=20 > On Oct 6, 2004, at 2:37 PM, Sheets, Jason (OZ CEEDR) wrote: >=20 > > mysql_pconnect is MySQL functionality, make sure your PHP installation > > has MySQL support. > > > > You can find out by making a page named putting and > > then visiting it in your web browser. > > > > Jason > > > > > > > >> -----Original Message----- > >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > >> questions@freebsd.org] On Behalf Of Alan Curtis > >> Sent: Wednesday, October 06, 2004 12:27 PM > >> To: freebsd-questions@freebsd.org > >> Subject: phpwiki > >> > >> I am trying to install the phpwiki port using mysql, following the > >> instructions in /usr/local/share/doc/phpwiki. I get to testing the > >> installation by loading http://localhost/phpwiki/index.php and I get > >> the error > >> > >> Fatal error: Call to undefined function: mysql_pconnect() > >> > >> Any suggestions? > >> > >> Alan > >> > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to "freebsd-questions- > >> unsubscribe@freebsd.org" > >