Networking Forums

Networking Forums > Computer Networking > Linux Networking > Minimun runtime environment for socket communication

Reply
Thread Tools Display Modes

Minimun runtime environment for socket communication

 
 
bill John
Guest
Posts: n/a

 
      11-06-2003, 03:25 PM
Hi All,
I try to build a diskless mini Linux system with socket communication.
Right now I can boot the diskless system based on PXE and BusyBox with
network support. SO I can ping other computers. But I can't run SSH or FTP.
I think I still miss the runtime environment for socket commnuication.
Can anybody give some advice on how to build a mini runtime environment
for socket communication?
Thanks a lot!



Bill




 
Reply With Quote
 
 
 
 
Andrey Asadchev
Guest
Posts: n/a

 
      11-07-2003, 05:17 AM

Hi.

BusyBox on my Debian did not have some libraries needed for networking.
so i just did ldd `which ftp`; ldd `which ssh` - you get the idea.

These are the libs in my BusyBox (you should not need all of them):

$ ls /lib
ld-linux.so.2 libe2p.so.2 libnsl.so.1 libparted-1.4.so.14
libreadline.so.4 libuuid.so.1
libc.so.6 libext2fs.so.2 libnss_dns.so.2 libpopt.so.0
libresolv.so.2 libwrap.so.0
libcom_err.so.2 libncurses.so.5 libnss_files.so.2 libpthread.so.0
librt.so.1

Also make sure you have /etc/nsswitch.conf and /etc/services.

Cheers.








 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Length in Socket communication karthikbg Linux Networking 0 04-06-2006 10:41 AM
Runtime Error! krakrjak Wireless Networks 3 04-05-2005 02:31 AM
X Runtime Error MysticEdge Windows Networking 0 10-08-2004 02:02 PM
NLB with Socket Communication ilkozer Windows Networking 0 09-15-2004 08:08 AM
Full duplex socket communication jahurt@hotmail.com Linux Networking 3 07-10-2003 03:19 AM



1 2 3 4 5 6 7 8 9 10 11