Date: Fri, 8 Feb 2008 14:37:52 -0700 From: "Kieran" <freebsd@rmnanetworks.com> To: <darryl@osborne-ind.com>, <freebsd-questions@freebsd.org> Subject: Re: PHP - mbstring question Message-ID: <5061540FE0EC453FA9A03A5767E4BF2A@FWITLAPTOP> In-Reply-To: <9F975317AD39435AB82B478E47487F87@Europa> References: <9F975317AD39435AB82B478E47487F87@Europa>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <darryl@osborne-ind.com> To: "'Kieran'" <freebsd@rmnanetworks.com>; <freebsd-questions@freebsd.org> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5061540FE0EC453FA9A03A5767E4BF2A>