From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 20:42:16 2005 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 CF7DE16A4CE for ; Tue, 1 Feb 2005 20:42:16 +0000 (GMT) Received: from complex.heavybit.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A9A43D4C for ; Tue, 1 Feb 2005 20:42:16 +0000 (GMT) (envelope-from ken@rosewoodblues.com) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated) by complex.heavybit.com (8.11.6/8.11.6) with ESMTP id j11KgFl12498 for ; Tue, 1 Feb 2005 12:42:15 -0800 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <20050201202909.3617943D46@mx1.FreeBSD.org> References: <20050201202909.3617943D46@mx1.FreeBSD.org> Message-Id: <65c03affc3fe558c30ed9fa5266b1b16@rosewoodblues.com> From: Ken Hawkins Date: Tue, 1 Feb 2005 15:42:14 -0500 To: " " X-Mailer: Apple Mail (2.619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: apache13_modssl + mod_php4 + php4-extenstions + mysql323-* +myphpadmin = ... 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: Tue, 01 Feb 2005 20:42:16 -0000 On Feb 1, 2005, at 3:29 PM, Andras Kende wrote: > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Ken Hawkins > Sent: Tuesday, February 01, 2005 2:16 PM > To: freebsd-questions@freebsd.org > Subject: apache13_modssl + mod_php4 + php4-extenstions + mysql323-* > +myphpadmin = ... > > [Tue Feb 1 11:58:29 2005] [error] PHP Fatal error: Call to undefined > function: preg_match() in > /usr/local/www/phpMyAdmin/libraries/defines.lib.php on line 36 > > > I have re-installed the above mentioned ports and everything is up and > running however from phpmyadmin I am getting the above mentioned error > when trying to use phpmyadmin from a webpage. > > I have seen the various supposed fixes and have tried a few. I do not > get the =20 after the error and have tried ripping out everything. > installing php4-pear then apache13-modssl, mysql323-server / client and > myphpadmin yet i still get this! > > can someone please give me the definitive fix for this? is there one? > > sorry to sound frustrated, loosing a day tracking this down is no fun > > ken; > > _______________________________________________ > 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" > > > > Hello, > > Looks like PHP missing the PCRE (Perl Compatible Regular Expressions) > Support > > > Should have like: > > PCRE (Perl Compatible Regular Expressions) Support | enabled > PCRE Library Version | 4.5 01-December-2003 I have this: PWD /usr/ports/devel/php4-pcre and _ENV["PWD"] /usr/ports/devel/php4-pcre but that is it. i have as well installed php4-pcre to now avail ... any other? ken; > Its also here: > /usr/ports/devel/php4-pcre/ > > > > Best regards, > > Andras Kende > http://www.kende.com > > > > _______________________________________________ > 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" >