Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]curl - uninstall

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
User avatar
MESSIAH
Posts: 12
Joined: 2018-08-26 20:05

[SOLVED]curl - uninstall

#1 Post by MESSIAH »

How I can uninstall curl? It was installed manually from official website. Now I can't uninstall it.
Last edited by MESSIAH on 2019-11-06 21:09, edited 1 time in total.
LIFE'S A BITCH AND I'M CUSTOMER WITHOUT WALLET

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: curl - uninstall

#2 Post by stevepusser »

You need to into more detail how you installed it, and exactly what's going wrong when you try to uninstall it. Nobody knows what you did and how to undo it, otherwise.

Also of interest would be why the Debian version wasn't going to work for you, causing you to install the website version.
MX Linux packager and developer

User avatar
MESSIAH
Posts: 12
Joined: 2018-08-26 20:05

Re: curl - uninstall

#3 Post by MESSIAH »

I was install it from official website:

Code: Select all

./configure
make
make test (optional)
make install
It was work somehow with https and after installing something curl don't want work with https any more:

Code: Select all

curl: (1) Protocol "https" not supported or disabled in libcurl
So I was install openssl and I try install curl again with new parameters:

Code: Select all

./configure --with-ssl=./usr/local/ssl
but still not work wit https.
That's why I want remove curl and try install again with this code above again.
LIFE'S A BITCH AND I'M CUSTOMER WITHOUT WALLET

User avatar
MESSIAH
Posts: 12
Joined: 2018-08-26 20:05

Re: curl - uninstall

#4 Post by MESSIAH »

[SOLVED]

Problem cured:

I was install OpenSSL v 1.0.2t by my mistake - I was download first link from official website - I should check which one link is highest stable version.

v 1.0.2t don't have command
make uninstall
LIFE'S A BITCH AND I'M CUSTOMER WITHOUT WALLET

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [SOLVED]curl - uninstall

#5 Post by stevepusser »

Usually messing with manual installations of critical system libraries like that on Debian leads to nothing but trouble, sooner or later. If you must have a newer version than what is available, check into backports.
MX Linux packager and developer

Post Reply