Code : Tout sélectionner
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: libsybunic.so: cannot open shared object file: No such file or directoryCode : Tout sélectionner
Installing PHP SAPI module: apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.so /usr/local/apache2/modules/libphp5.so
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /tmp/sources/php-5.3.2/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/lib/php/
The context allocation routine failed when it tried to load localization files!!
One or more following problems may caused the failure
Your sybase home directory is /opt/app/sybase. Check the environment variable SYBASE if it is not the one you want!
Using locale name "POSIX" defined in environment variable LANG
Locale name "POSIX" doesn't exist in your /opt/app/sybase/locales/locales.dat file
[PEAR] Archive_Tar - installed: 1.3.3
[PEAR] Console_Getopt - installed: 1.2.3
[PEAR] Structures_Graph- installed: 1.0.2
[PEAR] XML_Util - installed: 1.2.1
[PEAR] PEAR - installed: 1.9.0
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
/tmp/sources/php-5.3.2/build/shtool install -c ext/phar/phar.phar /usr/local/bin
ln -s -f /usr/local/bin/phar.phar /usr/local/bin/phar
Installing PDO headers: /usr/local/include/php/ext/pdo/
t'as bien ton dossier lib (de sysbase) dans ton path global ?Your sybase home directory is /opt/app/sybase. Check the environment variable SYBASE if it is not the one you want!
Code : Tout sélectionner
The context allocation routine failed when it tried to load localization files!!
One or more following problems may caused the failure
Your sybase home directory is /opt/app/sybase. Check the environment variable SYBASE if it is not the one you want!
Using locale name "POSIX" defined in environment variable LANG
Locale name "POSIX" doesn't exist in your /opt/app/sybase/locales/locales.dat file
[PHP Modules]
Core
ctype
date
dom
ereg
fileinfo
filter
hash
iconv
json
libxml
pcre
PDO
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
SPL
SQLite
sqlite3
standard
sybase_ct
tokenizer
xml
xmlreader
xmlwriter
[Zend Modules]
Code : Tout sélectionner
<?php
include ("Asemon_report.php");
?>
ton module php a pas du se lancer regarde dans tes logLorsque je tente de me connecter via Firefox à mon appli, plutôt que d'interpreter le PHP, il m'affiche le contenu du fichier index.php :???Code : Tout sélectionner
<?php include ("Asemon_report.php"); ?>
Ca ne change rien.tu as fais un apache ( ou httpd ) reload ?
Le problème c'est que le fichier /etc/php.ini n'existe pas, donc je ne sais pas où trouver les log. Par ailleurs, lorsque je le lance php -n, voici la sortie :ton module php a pas du se lancer regarde dans tes log
Code : Tout sélectionner
php -n
The context allocation routine failed when it tried to load localization files!!
One or more following problems may caused the failure
Your sybase home directory is /opt/app/sybase. Check the environment variable SYBASE if it is not the one you want!
Using locale name "POSIX" defined in environment variable LANG
Locale name "POSIX" doesn't exist in your /opt/app/sybase/locales/locales.dat file
ouaiOui, le php -i est très verbeux. Tu veux tout ?