The fix would be simple for the package maintainers: I currently do the following:
1) apt-get download phpmyadmin -this downloads the PHPMyadmin package 2) Then I use the videbcontrol script to change its dependencies: I do change the line: php5-mysql | php5-mysqli to: php5-mysql | php5-mysqli | php5-mysqlnd That way I add mysqlnd as an alternative! 3) then: sudo dpkg -i phpmyadmin_3.4.10.1-1_all.modfied.deb However, it still always shows phpmyadmin as held back package. phpmyadmin runs fine with this minimal change! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1012670 Title: Dependency on php5-mysqli To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1012670/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
