[완료]curl 버전 문제

minsubsim의 이미지

안녕하세요
ubuntu 서버에서 curl사용중 문제에 봉착해서 조언을 구하고자 합니다.
curl을 초기에 사용중에, 버전을 업그레이드 해야 할 것 같아서 curl 7.25 버전의 압축파일을 받아 압축을 푼후
configure, make, make install 순으로 실행하였습니다
그런데 이후에 7.25버전에 https 가 없는것을 확인하고, 7.25 를 삭제하려고 하는데 삭제할수가 없습니다

현상태
$ dpkg -l "*curl*" | more
희망상태=알수없음(U)/설치(I)/지우기(R)/깨끗이(P)/고정(H)
| 상태=아님(N)/설치(I)/설정(C)/풀림(U)/절반설정(F)/일부설치(H)/트리거대기(W)/
| / 트리거밀림(T)
|/ 오류?=(없음)/다시설치필요(R) (상태, 오류가 대문자=불량)
||/ 이름 버전 설명
+++-============================================================-==========================================-==========================================================================
un curl (설명 없음)
un curl-ssl (설명 없음)
un gnupg-curl (설명 없음)
un libcurl-dev (설명 없음)
un libcurl-ssl-dev (설명 없음)
un libcurl2 (설명 없음)
rc libcurl3 7.21.6-3ubuntu3.2 Multi-protocol file transfer library (OpenSSL)
un libcurl3-dbg (설명 없음)
un libcurl3-dev (설명 없음)
ii libcurl3-gnutls 7.21.6-3ubuntu3.2 Multi-protocol file transfer library (GnuTLS)
un libcurl3-openssl-dev (설명 없음)
un libcurl4 (설명 없음)
un libcurl4-gnutls (설명 없음)
un libcurl4-gnutls-dev (설명 없음)
un libcurl4-openssl-dev (설명 없음)
ii python-pycurl 7.19.0-4ubuntu2 Python bindings to libcurl
un python-pycurl-dbg (설명 없음)
un python2.3-pycurl (설명 없음)
un python2.4-pycurl (설명 없음)
un python2.6-pycurl (설명 없음)
un python2.7-pycurl (설명 없음)

버전을 체크해보면($ curl -V 실행시)
curl 7.25.0 (i686-pc-linux-gnu) libcurl/7.25.0 zlib/1.2.3.4 libidn/1.22
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
Features: IDN IPv6 Largefile libz

https(SSL) 만 사용가능하면 되는데, 해결방법이 없을까요? 조언부탁드립니다!! ㅠㅠ

익명 사용자의 이미지

7.25에 https가 없는게 아니고,
curl 설치시 ssl 옵션을 빼신거 아닌가요?
혹은 ssl이 설치되지 않았거나요.

minsubsim의 이미지

ssl을 추가로 설치하려면 어떻게 해야하나요?
위의 내용은 curl 7.25이 설치되어있는데도 설치되어있지 않다고 나와서 삭제할수 없다는 문제였습니다만
ssl을 사용할수만 있다면 괜찮을거같습니다
조언부탁드립니다!!

익명 사용자의 이미지

sudo apt-get install curl

뭐... 업그래이드 하신다면,

sudo apt-get update
sudo apt-get dist-upgrade

sheep의 이미지

소스 컴파일 하셔서 설치 하신거라면...

당연하지만... dpkg 리스트에 안 나옵니다...

dpkg(apt-get)으로 설치한 패키지 목록만 보이는 게 정상입니다...

--------
From Buenos Aires, Argentina
No sere feliz pero tengo computadora.... jaja
닥치고 Ubuntu!!!!!
To Serve My Lord Jesus
blog: http://sehoonpark.com.ar
http://me2day.net/sheep

sheep의 이미지

그리고 본문 리스트에 나온데로...

curl-ssl

이 패키지 설치하시면 해결 될것으로 보입니다...

물론 apt-get으로 설치 하셔야겠죠?

--------
From Buenos Aires, Argentina
No sere feliz pero tengo computadora.... jaja
닥치고 Ubuntu!!!!!
To Serve My Lord Jesus
blog: http://sehoonpark.com.ar
http://me2day.net/sheep

zer0boy의 이미지

curl을 컴파일로 설치하셨다면
configure 시 ssl 옵션을 주셔야 할 것 같습니다.
전 설치하신 버전보다 상위 버전이라 정확할지는 모르겠지만..
./configure --with-ssl="OPENSSL PATH" 이렇게 옵션 줬었습니다.
그 후에 make/make install 했습니다.
그리고 삭제는 make uninstall로 되지 않나요??

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.