I went through documentation of cybersource api to set it up with PHP on linux.
I followed all instructions and added required file to extensions directory and added it in php.ini and rebooted httpd.
Now when i call php file it gives :
PHP Fatal error: Call to undefined function cybs_load_config()
Any ideas on how to resolve this?
Was my fault. Forgot to set LD_LIBRARY_PATH
This is how to set it:
Resolved it the next day just realized today to post here. Hope this might be of help to someone.