Is there a small Puppyfriendly p2p?

Using applications, configuring, problems
Post Reply
Message
Author
ducwiz
Posts: 25
Joined: Fri 16 Sep 2005, 15:10
Location: Germany

#16 Post by ducwiz »

Ah, just forgot to mention the name: "transmission" (from dotpup.de)!

sorry d.

Iguana
Posts: 4
Joined: Fri 12 May 2006, 17:23

#17 Post by Iguana »

Hello.

I just installed puppy linux 1.08 on my laptop yesterday,installed transmission, and i've been trying to do the symlink for libcrypto.so.5

I type in the console:

ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.5

and it returns this message:
bash: In: command not found

did I needed to install anything else?
also I installed libcrypto.so.4,do I need to remove it?

ducwiz
Posts: 25
Joined: Fri 16 Sep 2005, 15:10
Location: Germany

#18 Post by ducwiz »

Iguana,

did you check /usr/lib/ for libcrypto.so.0.9.7 to exist there?
This is gtkfind's output doing a search for libcrypto* on my machine (after symlinking: ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.5 ):

/usr/lib/libcrypto.so.5
/usr/lib/libcrypto.so
/usr/lib/libcrypto.so.0
/usr/lib/libcrypto.so.0.9.7
/.usr_cram/lib/libcrypto.so
/.usr_cram/lib/libcrypto.so.0
/.usr_cram/lib/libcrypto.so.0.9.7
/root/.usr/lib/libcrypto.so.5

As you can see there is no libcrypto.so.4; i don't know if you must have it removed

On the other hand bash's error message lets me assume that somethin is wrong with bash itself ...

sorry for being not very helpful d.

User avatar
jcoder24
Posts: 604
Joined: Fri 06 May 2005, 12:33
Location: Barbados

#19 Post by jcoder24 »

Iguana wrote:Hello.
and it returns this message:
bash: In: command not found
The command is ln as in LiNk.

Iguana
Posts: 4
Joined: Fri 12 May 2006, 17:23

#20 Post by Iguana »

jcoder24 wrote:
Iguana wrote:Hello.
and it returns this message:
bash: In: command not found
The command is ln as in LiNk.
OMG It was an L all along! :shock:
thanks it works now!

Post Reply