Other Help Topics :: ssh, openssl, libssl, lcrypto



Hi all,

I am trying to install pwdsafe-0.2.0 on my dsl-box. I first installed gcc to get the pwdsafe configure to work a bit at least.

pwdsafe configure starts checking lib-availability and stumbles over:
Code Sample
checking for SHA1_Init in -lcrypto... no
configure: error: openssl (libssl) is required

game over...

I installed openssl and openssh (with apt-get from sarge) and then tried to install libssl0.9.6 with:
Code Sample
apt-get install libssl0.9.6

which at a certain point tells:
Code Sample
Setting up ssh (3.8.1p1-8.sarge.4)...
Upgrading sshd_config (old versionin .dkpg_old) ...chown: unrecognized option '--reference'
.
.
.
dkpg: error processing ssh (--configure): .... error exit status 1


Information & help about what is happening here and what to do next is highly appreciated!

Try using the gnu-utils package in mydsl.
I logged in as user dsl, downloaded the gnu-utils package and loaded the local extension.
Then I logged in as another user and tried to load the local extension here too, alas to no avail.

The openssl (libssl) is still not found...

Uh, what's the exact problem/error this time?

I guess I should've posted that my last reply was just a suggestion in reference to
Quote
chown: unrecognized option '--reference'

Well *this time*:

1. still the problem not being able to install pwdsafe because openssl (libssl) is not found, because I cannot install libssl because upgrading sshd_config fails...

2. Loading local MyDsl as another user than dsl does not work...

Next Page...
original here.