From owner-freebsd-ports@FreeBSD.ORG Sat Nov 7 18:17:26 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C867106566B for ; Sat, 7 Nov 2009 18:17:26 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9068FC0A for ; Sat, 7 Nov 2009 18:17:25 +0000 (UTC) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E1C4819E023; Sat, 7 Nov 2009 19:17:23 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1C6F919E019; Sat, 7 Nov 2009 19:17:19 +0100 (CET) Message-ID: <4AF5B9AE.9050807@quip.cz> Date: Sat, 07 Nov 2009 19:17:18 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.4) Gecko/20091017 SeaMonkey/2.0 MIME-Version: 1.0 To: Agrapha References: <4AF5A447.2030508@box201.com> In-Reply-To: <4AF5A447.2030508@box201.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: ports devel/pear X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 18:17:26 -0000 Agrapha wrote: > I'm having a very difficult time installing the php pear port. > and pkd-add only installs pear-1.7 > Could someone either build/compile 1.9 for the postinstall packages for > FreeBSD 6.2 > or fix the port for pear on FreeBSD 6.2? > > >portinstall devel/pear > [Gathering depends for devel/pear > ............................................ done] > ---> Installing 'pear-1.9.0' from a port (devel/pear) > ---> Building '/usr/ports/devel/pear' > ===> Cleaning for pear-1.9.0 > ===> Extracting for pear-1.9.0 > => MD5 Checksum OK for pear-1.9.0.tar.bz2. > => SHA256 Checksum OK for pear-1.9.0.tar.bz2. > ===> Patching for pear-1.9.0 > ===> Applying FreeBSD patches for pear-1.9.0 > ===> Configuring for pear-1.9.0 > ---> Installing the new version via the port > ===> Installing for pear-1.9.0 > ===> pear-1.9.0 depends on file: /usr/local/include/php/main/php.h - found > ===> pear-1.9.0 depends on file: /usr/local/lib/php/20060613/pcre.so - > found > ===> pear-1.9.0 depends on file: /usr/local/lib/php/20060613/xml.so - found > ===> Generating temporary packing list > ===> Checking if devel/pear already installed > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20060613/memcache.so' - > /usr/local/lib/php/20060613/memcache.so: Undefined symbol > "php_session_create_id" in Unknown on line 0 [...] It seems you have problem with your current PHP installation, not only with PEAR. Do you have memcache extension installed? If not, do you have it listed in the /usr/local/etc/php/extensions.ini or php.ini? Try to commented out or reinstall your PHP and extensions. Miroslav Lachman