From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 00:06:14 2003 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 0E0C437B401 for ; Thu, 10 Jul 2003 00:06:14 -0700 (PDT) Received: from eris.jules.de (eris.jules.de [80.190.100.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5517B43FB1 for ; Thu, 10 Jul 2003 00:06:13 -0700 (PDT) (envelope-from jsi@jules.de) Received: from localhost (localhost.jules.de [127.0.0.1]) by eris.jules.de (Postfix) with ESMTP id A924577A44 for ; Thu, 10 Jul 2003 09:06:11 +0200 (CEST) Received: from eris.jules.de ([127.0.0.1]) by localhost (eris.jules.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 51727-09 for ; Thu, 10 Jul 2003 09:06:01 +0200 (CEST) Received: from mail.jules.de (localhost.jules.de [127.0.0.1]) by eris.jules.de (Postfix) with SMTP id BF6CF77A41 for ; Thu, 10 Jul 2003 09:06:00 +0200 (CEST) Received: from 212.82.239.104 (SquirrelMail authenticated user jan) by mail.jules.de with HTTP; Thu, 10 Jul 2003 09:06:00 +0200 (CEST) Message-ID: <23689.212.82.239.104.1057820760.squirrel@mail.jules.de> Date: Thu, 10 Jul 2003 09:06:00 +0200 (CEST) From: "Jan Siml" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Pear, PHP4 and preg_match() 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: Thu, 10 Jul 2003 07:06:14 -0000 Hello, I'm using PHP 4.3.3 and the Pear framework from the ports. When trying to install or upgrade an existing version of the pear framework or even modules I got the following error: jan@alanis:/usr/ports/devel/pear-PEAR# make reinstall clean ===> Extracting for pear-PEAR-1.2.b2 >> Checksum OK for PEAR/PEAR-1.2b2.tgz. ===> Patching for pear-PEAR-1.2.b2 ===> pear-PEAR-1.2.b2 depends on file: /usr/local/share/pear/Archive/Tar.php - found ===> pear-PEAR-1.2.b2 depends on file: /usr/local/share/pear/Console/Getopt.php - found ===> Configuring for pear-PEAR-1.2.b2 ===> Installing for pear-PEAR-1.2.b2 ===> pear-PEAR-1.2.b2 depends on file: /usr/local/share/pear/Archive/Tar.php - found ===> pear-PEAR-1.2.b2 depends on file: /usr/local/share/pear/Console/Getopt.php - found ===> Generating temporary packing list ===> Checking if devel/pear-PEAR already installed Fatal error: Call to undefined function: preg_match() in /usr/local/share/pear/PEAR/Frontend/CLI.php on line 53 *** Error code 255 Stop in /usr/ports/devel/pear-PEAR. *** Error code 1 The system is FreeBSD 4.8-STABLE. At 5.1-RELEASE I didn't have such problems. Could anyone give me an advice what to do? Please CC me as I'm not subscribed to this mailing list. Regards Jan