|
Re: How to get php5-mbstring where people can use it [message #174769 is a reply to message #174768] |
Mon, 04 July 2011 21:31 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 7/4/2011 4:03 PM, Bernard T. Higonnet wrote:
> System:
>
> FreeBSD freebsd2.higonnet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu
> Feb 17 02:41:51 UTC 2011
> root(at)mason(dot)cse(dot)buffalo(dot)edu:/usr/obj/usr/src/sys/GENERIC amd64
>
> Apache/2.2.19 (Unix) PHP/5.3.6 mod_perl/2.0.5 Perl/v5.10.1 Server at
> freebsd2 Port 80
>
>
> I have installed php5-mbstring
>
> yet postfixadmin can't fidn it
>
>
> I would be very surprised if this is difficult, but I couldn't find it...
>
> TIA
> Bernard Higonnet
What does phpinfo() show?
I'm not familiar with freebsd2, so I have no idea what the package
install does. If you think the package is broken, I suggest you ask on
the freebsd support structure.
But we can help you get it installed manually if you wish.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: How to get php5-mbstring where people can use it [message #174770 is a reply to message #174769] |
Tue, 05 July 2011 04:21 |
Bernard T. Higonnet
Messages: 4 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
On 07/04/11 23:31, Jerry Stuckle wrote:
> On 7/4/2011 4:03 PM, Bernard T. Higonnet wrote:
>> System:
>>
>> FreeBSD freebsd2.higonnet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu
>> Feb 17 02:41:51 UTC 2011
>> root(at)mason(dot)cse(dot)buffalo(dot)edu:/usr/obj/usr/src/sys/GENERIC amd64
>>
>> Apache/2.2.19 (Unix) PHP/5.3.6 mod_perl/2.0.5 Perl/v5.10.1 Server at
>> freebsd2 Port 80
>>
>>
>> I have installed php5-mbstring
>>
>> yet postfixadmin can't fidn it
>>
>>
>> I would be very surprised if this is difficult, but I couldn't find it...
>>
>> TIA
>> Bernard Higonnet
>
> What does phpinfo() show?
A whole bunch of stuff! What, more particularly should I be loooking for?
> I'm not familiar with freebsd2, so I have no idea what the package
> install does. If you think the package is broken, I suggest you ask on
> the freebsd support structure.
AFAIK, a port is very similar to building from source, but standardized.
I believe my PHP is working, it's just that postfixadmin says it needs
php5-mbstring and I don't know how to permit postfixadmin to find it...
Thanks
Bernard Higonnet
|
|
|
Re: How to get php5-mbstring where people can use it - SOLVED (sort of) [message #174771 is a reply to message #174769] |
Tue, 05 July 2011 06:24 |
Bernard T. Higonnet
Messages: 4 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
On 07/04/11 23:31, Jerry Stuckle wrote:
> On 7/4/2011 4:03 PM, Bernard T. Higonnet wrote:
>> System:
>>
>> FreeBSD freebsd2.higonnet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu
>> Feb 17 02:41:51 UTC 2011
>> root(at)mason(dot)cse(dot)buffalo(dot)edu:/usr/obj/usr/src/sys/GENERIC amd64
>>
>> Apache/2.2.19 (Unix) PHP/5.3.6 mod_perl/2.0.5 Perl/v5.10.1 Server at
>> freebsd2 Port 80
>>
>>
>> I have installed php5-mbstring
>>
>> yet postfixadmin can't fidn it
>>
>>
>> I would be very surprised if this is difficult, but I couldn't find it...
>>
>> TIA
>> Bernard Higonnet
>
> What does phpinfo() show?
>
> I'm not familiar with freebsd2, so I have no idea what the package
> install does. If you think the package is broken, I suggest you ask on
> the freebsd support structure.
>
> But we can help you get it installed manually if you wish.
>
I just went back and re-installed PHP and added --enable-mbstring and
--with-imap-ssl to the configuration. (postfixadmin still says I don't
have imap support but is willing to continue??)
Thanks
Bernard Higonnet
|
|
|
|
Re: How to get php5-mbstring where people can use it - SOLVED (sort of) [message #174773 is a reply to message #174771] |
Tue, 05 July 2011 09:36 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 7/5/2011 2:24 AM, Bernard T. Higonnet wrote:
> On 07/04/11 23:31, Jerry Stuckle wrote:
>> On 7/4/2011 4:03 PM, Bernard T. Higonnet wrote:
>>> System:
>>>
>>> FreeBSD freebsd2.higonnet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu
>>> Feb 17 02:41:51 UTC 2011
>>> root(at)mason(dot)cse(dot)buffalo(dot)edu:/usr/obj/usr/src/sys/GENERIC amd64
>>>
>>> Apache/2.2.19 (Unix) PHP/5.3.6 mod_perl/2.0.5 Perl/v5.10.1 Server at
>>> freebsd2 Port 80
>>>
>>>
>>> I have installed php5-mbstring
>>>
>>> yet postfixadmin can't fidn it
>>>
>>>
>>> I would be very surprised if this is difficult, but I couldn't find
>>> it...
>>>
>>> TIA
>>> Bernard Higonnet
>>
>> What does phpinfo() show?
>>
>> I'm not familiar with freebsd2, so I have no idea what the package
>> install does. If you think the package is broken, I suggest you ask on
>> the freebsd support structure.
>>
>> But we can help you get it installed manually if you wish.
>>
>
> I just went back and re-installed PHP and added --enable-mbstring and
> --with-imap-ssl to the configuration. (postfixadmin still says I don't
> have imap support but is willing to continue??)
>
> Thanks
> Bernard Higonnet
Are you saying you recompiled php? If so, what were the results? Did
you have any warnings or errors during the configuration phase?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: How to get php5-mbstring where people can use it [message #174774 is a reply to message #174768] |
Tue, 05 July 2011 09:52 |
Pertti Kosunen
Messages: 1 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
On 4.7.2011 23:03, Bernard T. Higonnet wrote:
> I have installed php5-mbstring
>
> yet postfixadmin can't fidn it
You should probably enable the mbstring module in
"/usr/local/etc/php/extensions.ini" file and restart apache.
Ask more in comp.unix.bsd.freebsd.misc group if it doesn't help.
|
|
|
Re: How to get php5-mbstring where people can use it - SOLVED (sort of) [message #174775 is a reply to message #174773] |
Tue, 05 July 2011 10:16 |
Bernard T. Higonnet
Messages: 4 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
On 07/05/11 11:36, Jerry Stuckle wrote:
> On 7/5/2011 2:24 AM, Bernard T. Higonnet wrote:
>> On 07/04/11 23:31, Jerry Stuckle wrote:
>>> On 7/4/2011 4:03 PM, Bernard T. Higonnet wrote:
>>>> System:
>>>>
>>>> FreeBSD freebsd2.higonnet.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu
>>>> Feb 17 02:41:51 UTC 2011
>>>> root(at)mason(dot)cse(dot)buffalo(dot)edu:/usr/obj/usr/src/sys/GENERIC amd64
>>>>
>>>> Apache/2.2.19 (Unix) PHP/5.3.6 mod_perl/2.0.5 Perl/v5.10.1 Server at
>>>> freebsd2 Port 80
>>>>
>>>>
>>>> I have installed php5-mbstring
>>>>
>>>> yet postfixadmin can't fidn it
>>>>
>>>>
>>>> I would be very surprised if this is difficult, but I couldn't find
>>>> it...
>>>>
>>>> TIA
>>>> Bernard Higonnet
>>>
>>> What does phpinfo() show?
>>>
>>> I'm not familiar with freebsd2, so I have no idea what the package
>>> install does. If you think the package is broken, I suggest you ask on
>>> the freebsd support structure.
>>>
>>> But we can help you get it installed manually if you wish.
>>>
>>
>> I just went back and re-installed PHP and added --enable-mbstring and
>> --with-imap-ssl to the configuration. (postfixadmin still says I don't
>> have imap support but is willing to continue??)
>>
>> Thanks
>> Bernard Higonnet
>
> Are you saying you recompiled php?
Yes
If so, what were the results?
Passed all but 3 tests I think
> Did you have any warnings or errors during the configuration phase?
Not that I'm aware of.
I do have mbstring now. I don't have imap apparently, but for my own
purposes, postfixadmin, which absolutely required mbstring is willing to
do without imap.
Bernard Higonnet
|
|
|