Have you tried using sudo?
On Thursday, April 23, 2009, at 12:46PM, "Neerav Singh"
wrote:
>Hi all
>Sorry!
>Please check the full error
>
>|/bidev/bihome/webserver/ssl/openssl-0.9.6c>make
>+ rm -f libcrypto.so.0
>+ rm -f libcrypto.so
>+ rm -f libcrypto.so.0.9.6
>+ rm -f libssl.so.0
>+ rm -f lib
Of course! - thank you
On 21 Apr 2009, at 17:42, Victor Duchovni wrote:
On Tue, Apr 21, 2009 at 04:36:34PM +0100, Ronald Hatcher wrote:
Hi there -
I'm trying to create an hmac digest which works OK from php as:
$signature = hash_hmac('sha1', "ronald" , $apikey);
H
Hi there -
I'm trying to create an hmac digest which works OK from php as:
$signature = hash_hmac('sha1', "ronald" , $apikey);
However, I get a different digest using:
echo "ronald" | openssl dgst -sha1 -hmac $apikey
Is there something obvious I'm doing wrong here?
BTW I'm using OpenSSL 0.9