Hello,<br><br>I have xmsec installed in my server.When i am running commands like<br><br><ul><li>$cmd = 'xmlsec1 --version';</li></ul> I am getting an output array(1) {
[0]=>
string(23) "xmlsec1 1.2.9 (openssl)"
}<br><br><ul><li>While trying to integrate the google SSO service i am trying to run the following command</li></ul> $cmd = 'xmlsec1 sign --privkey-pem ' . $privKey . <br> ' --pubkey-der ' . $pubKey . ' --output ' . $tempFileName . <br>
'.out ' . $tempFileName;<br><br> It fails and is asking to check xmlsec installation.<br><br>I would be very thankful anyone can help me on this matter.<br><br><br>Thank you,<br>Soumya<br clear="all">
<br>