sftp on Puppy 5.1.1 - bbsd.so.0 - No such file or library

Using applications, configuring, problems
Post Reply
Message
Author
zeke varg
Posts: 2
Joined: Thu 16 Dec 2010, 19:22

sftp on Puppy 5.1.1 - bbsd.so.0 - No such file or library

#1 Post by zeke varg »

I have set up a sshd server on my Fedora 13 desktop and want to connect to this from Puppy 5.1.1 on my netbook. I have successfully connected via ssh, but want to connect over sftp, but this fails with the message

Code: Select all

sftp: error while loading shared libraries: libbsd.so.0: cannot open shared object file: No such file or directory
Does this mean I have to find and install this library, and how do I do that if so?

As a footnote, using the loopback on Fedora to connect via sftp works fine.

User avatar
WB7ODYFred
Posts: 169
Joined: Sun 14 Dec 2008, 02:15
Location: Oregon & Washington

libbsd.so.0.3.0 files

#2 Post by WB7ODYFred »

For Reference, I did a search for lIbbsd.so.0 and came across this link with that file and others. i was trying to use "SFTP" command. Secure File Transport Protocol to securely transfer files from a local system to a remote system. ie FTP over SSH to encrypt traffic before going out over the ethernet to defeat sniffers.

http://www.murga-linux.com/puppy/viewto ... 25726c44c2

Here was my error in Lucid Puppy 5.2.8

Code: Select all

sh-4.1# sftp root:10.0.0.40
sftp: error while loading shared libraries: libbsd.so.0: cannot open shared object file: No such file or directory
sh-4.1# man sftp
Attachments
libbsd-0.3.0.pet
Libbsd-0.3.0.pet file for that lib file missing error. Retrieved from here
http://www.murga-linux.com/puppy/viewtopic.php?t=73866&sid=d05def88531aa4488d23c525726c44c2 Look for other files. here
(18.24 KiB) Downloaded 253 times

Post Reply