How to do a clean uninstall of openssl source?

2019-07-03 Thread Karan
I installed openssl from source following the guidelines in https://github.com/openssl/openssl/blob/master/INSTALL . Now I need to remove this source installed version and use the openssl-devel package instead, provided by my distro, Fedora. How do I do a clean uninstall, such that even the

[openssl-users] How to uninstall openssl with ``sudo make uninstall''?

2017-09-26 Thread Hongyi Zhao
Hi all, I installed the openssl-1.0.0 with the following steps: $ ./config shared $ make -j24 $ sudo make install But when I try to uninstall it, I meet the following error: $ sudo make uninstall make: *** No rule to make target 'uninstall'. Stop. ps. All of the above steps are

Re: how to uninstall openSSL Urgent help needed

2009-03-29 Thread Sander Temme
On Mar 29, 2009, at 7:10 PM, Srinivas Jonnalagadda wrote: I am using Sun Solaris version 10. any help i shighly appreciated. If you mess with the OpenSSL 0.9.7 installed under /usr/sfw, you will lose ssh access to your server, since the installed copy of OpenSSH links against that OpenSS

Re: how to uninstall openSSL Urgent help needed

2009-03-29 Thread Srinivas Jonnalagadda
Hi, I am using Sun Solaris version 10. any help i shighly appreciated. Regards, Srinivas J -Original Message- >From: The Doctor >Sent: Mar 26, 2009 5:12 PM >To: openssl-users@openssl.org >Cc: "openssl-...@openssl.org" >Subject: Re: how to uninstall openSSL Urg

Re: how to uninstall openSSL Urgent help needed

2009-03-26 Thread The Doctor
On Thu, Mar 26, 2009 at 04:42:41PM -0500, Srinivas Jonnalagadda wrote: > Hi, > > I would like to know how to uninstall openssl from my unix machine. > What machine/box are you running? Linux? BSD? AIX? Sun? > > Thanks, >

Re: how to uninstall openSSL Urgent help needed

2009-03-26 Thread Kyle Hamilton
This is a -users question, not a -dev question. If openssl was installed from a package provided by or in the format of your OS vendor, uninstall it using the vendor's packaging tools. I've attached a list of files that are installed on my MacOSX machine by 'make install'

how to uninstall openSSL Urgent help needed

2009-03-26 Thread Srinivas Jonnalagadda
Hi, I would like to know how to uninstall openssl from my unix machine. Thanks, Srinivas Jonnalagadda __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Uninstall Problems

2009-01-12 Thread Thomas J. Hruska
Ben Dimick wrote: Thanks for the tips. I thought this seemed strange, but it was the only culprit I could produce. I had previously tried reinstalling the binaries and had no success. I decided to try again because I think it was the "light" installed I tried the second time. I did the full i

Re[2]: Uninstall Problems

2009-01-11 Thread Ben Dimick
stion is where / what > you ran to 'install and UNinstall OpenSSL'. > On Win32/64 platforms, the problem you describe generally stems from > some uninstaller (for application XYZ) deleting the shared > libeay32.dll / ssleay32.dll binary files, which form the core of the > [dyna

Re: Uninstall Problems

2009-01-11 Thread Ger Hobbelt
OpenSSL is a library and, as such, doesn't come with its own installer (at least not the official distribution), so question is where / what you ran to 'install and UNinstall OpenSSL'. On Win32/64 platforms, the problem you describe generally stems from some uninstaller (for

Re: Uninstall Problems

2009-01-11 Thread Thomas J. Hruska
. Is this something easy I've simply missed or something more serious? Win32 OpenSSL precompiled binary installer? If so, I'm probably the right person to talk to. Internet Explorer breaking on uninstall of OpenSSL is pretty strange since IE, and more specifically, Windows uses the Crypto

Uninstall Problems

2009-01-11 Thread Ben Dimick
I hope I'm coming to the right place for this. I installed OpenSSL on my Vista box and found after I uninstalled that SSL no longer worked on any of my apps besides Firefox (https on I.E., WebEx, etc). I found this odd, but I haven't yet found a way to fix it. Is this something easy I've simply m

how to uninstall openssl from source?

2008-03-13 Thread zlf.stevens
I have installed openssl-0.9.8g from source, using ./configure make make install But when i want to uninstall openssl , there is not a command to uninstall. such as make uninstall Please help me! how to uninstall openssl from source? Thanks Best Rgs Shengjun li

How can I uninstall openssl?

2005-07-02 Thread pana
I need to uninstall openssl 0.9.7 to install the new version 0.9.8. How can I do? I delete the folders ssl and openssl but it doesn't work. Any suggestion? bye pana __ OpenSSL Project

Re: uninstall openssl

2003-09-01 Thread Charles Cranston
Why would you want to do this? OpenSSL comes installed in these systems and other pieces may well require it. Have you thought through what things might and would stop working if you were actually able to accomplish this??? (Yeah. FUD. In overcoming my enemy I become him...) Sasha Nash wrote:

uninstall openssl

2003-09-01 Thread Sasha Nash
how can i completely wipe openssl off my system (Mac OS X 10.2). I cant believe how difficult this is proving to be. I've spent hours searching google and all i get is "use make clean" but that don't hardly remove any files so it's pretty useless. come on surely there must be a straightforward

How to uninstall OpenSSL

2002-08-21 Thread Soheil Shaghaghi
Hello everyone, Can anyone please tell me how to uninstall OpenSSL on a Linux or a FreeBSD server? Thanks so much, Soheil __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: uninstall

2002-05-19 Thread Lutz Jaenicke
On Sun, May 19, 2002 at 04:02:41PM +0900, Nay Mooly wrote: > I installed RedHatLinux7.1 to study Apache with an orb in my school. > I had openssl.rpm ,but I installed openssl-0.9.6c from www.openssl.org with > ncftp. > > I know how to uninstall rpm files(rpm -e ),but I do

Re: uninstall

2001-10-24 Thread yang yuanjie
the follow is my opinion: uninstall: rm libssl.a, libcrypto.a under /usr/local/ssl/lib is OK newer version: get newer version, unzip it, make, make install and overwrite the old libssl.a, libcrypto.a is OK - Original Message - From: "Ruby Cruiser" <[EMAIL PROTECTED]

uninstall

2001-10-17 Thread Juan Carlos Albores Aguilar
is there some way to uninstall openssl in order to install a newer version on a linux system???, or update it??, please help me.   Juan Carlos Albores Aguilar

How do I uninstall openssl?????

2001-09-24 Thread Swaminathan
Hi all I am trying to setup a mib testing environment using opensnmp . It has as its dependencied openssl . though openssl is configured on my box opensnmp does not recognize thge presence of openssl and asks for it's installation. How do I 1. Uninstall both ( opensnmp and openssl :: the