>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'
BN_* are
>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 ubun
arquivos$ gcc rsa.c -Wl, -lssl, -lcrypto -o teste
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find -lssl,
collect2: ld returned 1 exit status
Any idea?
I haven't found the libssl.so in my directory /usr/lib.
Thanks everybody.
> Date: Fri, 24 Aug 2012 09:45:15 +0
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 beagleboa
Can no one help me? Isn't there a way of specifying the local the openssl is
installed?
I need very much to make it works.
Thanks everybody.
From: bad_boy_...@hotmail.com
To: openssl-users@openssl.org
Subject: OpenSSL on beagleboard
Date: Thu, 23 Aug 2012 22:06:59 -0300
Hello, I am
On Fri, Aug 24, 2012 at 2:18 AM, Jeffrey Walton wrote:
> On Thu, Aug 23, 2012 at 9:06 PM, Paulo Roberto
> 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 com
On Thu, Aug 23, 2012 at 9:06 PM, Paulo Roberto 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 the compiler isn't re
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
the compiler isn't recognizing the "-lssl" command.
Does someone know how to solv