Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PHPMyAdmin mag nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
MTZ
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2002
Posts: 90
Location: Germany - near FFM

PostPosted: Mon Jul 15, 2002 4:54 pm    Post subject: PHPMyAdmin mag nicht Reply with quote

HiHo,

ich habe das Problem das wenn ich auf PHPMyAdmin zugreifen will ueber meinen Broweser kommt die Meldung:

Code:

Die MySQL-Erweiterung konnte nicht geladen werden.
Bitte überprüfen Sie Ihre PHP-Konfiguration!


Apache ist am laufen, MySQL auch. Idee ?
Back to top
View user's profile Send private message
razorbuzz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2002
Posts: 88
Location: Bielefeld

PostPosted: Mon Jul 15, 2002 5:52 pm    Post subject: Reply with quote

hi,
wenn du phpmyadmin 2.2.6 einstezt muss in der config.inc.php folgendes mit sicherheit eingetragen sein:
$cfgPmaAbsoluteUri = 'http://localhost/phpmyadmin';

erstell mal eine test.php und rufe die dann mit http://localhost/test.php aus deinem webverzeichniss /home/httpd/htdocs/ auf.
copy an paste:

<?php
phpinfo();
?>


dort sollten auch die variablen dann des mysql servers angezeigt werden.
datadir usw.

damit kannst du auch gleich probieren, ob php auf dem server richtig interpretiert wird.
siehst du nur den o.g. text dann solltes du noch

emerge net-www/apache dev-lang/php
ebuild /var/db/pkg/dev-lang/php-4.1.2-r7/php-4.1.2-r7.ebuild config

ausführen ;-)

ps.: ich geh mal davon aus das du auch
cd /usr/bin
mysql_install_db

aufgerufen hast; sonst hat mysql nämlich gar kein benutzer tabellen...
Back to top
View user's profile Send private message
cyc
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 89

PostPosted: Mon Jul 15, 2002 7:28 pm    Post subject: Reply with quote

ich denke der fehler liegt daran dass php kein mysql support hat. dafür musst du in deiner use-variablen mysql hinzufügen oder erst mysql emergen und danach php.
_________________
http://www.gentoo-de.org
Gentoo userpage
Back to top
View user's profile Send private message
MTZ
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2002
Posts: 90
Location: Germany - near FFM

PostPosted: Mon Jul 15, 2002 9:17 pm    Post subject: Reply with quote

Quote:

ich denke der fehler liegt daran dass php kein mysql support hat. dafür musst du in deiner use-variablen mysql hinzufügen oder erst mysql emergen und danach php.


Genau, ich habe geschaut - es ist bei configure angegeben OHNE MYSQL.

Momentan bin ich aber etwas verwirrt mit der USE Variable ... wo finde ich die nochmal ?
Back to top
View user's profile Send private message
razorbuzz
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2002
Posts: 88
Location: Bielefeld

PostPosted: Mon Jul 15, 2002 10:09 pm    Post subject: Reply with quote

etc/make.conf ( und _nur_ hier ändern ) nicht in make.defaults!
# USE= mysql...und waste sonst noch brauchst

raute entfernen und wohlfühlen
#
gruss razor
Back to top
View user's profile Send private message
MTZ
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2002
Posts: 90
Location: Germany - near FFM

PostPosted: Tue Jul 16, 2002 4:21 pm    Post subject: Reply with quote

Habe PHP neu kompiliert - nun geht alles. Danke :D
Back to top
View user's profile Send private message
citizen428
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 317
Location: Vienna, Austria

PostPosted: Wed Jul 17, 2002 7:00 am    Post subject: Reply with quote

MTZ wrote:
Momentan bin ich aber etwas verwirrt mit der USE Variable ... wo finde ich die nochmal ?

Lies dir vielleicht mal das HOWTO durch wenn du Zeit hast, die USE Variable ist ja nicht ganz unwichtig.

http://www.gentoo.org/doc/use-howto.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum