I am linux newb so bear with me.
I am trying to install a linux/php package from cybersource.
I have gotten to this step and don't know how to complete it.
5. Modify the environment variable LD_LIBRARY_PATH to include the lib directory
of the CyberSource client installation:
export LD_LIBRARY_PATH=/baseDir/simapi-php-n.n.n/lib:$LD_LIBRARY_PATH
where /baseDir is the directory where you untarred the CyberSource package.
If the web server is running as the user "nobody", you would have to use
ldconfig instead of setting LD_LIBRARY_PATH. Please update /etc/ld.so.conf
to add the library path (/baseDir/simapi-php-n.n.n/lib) and run ldconfig to
update the configuration cache.
I have attached the complete readme.txt if it helps.
Thanks for any help.
Bernie
I am trying to install a linux/php package from cybersource.
I have gotten to this step and don't know how to complete it.
5. Modify the environment variable LD_LIBRARY_PATH to include the lib directory
of the CyberSource client installation:
export LD_LIBRARY_PATH=/baseDir/simapi-php-n.n.n/lib:$LD_LIBRARY_PATH
where /baseDir is the directory where you untarred the CyberSource package.
If the web server is running as the user "nobody", you would have to use
ldconfig instead of setting LD_LIBRARY_PATH. Please update /etc/ld.so.conf
to add the library path (/baseDir/simapi-php-n.n.n/lib) and run ldconfig to
update the configuration cache.
I have attached the complete readme.txt if it helps.
Thanks for any help.
Bernie