* [gentoo-user] PHP and MCRYPT
@ 2005-12-09 14:16 Jeff Grossman
2005-12-09 14:39 ` Francesco Riosa
2005-12-09 14:40 ` [gentoo-user] PHP and MCRYPT Dale
0 siblings, 2 replies; 6+ messages in thread
From: Jeff Grossman @ 2005-12-09 14:16 UTC (permalink / raw
To: gentoo-user
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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] PHP and MCRYPT
2005-12-09 14:16 [gentoo-user] PHP and MCRYPT Jeff Grossman
@ 2005-12-09 14:39 ` Francesco Riosa
2005-12-10 2:47 ` [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT) Jeff Grossman
2005-12-09 14:40 ` [gentoo-user] PHP and MCRYPT Dale
1 sibling, 1 reply; 6+ messages in thread
From: Francesco Riosa @ 2005-12-09 14:39 UTC (permalink / raw
To: gentoo-user
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"
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] PHP and MCRYPT
2005-12-09 14:16 [gentoo-user] PHP and MCRYPT Jeff Grossman
2005-12-09 14:39 ` Francesco Riosa
@ 2005-12-09 14:40 ` Dale
1 sibling, 0 replies; 6+ messages in thread
From: Dale @ 2005-12-09 14:40 UTC (permalink / raw
To: gentoo-user
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
>
>
>
This may point you in the area to look. There is something you have to
enable in your kernel for it to work. I threw the error away earlier
because I don't use crypt. I do remember that part though. No clue on
php itself though.
Hope that helps a little anyway.
Dale
:-)
--
To err is human, I'm most certainly human.
I have four rigs:
1: Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.
2: Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3: Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4: Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.
All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT)
2005-12-09 14:39 ` Francesco Riosa
@ 2005-12-10 2:47 ` Jeff Grossman
2005-12-10 11:58 ` Francesco Riosa
0 siblings, 1 reply; 6+ messages in thread
From: Jeff Grossman @ 2005-12-10 2:47 UTC (permalink / raw
To: gentoo-user
Francesco Riosa <BastianBalthazarBux@pnpitalia.it> 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
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT)
2005-12-10 2:47 ` [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT) Jeff Grossman
@ 2005-12-10 11:58 ` Francesco Riosa
2005-12-10 16:39 ` [gentoo-user] " Jeff Grossman
0 siblings, 1 reply; 6+ messages in thread
From: Francesco Riosa @ 2005-12-10 11:58 UTC (permalink / raw
To: gentoo-user
Jeff Grossman wrote:
> Francesco Riosa <BastianBalthazarBux@pnpitalia.it> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: PHP and Mbstring (was Re: PHP and MCRYPT)
2005-12-10 11:58 ` Francesco Riosa
@ 2005-12-10 16:39 ` Jeff Grossman
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Grossman @ 2005-12-10 16:39 UTC (permalink / raw
To: gentoo-user
Francesco Riosa <BastianBalthazarBux@pnpitalia.it> wrote:
> Jeff Grossman wrote:
>> Francesco Riosa <BastianBalthazarBux@pnpitalia.it> 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" ;)
>
Wow, I can't believe I missed that one. I apologize for that. Let me
go fix my mess up.
Thanks for the help.
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-12-10 17:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 14:16 [gentoo-user] PHP and MCRYPT Jeff Grossman
2005-12-09 14:39 ` Francesco Riosa
2005-12-10 2:47 ` [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT) Jeff Grossman
2005-12-10 11:58 ` Francesco Riosa
2005-12-10 16:39 ` [gentoo-user] " Jeff Grossman
2005-12-09 14:40 ` [gentoo-user] PHP and MCRYPT Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox