I am using Jenkins and deploying the ruby applications. I have created a job and added shell script to send an ajax POST using curl command.
curl -k -X POST https://path/action --header "Content-Type:application/x-www-form-urlencoded; charset=UTF-8"
When i execute this job, i am getting the below error message,
curl: /JENKINS_PATH/sap_bobj/enterprise_xi40/linux_x64/libnss3.so: version `NSS_3.12.9' not found (required by /lib64/libldap-2.4.so.2)
Kindly help on this.