Bonjour,

J'ai installe apache sur mandrake 10 .1 configuré mes host avec succes avec l'aide du forum mais encore une fois j'ai des petits soucis de config ...

Voici mon message d'erreur :

Fatal error: Call to undefined function: utf8_decode() in /var/www/html/site1/annuaire/annu.php on line 746

Voila quand je tape ces mots cléfs dans google j'ai quelques reponses, il me manquerait un pack php-xml , hum hum j'en ai telechargé un et installé 1 cette adresse: http://rpm.pbone.net/index.php3/stat....i586.rpm.html
helas mon erreur continue ...

Merci de me donner une piste pour resoudre mon soucis.

Voici un extrait de mon phpinfo peut etre ca peut aider a diagnostiquer ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
 
PHP Version 4.3.8
 
System 
Linux bigserv 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686 
 
Build Date 
Jul 30 2004 12:59:12 
 
Configure Command 
'./configure' '--build=i586-mandrake-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-discard-path' '--disable-force-cgi-redirect' '--enable-shared' '--disable-static' '--disable-debug' '--disable-rpath' '--enable-pic' '--enable-inline-optimization' '--enable-memory-limit' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--with-pear=/usr/share/pear' '--enable-magic-quotes' '--enable-debugger' '--enable-track-vars' '--with-exec-dir=/usr/bin' '--with-versioning' '--with-mod_charset' '--with-regex=php' '--enable-track-vars' '--enable-trans-sid' '--enable-safe-mode' '--enable-ctype' '--enable-ftp' '--with-gettext=/usr' '--enable-posix' '--enable-session' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--with-openssl=/usr' '--without-kerberos' '--with-ttf' '--with-freetype-dir=/usr' '--with-zlib=/usr' '--with-zlib=/usr' '--with-zlib-dir=/usr' '--without-pear' 
 
 
Extensions listed here are (or will be soon) available as external modules. To install one or all of these, use "urpmi" php-EXTENSION_NAME 
mysql pgsql sqlite gd imap ldap bcmath bz2 calendar cpdf crack curl cyrus db dba dba_bundle dbase dbx dio domxml exif fbsql fdf filepro fribidi gmp hwapi hyperwave iconv imagick informix ingres_ii interbase ircg java mbstring mcal mcrypt mcve mhash mime_magic ming mnogosearch msession msql mssql ncurses notes oci8 odbc oracle overload ovrimos pam_auth pcntl pdf pfpro pspell qtdom readline recode rrdtool shmop snmp smbauth sockets swf sybase sybase_ct sysvmsg tokenizer wddx xml xmlrpc xslt yaz zip adodb mmcache apd cybercash cybermut mono mqseries netools python spplus spread inifile 
 
 
Server API 
Apache 2.0 Handler 
 
 
Virtual Directory Support 
disabled 
 
 
Configuration File (php.ini) Path 
/etc/php.ini 
 
 
Scan this dir for additional .ini files 
/etc/php.d 
 
 
additional .ini files parsed 
/etc/php.d/23_gd.ini, /etc/php.d/26_imap.ini, /etc/php.d/27_ldap.ini, /etc/php.d/34_mysql.ini, /etc/php.d/39_pgsql.ini, /etc/php.d/41_readline.ini 
 
 
PHP API 
20020918 
 
PHP Extension 
20020429 
 
Zend Extension 
20021010 
 
Debug Build 
no 
 
Thread Safety 
disabled 
 
Registered PHP Streams 
php, http, ftp, https, ftps, compress.zlib 
 
 
.
.
.
 
HTTP_ACCEPT_CHARSET 
iso-8859-15, utf-8;q=0.5, *;q=0.5 
 
.
.
.
 
HTTP Request 
GET /phpinfo.php HTTP/1.1 
 
 
Connection 
Keep-Alive 
 
 
Pragma 
no-cache 
 
 
Cache-control 
no-cache 
 
 
Accept 
text/html, image/jpeg, image/png, text/*, image/*, */* 
 
 
Accept-Encoding 
x-gzip, x-deflate, gzip, deflate 
 
 
Accept-Charset 
iso-8859-15, utf-8;q=0.5, *;q=0.5 
 
Accept-Language 
fr, en
Sur windows avec easyphp mon fichier annu.php marche sans soucis je n'ai pas d'erreur.

Comment definir la fonction en question pour apache sur mandrake, es ce qu'il y a un autre pack a mettre et ou le telecharger?