Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to use OpenSSL?: (3 Items)
   
How to use OpenSSL?  
Hi,
I'm getting the following error while building my project:
C:/QNX650/target/qnx6/x86/lib -Wl,--rpath-link C:/QNX650/target/qnx6/x86/usr/lib    -Bstatic    -lIMAP_g    -
lCommonNetworking_g    -Bdynamic    -lsocket    -lc    -lssl    -lssl.so   -g     
C:\QNX650\host\win32\x86\usr\bin\ntox86-ld: cannot find -lssl.so

I use X86 BuildVarian and added both libssl.so and libssl.so.1 as extra QNX target libraries from ..\QNX650\target\qnx6\
x86\usr\lib

QNX Momentics Version: 4.7.0 Build id: 201006232051 Windows

Looks like I'm missing something... Could anyone please help?

Thanks!
Re: How to use OpenSSL?  
Hi, Katerina,

You don't need the "-lssl.so".  One doesn't specify the .so extension anyways, and you already have "-lssl" to link with
 libssl.so.

HTH,

Christian


On 2011-08-24, at 12:22 PM, Katerina Doudkine wrote:

> Hi,
> I'm getting the following error while building my project:
> C:/QNX650/target/qnx6/x86/lib -Wl,--rpath-link C:/QNX650/target/qnx6/x86/usr/lib    -Bstatic    -lIMAP_g    -
lCommonNetworking_g    -Bdynamic    -lsocket    -lc    -lssl    -lssl.so   -g    
> C:\QNX650\host\win32\x86\usr\bin\ntox86-ld: cannot find -lssl.so
> 
> I use X86 BuildVarian and added both libssl.so and libssl.so.1 as extra QNX target libraries from ..\QNX650\target\
qnx6\x86\usr\lib
> 
> QNX Momentics Version: 4.7.0 Build id: 201006232051 Windows
> 
> Looks like I'm missing something... Could anyone please help?
> 
> Thanks!
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88321
> 
Re: How to use OpenSSL?  
Thank you very much!