Jeff Grossman wrote:
> Francesco Riosa <[EMAIL PROTECTED]> wrote:
>   
>> Jeff Grossman wrote:
>>     
>>> I am running dev-lang/php 5.0.5.  I installed phpmyadmin, and when I 
>>> first go into it, it says I do not have mcrypt installed in my php.  How 
>>> do I enable mcrypt in PHP?  I tried adding the use flag of mcrypt, but 
>>> that does not seem to do anything.  What am I missing?
>>>
>>> Thanks,
>>> Jeff
>>>
>>>   
>>>       
>> $ grep mcrypt /usr/portage/eclass/php5-sapi-r3.eclass
>>        crypt? ( >=dev-libs/libmcrypt-2.4 )
>>        enable_extension_with           "mcrypt"               
>> "crypt"                 1
>>
>>
>> so the use flag is "crypt"
>>
>>
>>     
> Okay, I messed up.  It is actually mbstring that phpmyadmin is looking 
> for which does not appear to be compiled into php.  I looked through 
> that php5-sapi-r3.eclass document and could not find any reference to 
> mbstring in the iuse line.  What use flag do I use for mbstring support?
>
> Thanks,
> Jeff
>
>   
$ grep mbstring /usr/portage/eclass/php5-sapi-r3.eclass
        enable_extension_enable         "mbstring"             
"nls"                   1

-> "nls" ;)

-- 
gentoo-user@gentoo.org mailing list

Reply via email to