LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hello need help (https://www.linuxquestions.org/questions/linux-newbie-8/hello-need-help-694900/)

cccamuk 01-04-2009 12:31 PM

hello need help
 
Hi all
I have attempt to update my libcrypto.so.0.9.7a libcrypto.so.0.9.8 and all went wrong
So I have try to do a rollback
This is watt I done but still has the problem

cd /usr/src
wget http://www.openssl.org/source/openssl-0.9.7a.tar.gz
tar xvzf openssl-0.9.7a.tar.gz
cd openssl-0.9.7a/
rm -rf /usr/lib/libssl.so.0
rm -rf /usr/lib/libssl.so
rm -rf /lib/libssl.so.2
rm -rf /usr/lib/libcrypto.so.0

./config --prefix=/usr no-threads shared
make
make test
make install
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig -v

rm -f /lib/libssl.so.4
rm -f /usr/lib/libcrypto.so.0
ln -s /usr/lib/libssl.so.0.9.7 /lib/libssl.so.4
ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.0

I have search Google to see if I can find any solution for my problem and nothing
When I tape apt-get upgrade I get this message

[root@ /tiago]# apt-get upgrade
/usr/bin/engine: error while loading shared libraries: /lib/libssl.so.4: file too short

I can’t connect to dashboard any more by taping my ip with port 81

I’m running a Clark Connect 4.3

Please bear in mind that I am new to this and so would appreciate being told in plain English what I need to do or where I need to start

And sorry for my English


Thank you

thorkelljarl 01-04-2009 01:00 PM

Well, the English

You might edit your post giving it a more informative and inviting title. I addition, try standard spelling and the use of capital letters, and a clearer separation between the commands that you have used and the actions you have taken.

These suggestions are meant to increase the chance that someone will read and reply to, rather than ignore your post, to your greater benefit.

http://www.linuxquestions.org/linux/...Ask_a_Question

Disillusionist 01-04-2009 03:10 PM

Welcome to LQ.

It is always worth having a verified backup before trying any upgrade process.

You could try:
Code:

sudo apt-get remove openssl
Make note of any additional applications that may be removed so that you can re-install them later.

To re-install openssl, use:
Code:

sudo apt-get install openssl
On my system uninstalling openssl would also uninstal 34 other applications, so be careful.


All times are GMT -5. The time now is 09:32 PM.