Dear all,
I have one PHP script library envionnment setting problem. I have one PHP script application running success in PHP 3 environment. When I porting this PHP script to PHP 4.2.1 environment I got the error message and fail:
"ld.so.1: /usr/local/teTeX/bin/pdflatex: fatal: libstdc++.so.2.10.0: open failed: No such file or directory
Killed"
I did not change code in my PHP script. I want to know how to set "LD_LIBRARY_PATH=/usr/local/lib" in PHP 4.2.1. enviornment. Please help. Thanks.