View previous topic :: View next topic |
Author |
Message |
gentooued Tux's lil' helper

Joined: 01 Nov 2005 Posts: 82
|
Posted: Sun May 21, 2006 3:19 pm Post subject: Problem bei Systemupdate |
|
|
Hallo,
ich wollte gerade ein Systemupdate mit emerge -avuD world durchführen. Es bricht aber mit folgender Fehlermeldung ab:
Quote: |
/usr/portage/dev-db/phpmyadmin/phpmyadmin-2.8.0.4.ebuild: line 25: require_php_w ith_any_use: command not found
*
* dev-lang/php-5.1.4 needs to be re-installed with all of the following
* USE flags enabled:
*
* pcre session unicode
*
* as well as any of the following USE flags enabled:
*
* mysql or mysqli if using dev-lang/php-5
* mysql if using dev-lang/php-4
|
die Useflags mysql, mysqli, pcre, session und unicode sind gesetzt und werden mir über die Option "-p" von emerge auch als gesetzt angezeigt. Ich hab php deinstalliert und mit den Useflags nochmal installiert, die Fehlermeldung bleibt aber trotzdem. Kann mir da jemand weiterhelfen?
Danke, gentooued |
|
Back to top |
|
 |
smg Veteran


Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Sun May 21, 2006 4:09 pm Post subject: |
|
|
Das ist wohl nen Space zuviel im Funktionsaufruf.
Synce nochmal neu, später.
Bye. _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
 |
tazinblack Veteran


Joined: 23 Jan 2005 Posts: 1146 Location: Baden / Germany
|
Posted: Wed May 24, 2006 11:11 am Post subject: |
|
|
Hab das gleiche Problem
Code: | * Using dev-lang/php-5.1.4
*
* Checking for required PHP feature(s) ...
* Discovered missing USE flag: unicode
*
* dev-lang/php-5.1.4 needs to be re-installed with all of the following
* USE flags enabled:
*
* pcre session unicode
*
* as well as any of the following USE flags enabled:
*
* mysql or mysqli if using dev-lang/php-5
* mysql if using dev-lang/php-4
*
!!! ERROR: dev-db/phpmyadmin-2.8.0.4 failed.
!!! Function pkg_setup, Line 37, Exitcode 0
!!! Re-install dev-lang/php-5.1.4 |
Nachdem ich jetzt den dev-lang/php-5 neu bauen will kommt dann das hier
Code: |
!!! Digest verification Failed:
!!! /usr/portage/distfiles/php-5.1.4.tar.bz2
!!! Reason: Failed on MD5 verification
|
Sieht also nach nem Prüfsummenfehler aus.
Hab jetzt noch mal das php-5.1.4 distfile unter /usr/portage/distfiles weggelöscht und nachdem er das neu geladen hat gehts !
Gruß
tazinblack _________________ Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes |
|
Back to top |
|
 |
|