LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM vs Source (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-vs-source-126610/)

dvong3 12-20-2003 03:34 AM

I follow your steps, still not working, can not locate the file. Any clues to get ssh working again??


[danny@mrtg2 tmp]# updatedb
[danny@mrtg2 tmp]# locate lybcrypto.so.1
[danny@mrtg2 tmp]# locate lybcrypto.so.1
[danny@mrtg2 tmp]# whoami
root
[danny@mrtg2 tmp]# cat /etc/ld.so.conf
/usr/lib
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt-2.3.0/lib
/usr/lib/sane
[danny@mrtg2 tmp]# rpm -qa openssl
openssl-0.9.6l-1

dvong3 12-20-2003 05:21 AM

I went in a check the /usr/lib directory...Looks like I'm missing "libcrypto.so.1 -> libcrypto.so.0.9.7 that is symbolic link". I re-install ssh & ssl but no luck. Anyway to fix this issue?

dvong3 12-20-2003 05:31 AM

Here is the /usr/lib file I see. I try to re-install ssh & ssl , could it be directory are link incorrectly??

lrwxrwxrwx 1 root root 14 Dec 20 03:25 libcrypto.so -> libcrypto.so.0
lrwxrwxrwx 1 root root 19 Dec 20 03:25 libcrypto.so.0 -> libcrypto.so.0.9.
5a
-rwxr-xr-x 1 root root 921442 Feb 19 2003 libcrypto.so.0.9.5a
-rwxr-xr-x 1 root root 1199321 Dec 20 03:17 libcrypto.so.0.9.7
-rw-r--r-- 1 root root 115082 Oct 10 2002 libcrypt_p.a
lrwxrwxrwx 1 root root 23 Aug 24 2002 libcrypt.so -> ../../lib/libcrypt.s
o.1

dvong3 12-20-2003 08:37 AM

I still trying to hammer out this ssh & ssl stuff...I check my current openssh-askpass-3.1p1-13 (stickman suggestion)..i try to upgrade that also, but unable to...could this be the problem, having rpm askpass with openssh 3.7.1...i try to upgrade the askpass but no luck

[danny@mrtg2 tmp]# cd x11-ssh-askpass-1.2.4.1
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# ls
ChangeLog configure Imakefile Imakefile.in README
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# ./configure

x11-ssh-askpass has been configured with the following options:

Askpass directory: /usr/local/libexec
Manual page: /usr/local/man/man1
Application defaults file: SshAskpass-default.ad
Application defaults directory: default
Install application defaults file: yes

Compiler: default
Compiler flags: default
Linker flags: default

You may now create the Makefile and build x11-ssh-askpass using the
following commands:

xmkmf
make includes
make

[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# xmkmf
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# make include
make: *** No rule to make target `include'. Stop.
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# make includes
ln -s SshAskpass-default.ad SshAskpass.ad
sed -n '/^[^!]/s/.*/"&",/p' <SshAskpass.ad >SshAskpass_ad.h.tmp
/bin/sh: SshAskpass.ad: No such file or directory
make: *** [SshAskpass_ad.h] Error 1
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# make
make: *** No rule to make target `drawing.c', needed by `drawing.o'. Stop.
[danny@mrtg2 x11-ssh-askpass-1.2.4.1]# make install
make: *** No rule to make target `drawing.c', needed by `drawing.o'. Stop.

dingding66 12-20-2003 12:57 PM

one thing you may try would be to ln -s /usr/lib/libcrypto.so.0 /usr/lib/libcrypto.so.1

dvong3 12-23-2003 04:02 AM

Yeah I try that too...I went back and downgrade back to the original rpm. My apache is working now but my ssh still get an error.

[danny@mrtg2 ssh]# /etc/init.d/sshd start
Starting sshd:execvp: No such file or directory
[FAILED]


All times are GMT -5. The time now is 04:31 PM.