RE: PHP - mbstring question

2008-02-08 Thread Darryl Hoar


 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
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


--
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 [EMAIL PROTECTED]


Re: PHP - mbstring question

2008-02-08 Thread Kieran

Hi Darry,

cd /usr/ports/lang/php4-extensions  make config

Ensure that you select MBSTRING from the list.

Best Regards,

Kieran
- Original Message - 
From: Darryl Hoar [EMAIL PROTECTED]

To: freebsd-questions@freebsd.org
Sent: Friday, February 08, 2008 1:06 PM
Subject: PHP - mbstring question



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 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP - mbstring question

2008-02-08 Thread Daniel Bye
On Fri, Feb 08, 2008 at 02:06:45PM -0600, Darryl Hoar wrote:
 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.

 # cd /usr/ports/lang/php4-extensions
 # make install

Add mutlibyte (MBSTRING) support in the config dialog, and let the
install continue. 

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpAcWNoU3Rmx.pgp
Description: PGP signature


Re: PHP - mbstring question

2008-02-08 Thread Kieran

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 [EMAIL PROTECTED]

To: 'Kieran' [EMAIL PROTECTED]; 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
[EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



--
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 
[EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]