Setting LD_LIBRARY_PATH in Apache PassEnv/SetEnv still cant find library
- by DoMoreASAP
I am trying to test the Cybersource 3d party implementation. I was able to get the test files running fine from the command line, which requires that on Linux I export the path to the payment libraries to LD_LIBRARY_PATH.
to try to test this on my server I have created the apache config below
<VirtualHost 127.0.0.1:12345>
AddHandler…