We are working on integrating the CitiBank payment gateway integration in our Joomla website, which is deployed in Linux server (CentOS).
Since it is Linux, we are using Apache as a web server.
In that, for checksum value calculate, we got checksum.so from the vendor. We have placed the file in the apache module directory and added the below line in the httpd.conf
.
LoadModule mod_checksum modules/mod_checksum.so
And restarted Apache. Then I got the error below:
Starting httpd: httpd: Syntax error on line 151 of /etc/httpd/conf/httpd.conf: Can't locate API module structure `checksum_module' in file /etc/httpd/modules/mod_checksum.so: /etc/httpd/modules/checksum.so: undefined symbol: checksum_module