IT WORKS.
Exactly, I need to unset the locale variables.... With that It works without problems.
Thank you all.
in the start script to see which variables are set. Boot, move /tmp/apache-start to /tmp/apache-boot, stop apache, start apache from your root shell. "diff -u /tmp/apache-boot /tmp/apache-start" will show the differences.
Or try to unset the locale variables in the start script:
unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL
Some parts of Apache/Oracle/whatever-else apparently has trouble with locales.
Regards... Michael
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php