RE: OpenSSL on beagleboard

2012-08-27 Thread Paulo Roberto
Thanks for helping jeff, but it haven't worked yet. I searched my libssl.so in my /usr/lib and I didn't find. Does someone have any idea? I have installed the libssl-dev, libssl0.9.8. Thanks for helping. Date: Thu, 23 Aug 2012 21:18:37 -0400 Subject: Re: OpenSSL on beagleboard From: noloa

RE: OpenSSL on beagleboard

2012-08-27 Thread Paulo Roberto
haven't found the libssl.so in my directory /usr/lib. Thanks everybody. Date: Fri, 24 Aug 2012 09:45:15 +0100 Subject: Re: OpenSSL on beagleboard From: b...@links.org To: openssl-users@openssl.org On Fri, Aug 24, 2012 at 2:18 AM, Jeffrey Walton noloa...@gmail.com wrote: On Thu, Aug 23, 2012

RE: OpenSSL on beagleboard

2012-08-27 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Paulo Roberto Sent: Monday, 27 August, 2012 18:37 Can no one help me? Isn't there a way of specifying the local the openssl is installed? You mean location i.e. in the file system? As far as I know packages on most Linuxes, including ubuntu,

RE: OpenSSL on beagleboard

2012-08-27 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Paulo Roberto Sent: Monday, 27 August, 2012 20:21 Okay, this time you did post the error. When I use the command gcc teste.c -lssl -o teste: /tmp/ccyvrO2i.o: In function `main': rsa.c:(.text+0x8): undefined reference to `BN_new' snip many more

Re: OpenSSL on beagleboard

2012-08-24 Thread Ben Laurie
On Fri, Aug 24, 2012 at 2:18 AM, Jeffrey Walton noloa...@gmail.com wrote: On Thu, Aug 23, 2012 at 9:06 PM, Paulo Roberto bad_boy_...@hotmail.com wrote: Hello, I am using the package libssl-dev on ubuntu in my beagleboard xm, and I have to run two C algorithms using the openSSL library..

Re: OpenSSL on beagleboard

2012-08-23 Thread Jeffrey Walton
On Thu, Aug 23, 2012 at 9:06 PM, Paulo Roberto bad_boy_...@hotmail.com wrote: Hello, I am using the package libssl-dev on ubuntu in my beagleboard xm, and I have to run two C algorithms using the openSSL library.. Although I can't compile using the command: gcc test.c -lssl -o test. It seems