Bonjour,
Lors du processus d’installation j’ai les messages suivante :
Vérification si PEAR est installé: Faux
PEAR est requis par: Calendar (iCal import+export), EMailAdmin, felamimail, Filemanager, news_admin, SyncML. PEAR (pear.php.net) est un dépôt PHP et est généralement fourni par un paquetge appelé php-pear.
Warning Vérification si PEAR::Auth_SASL est installé: Faux
etc…
Pourtant PEAR est bien installé sur mon serveur :
[root@cl-t111-250cl usr]# pear list-all
All packages:
Package Latest Local
pear/Benchmark 1.2.7 Framework to benchmark PHP scripts or function calls.
pear/Config 1.10.11 Your configuration’s swiss-army knife.
pear/Gtk_VarDump 1.0.0 A simple GUI to example php data trees
pear/Gtk_ScrollingLabel 1.0.0 A scrolling label for PHP-Gtk
pear/Gtk_FileDrop 1.0.2 Make Gtk widgets accept file drops
pear/Gtk_Styled 1.0.0 PHP-GTK pseudo-widgets that mimic GtkData based objects and allow the look and feel to be controlled by the programmer.
pear/Log 1.11.1 1.9.13 Logging Framework
pear/Numbers_Roman 1.0.2 Provides methods for converting to and from Roman Numerals.
pear/Numbers_Words 0.15.0 The PEAR Numbers_Words package provides methods for spelling numerals in words.
pear/FSM 1.3.0 Finite State Machine
pear/QA_Peardoc_Coverage 1.1.1 PEAR documentation coverage analysis.
pear/Science_Chemistry 1.1.0 Classes to manipulate chemical objects: atoms, molecules, etc.
pear/Services_Akismet Services_Akismet is a package to use Akismet spam-filtering from PHP
pear/Stream_SHM 1.0.0 Shared Memory Stream
pear/Stream_Var 1.0.0 Allows stream based access to any variable.
pear/VersionControl_SVN 0.3.1 Simple OO wrapper interface for the Subversion command-line client.
pear/Net_URL 1.0.15 Easy parsing of Urls
pear/MDB2 2.4.1 database abstraction layer
pear/Mail 1.1.14 Class that provides multiple interfaces for sending emails
pear/Net_Sieve 1.1.5 Handles talking to timsieved
pear/Mail_Mime 1.4.0 Mail_Mime provides classes create and decode mime messages.
pear/HTTP_Request 1.4.2 Provides an easy way to perform HTTP requests
pear/File 1.2.2 Common file and directory routines
pear/Console_Getopt 1.2 Command-line option parser
pear/Auth_SASL 1.0.2 Abstraction of various SASL mechanism responses
pear/PEAR 1.4.9 PEAR Base System
pear/Net_SMTP 1.2.10 An implementation of the SMTP protocol
pear/MDB2_Driver_mysql 1.4.1 mysql MDB2 driver
pear/Archive_Tar 1.3.1 Tar file management class
pear/DB 1.7.13 Database Abstraction Layer
pear/Net_Socket 1.0.8 Network Socket Interface
pear/XML_RPC 1.5.0 PHP implementation of the XML-RPC protocol
pear/Date 1.4.7 Generic date/time handling class for PEAR
[root@cl-t111-250cl usr]#
Est voici la ligne dans mon php.ini
include_path .:/usr/share/pear:local/PEAR/ .:/usr/share/pear:local/PEAR/
De plus, il me dis que :
ErrorVérification si le serveur web a les droits d’écriture sur le répertoire du paramètre session.save_path=’/var/lib/php/session’ de php.ini:
/var/lib/php/session n’existe pas !!!
Pourtant il existe et est utilisé déjà par php.
Avez-vous une idée du problème
Merci beaucoup de votre aide, il y déjà plusieur heures passé ladessus.