Welcome to Centmin Mod Community
Become a Member

Customcurl.sh RPM url update

Discussion in 'Add Ons' started by Ahmad, Dec 8, 2015.

  1. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    1:31 PM
    1.9.9
    10.1.10
    Code:
    http://mirror.city-fan.org/ftp/contrib/sysutils/Mirroring/libcurl-7.46.0-1.0.cf.rhel6.x86_64.rpm:
    2015-12-07 21:00:37 FEHLER 404: Not Found.
    http://mirror.city-fan.org/ftp/contrib/sysutils/Mirroring/libcurl-devel-7.46.0-1.0.cf.rhel6.x86_64.rpm:
    2015-12-07 21:00:37 FEHLER 404: Not Found.
    http://mirror.city-fan.org/ftp/contrib/sysutils/Mirroring/curl-7.46.0-1.0.cf.rhel6.x86_64.rpm:
    2015-12-07 21:00:37 FEHLER 404: Not Found.
    Error: expected curl related named rpm files are not found
    could be their source names have changed etc...
    
    Seems like it needs to be
    Code:
    /libcurl-7.46.0-[B]2[/B].cf.rhel6.x86_64.rpm
    @eva2000

    Edit:
    Well, I guess no BBCode in code tags then :(

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    doh they renamed all their rpms !
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  4. ndha

    ndha Member

    83
    10
    8
    Sep 28, 2014
    Ratings:
    +29
    Local Time:
    6:31 PM
    1.27
    10.6
    @eva2000 i think you must update customcurl script again, cause i got same problem like above,
    now i just edit customcurl.sh using this :
    Code:
    CUSTOM_CURLRPMVER='7.47.1-3.0'
    CUSTOM_CURLLIBSSHVER='1.7.0-3.0'
    CUSTOM_CURLRPMCARESVER='1.11.0-1.0'
    and customcurl install process is normal again, is it ok if i change this??

    also when i see php info in curl 7.47.1 section, there is missing NTLMWB Yes and TLS-SRP No.
    compare to my other vm using curl 7.43.0, is this problem??
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    php curl will use whatever curl 7.47.* provides for
    looks like indeed they updated versions again !

    thanks for heads up!
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. ndha

    ndha Member

    83
    10
    8
    Sep 28, 2014
    Ratings:
    +29
    Local Time:
    6:31 PM
    1.27
    10.6
  8. eva2000

    eva2000 Administrator Staff Member

    55,404
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,836
    Local Time:
    9:31 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    boo boo was just fixed, so try redownloading again the latest :)

    successful run should show this at end
    Code:
    curl 7.47.1 (x86_64-redhat-linux-gnu) libcurl/7.47.1 NSS/3.19.1 Basic ECC zlib/1.2.7 libidn/1.28 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.7.0
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
    Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets Metalink PSL
    
    recompile PHP via centmin.sh menu option 5 to
    complete new curl version setup on your system
    
    custom curl RPMs installed...
    you can now use yum update to update curl
    
    yum update --enablerepo=city-fan.org --disableplugin=priorities
     
  9. ndha

    ndha Member

    83
    10
    8
    Sep 28, 2014
    Ratings:
    +29
    Local Time:
    6:31 PM
    1.27
    10.6
    Yes, confirm successful and much easier..
    Thanks @eva2000