J'essaie en vain d'installer un script PHP (hitweb)
Je tente de l'installer sur mon serveur de developpement local qui marche pourtant parfaitement avec d'autres scripts.
A chauqe fois j'obtiens le message d'erreur dans Firefox :
Pour installer ce script d'annuaire, il était nécessaire d'installer les packages :
- PEAR DB
- PEAR Auth
- PEAR PHPLIB
Etant sous Ubuntu (+dépots Debian), j'ai installé les packages :
- php4-pear
- php-auth
Pour PEAR PHPLIB, j'ai été sur le site officiel de PEAR récuppérer le package PHPLIB et j'ai décompressé le contenu dans le répertoire /usr/share/php
Voilà donc grosso modo à quoi ressemble ce répertoire :
[root]@[/usr/share/php]# ll
total 252
drwxr-xr-x 2 root root 4096 2005-05-25 17:49 Archive
drwxr-xr-x 3 root root 4096 2005-05-25 17:53 Auth
drwxr-xr-x 2 root root 4096 2005-05-25 17:49 Console
drwxr-xr-x 3 root root 4096 2005-05-25 17:49 data
drwxr-xr-x 2 root root 4096 2005-05-27 14:50 DB
drwxr-xr-x 6 root root 4096 2005-05-25 17:49 docs
drwxr-xr-x 3 root root 4096 2005-05-25 17:49 HTML
drwxr-xr-x 2 root root 4096 2005-05-25 17:53 Log
drwxr-xr-x 2 root root 4096 2005-05-25 17:49 Mail
drwxr-xr-x 2 root root 4096 2005-05-25 17:49 Net
drwxr-xr-x 2 root root 4096 2005-05-25 17:49 OS
drwxr-xr-x 4 root root 4096 2005-05-25 17:49 PEAR
drwxr-xr-x 7 root root 4096 2005-05-25 17:53 tests
drwxr-xr-x 3 root root 4096 2005-05-25 17:49 XML
-rw-r--r-- 1 root root 24006 2004-07-27 19:19 Auth.php
-rw-rw-rw- 1 root root 38997 2005-02-16 04:16 DB.php
-rw-r--r-- 1 root root 7839 2005-05-09 11:15 HTTP.php
-rw-r--r-- 1 root root 8526 2003-01-02 05:41 Log.php
-rw-r--r-- 1 root root 7331 2005-05-09 11:15 Mail.php
-rw-r--r-- 1 root root 9809 2005-05-09 11:15 pearcmd.php
-rw-r--r-- 1 root root 30154 2005-05-09 11:15 PEAR.php
-rw-r--r-- 1 root root 17972 2005-05-09 11:15 System.php
|
Bref normalement, les modules exigés sont correctement installé.
Comment expliquer l'erreur DB Error: not found ?
J'ai bien entendu vérifié et revérifié les paramètres de connexion à la base mysql...
Je suis vraiment bloqué là
Message édité par ecliptux le 27-05-2005 à 22:45:38
---------------
Il existe mille manières d'agir, et une seule de ne rien faire.