Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Socket related error: (3 Items)
   
Socket related error  
Hi QNX Team

         I am getting error while running socket programs(simple client server programs in c) on  6.5.0 image on Beagle 
board .Following error I  am    getting: 

                      ldd:FATAL: Could not load library libsocks.so.1

any explanation / insights into this is appreciated .
Thanks,
Rakesh




        
Re: Socket related error  
You've linked your app against that lib.  You have to put it on the target.

-seanb

----- Original Message -----
From: RAKESH KUMAR [mailto:community-noreply@qnx.com]
Sent: Friday, April 20, 2012 05:21 AM
To: general-bazaar <post92661@community.qnx.com>
Subject: Socket related error

Hi QNX Team

         I am getting error while running socket programs(simple client server programs in c) on  6.5.0 image on Beagle 
board .Following error I  am    getting: 

                      ldd:FATAL: Could not load library libsocks.so.1

any explanation / insights into this is appreciated .
Thanks,
Rakesh




        



_______________________________________________

General
http://community.qnx.com/sf/go/post92661
Re: Socket related error  
I have put that binary into the SD-CARD and have executed on the target only. Are you trying to suggest something else.
Please comment