Hello,<br><br>I have xmsec installed in my server.When i am running commands like<br><br><ul><li>$cmd = &#39;xmlsec1 --version&#39;;</li></ul>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am getting an output&nbsp;&nbsp;&nbsp; array(1) {
  [0]=&gt;
  string(23) &quot;xmlsec1 1.2.9 (openssl)&quot;
}<br><br><ul><li>While trying to integrate the google SSO service i am trying to run the following command</li></ul>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $cmd = &#39;xmlsec1 sign --privkey-pem &#39; . $privKey . <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &#39; --pubkey-der &#39; . $pubKey . &#39; --output &#39; . $tempFileName . <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &#39;.out &#39; . $tempFileName;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>