Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176521 - dev-db/phpmyadmin-2.10.0.2 requires >dev-lang/php-5 USE="crypt"
Summary: dev-db/phpmyadmin-2.10.0.2 requires >dev-lang/php-5 USE="crypt"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 03:58 UTC by Christohper Harrington
Modified: 2007-05-26 23:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.