Forum Moderators: coopster
3. Copy phpN_cybersource.so into the PHP extension directory, where N is:
4 if your PHP version is 4.x.x or
5 if your PHP version is 5.0.0.
If you do not know where the PHP extension directory is, look inside php.ini
and search for "extension_dir". The value it is set to is the PHP extension
directory. If you do not already have "extension_dir" set to an explicit
directory:
a. Create an extension directory (outside of the client installation
directory).
b. Set "extension_dir" to that directory.
c. Copy the phpN_cybersource.so file to that directory location.
4. In php.ini, look for the section "Dynamic Extensions", and add the following
line anywhere before the next section:
extension=cybersource.so
and then, save your change.
php_value extension_dir /home/user/public_html/extension
php_value extension php4_cybersource.so
then I ran the export LD_LIBRARY_PATH
and now I get:
Call to undefined function: cybs_load_config()
which is a command from one of their libraries so there has to be a variable, somewhere. I've emailed the support over there, and called, but I think there is only one person who handles it all, so I'm back to aggrivating myself. Either my .htaccess file is incorrect, or some other varible is missing.
I've never used them either, till now....
their docs are at: (I'll write the new manual when I'm done)
[apps.cybersource.com...]