From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1Ekuye-0001Y2-Op for garchives@archives.gentoo.org; Sat, 10 Dec 2005 03:00:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jBA2xm2M015434; Sat, 10 Dec 2005 02:59:48 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jBA2tnrf002729 for ; Sat, 10 Dec 2005 02:55:49 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.54) id 1Ekuto-00003R-Gq for gentoo-user@lists.gentoo.org; Sat, 10 Dec 2005 02:55:48 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EkurU-00027T-9l for gentoo-user@gentoo.org; Sat, 10 Dec 2005 03:53:24 +0100 Received: from cip-68-208.bbs.surfcity.net ([66.116.68.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 03:53:23 +0100 Received: from jeff by cip-68-208.bbs.surfcity.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 03:53:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Jeff Grossman Subject: [gentoo-user] PHP and Mbstring (was Re: PHP and MCRYPT) Date: Fri, 09 Dec 2005 18:47:25 -0800 Message-ID: References: <43999732.8080006@pnpitalia.it> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cip-68-208.bbs.surfcity.net User-Agent: tin/1.7.11-20051202 ("Tahay") (UNIX) (Linux/2.6.14-gentoo-r4 (i686)) Sender: news Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Archives-Salt: 66e5f941-1879-445e-bbe9-c5c85af3a0c1 X-Archives-Hash: 67c6adafb3a2a7d3e6d698df6069dec3 Francesco Riosa 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