Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 176521

Summary: dev-db/phpmyadmin-2.10.0.2 requires >dev-lang/php-5 USE="crypt"
Product: Gentoo Linux Reporter: Christohper Harrington <ironiridis>
Component: [OLD] ServerAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: minor CC: jmbsvicetto, mysql-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christohper Harrington 2007-04-30 03:58:18 UTC
After a fresh install of phpmyadmin 2.10.0.2 using more-or-less default configuration, I get the following message from phpmyadmin:

"Cannot load mcrypt extension. Please check your PHP configuration."

Looks like the "crypt" USE flag needs to be added to the other USE flag checks on phpmyadmin emerge.

Reproducible: Always

Steps to Reproduce:
1. Merge =dev-lang/php5.2.1-r3 with USE = "apache2 bzip2 cli ctype curl ftp gd ldap mysql ncurses nls pcre session sockets truetype unicode xml"
2. Merge =dev-db/phpmyadmin-2.10.0.2
3. Configure phpmyadmin with basic options
4. Log in to phpmyadmin
Actual Results:  
Cannot load mcrypt extension. Please check your PHP configuration.

Expected Results:  
"I love you!"

Merge PHP with the crypt flag, problem goes away. It's a waste of time to merge PHP twice, though.
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2007-05-26 23:25:09 UTC
Done, thanks.