OVH Community, your new community space.

Wordpress + Gentoo Release 2: no php installed?


energia
30.01.2009, 15.50
Ciao! Sto provando a usare "webapp-config" per installare applicazioni web su Gentoo; sembra molto comodo ma temo sia incompatibile col sistema OVH. E cioè se provo a installare wordpress con
ACCEPT_KEYWORDS="~x86" USE="php" emerge -av wordpress
mi dice:
Codice:
>>> Emerging (1 of 1) www-apps/wordpress-2.7
 * wordpress-2.7.tar.gz RMD160 SHA1 SHA256 size ;-) ...                            [ ok ]
 * checking ebuild checksums ;-) ...                                               [ ok ]
 * checking auxfile checksums ;-) ...                                              [ ok ]
 * checking miscfile checksums ;-) ...                                             [ ok ]
 *
 * ERROR: www-apps/wordpress-2.7 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *    wordpress-2.7.ebuild, line   25:  Called require_php_with_any_use 'mysql' 'mysqli'
 *       depend.php.eclass, line  298:  Called has_php
 *       depend.php.eclass, line  180:  Called die
 * The specific snippet of code:
 *              die "Unable to find an installed dev-lang/php package"
 *  The die message:
 *   Unable to find an installed dev-lang/php package
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/www-apps/wordpress-2.7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-apps/wordpress-2.7/temp/die.env'.
 *
è come se non ci fosse php installato. In realtà PHP c'è ma è una versione "custom" di OVH. Se provo ad installarlo con "emerge -av php" mi dice
Codice:

These are the packages that would be merged, in order:

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 kB

WARNING: A requested package will not be merged because it is listed in
package.provided:

  php pulled in by 'args'


Nothing to merge; would you like to auto-clean packages? [Yes/No]
consigli? Mi sembra strano che non ci sia un modo per "convincere" Gentoo che la versione OVH di php è la stessa di php o almeno è equivalente. Giusto? Ciao e grazie a tutti!