FW: OpenSSL on beagleboard

2012-08-27 Thread Paulo Roberto
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 using

RE: OpenSSL on beagleboard

2012-08-27 Thread Paulo Roberto
...@gmail.com To: openssl-users@openssl.org 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

RE: OpenSSL on beagleboard

2012-08-27 Thread Paulo Roberto
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 the compiler

OpenSSL on beagleboard

2012-08-23 Thread Paulo Roberto
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 solve