Solved problem with attachements
Frédéric THIEL
fthiel@lynx-technologies.com
Mon, 11 Mar 2002 15:31:47 +0100
Ok, it is working. I had to make some tuning in php.ini :
include_path = /usr/local/lib/php
upload_tmp_dir = /tmp
extension_dir = /usr/local/lib/php/extensions
and under the [java] section
java.class.path=/usr/local/lib/php/extensions/php_java.jar
java.library.path=/usr/local/lib/php/extensions
Then, I had to modify the /etc/init.d entry :
#!/bin/sh
TMP=/tmp
TMPDIR=/tmp
/opt/apache/bin/httpd -DSSL
And it works well. Thanks for infos about the tmp directory.
Fred