> 1. Set locale correctly (C) Try putting SetEnv LANG "en_US" in your Apache httpd.conf. (If you're elsewhere, you may use a different locale, or "C") That may be sufficient to make this work. > 2. compile & install perl without threading This shouldn't be necessary. Threading in 5.8.0 doesn't get in the way unless you use it. -R