Re: empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
Reini Urban schrieb: Oops! s/LD_LOAD_PATH/LD_LIBRARY_PATH/g of course. Reini Urban schrieb: I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries.

Re: empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
Reini Urban schrieb: I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries. I have this situation in perl TAINT-checked environments. Our dll loader

empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries. I have this situation in perl TAINT-checked environments. Our dll loader cannot handle LD_LOAD_