Questions regarding alt-curl and alt-libcurl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wowon01
    Junior Member
    Forum Explorer
    • Mar 2021
    • 18

    #1

    Questions regarding alt-curl and alt-libcurl

    1. Where are alt-curl and alt-libcurl installed by default?

    2. Can alt-curl and alt-libcurl be installed in such a way as to replace curl and libcurl (since those are always outdated)?
  • ighertesco
    Senior Member
    • Nov 2016
    • 184

    #2
    Hello,

    1. You can list the package files by running # rpm -ql alt-libcurlssl

    2. No, it is not possible, as it may break the whole system. Please do not try to replace the system curl version

    Comment

    • cloudlinux.com
      Junior Member
      • Jun 2017
      • 28

      #3
      Hello,

      1. Running "rpm -ql" shows that the curl binary is installed at /opt/alt/curlssl/usr/bin/curl which isn’t normally in the system path. If we were to place a symlink of that as /usr/local/bin/curl, would it cause any problems?

      2. Are you saying that there is no choice but to simply leave the system curl in /usr/bin/curl even though it contains security vulnerabilities and is probably the default location (instead of /usr/local/bin/curl) used by many apps?

      Comment

      • ighertesco
        Senior Member
        • Nov 2016
        • 184

        #4
        Hello,

        1. alt-* packages were built especially to work with PHP selector and CloudLinux utilities, it is strictly not recommended replacing system utilities with alt-* ones.

        2. Correct. We are tracking our upstream provider RHEL, we ship exactly the same system packages as they ship.

        Comment

        Working...