From owner-freebsd-questions@FreeBSD.ORG Fri Feb 8 21:43:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15BFD16A41B for ; Fri, 8 Feb 2008 21:43:08 +0000 (UTC) (envelope-from freebsd@rmnanetworks.com) Received: from kokanee.rmnanetworks.com (kokanee.rmnanetworks.com [74.52.88.218]) by mx1.freebsd.org (Postfix) with ESMTP id E14E113C457 for ; Fri, 8 Feb 2008 21:43:07 +0000 (UTC) (envelope-from freebsd@rmnanetworks.com) Received: from s01060040f472fffe.ed.shawcable.net ([68.149.185.202] helo=FWITLAPTOP) by kokanee.rmnanetworks.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JNazt-000Ldh-Mz; Fri, 08 Feb 2008 14:43:01 -0700 Message-ID: <5061540FE0EC453FA9A03A5767E4BF2A@FWITLAPTOP> From: "Kieran" To: , References: <9F975317AD39435AB82B478E47487F87@Europa> In-Reply-To: <9F975317AD39435AB82B478E47487F87@Europa> Date: Fri, 8 Feb 2008 14:37:52 -0700 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 Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kokanee.rmnanetworks.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [26 6] / [26 6] X-AntiAbuse: Sender Address Domain - rmnanetworks.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: PHP - mbstring question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 21:43:08 -0000 Hi Darryl, You do not need to uninstall the extensions, simply ensure the directory is clean (make clean) do a make config and select the correct options. You should then do a make install clean. This will allow the installer to not take as long rebuilding extensions which are already installed. **sudo is not needed but is a good practise** $ cd /usr/ports/lang/php4-extensions && sudo make clean && sudo make config Now install the newly configured php4 extensions. $ sudo make install clean Best Regards, Kieran ----- Original Message ----- From: "Darryl Hoar" To: "'Kieran'" ; Sent: Friday, February 08, 2008 1:50 PM Subject: RE: PHP - mbstring question > > >>> Hi Darry, > >>> cd /usr/ports/lang/php4-extensions && make config > >>>Ensure that you select MBSTRING from the list. > >>>Best Regards, > >>>Kieran > > Well, > I screwed up when I installed php4-extensions as I missed > selecting MBSTRING. So extensions are built and installed. > > To fix this, do I have do un-install extensions and then rebuild/ > install them again ? > > thanks, > Darryl > >> Greetings, >> I installed php4 and php4_extensions on my 6.3-release box. >> Tried installing SugarCRM (downloaded from their site as the >> freebsd port is broken). When installing it generates an error: >> >> Functions associated with Multi-byte strings PHP extensions (mbstring) >> are needed by application. >> >> How do I add that ? Any help greatly appreciated. >> >> -Darryl >> >> PHP version 4.4.7 >> _______________________________________________ >> 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" >> > > _______________________________________________ > 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" > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.21/1266 - Release Date: 2/8/2008 > 10:06 AM > > > _______________________________________________ > 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" >