volta icon indicating copy to clipboard operation
volta copied to clipboard

Failed to install on CentOS 6

Open tiamed opened this issue 1 year ago • 2 comments

uname -r output:

2.6.32-754.18.2.el6.x86_64

Error output:

  Installing latest version of Volta (1.0.8)
    Checking for existing Volta installation
    Fetching archive for Linux, version 1.0.8
######################################################################## 100.0%
curl: unknown --write-out variable: 'filename_effective'
    Creating directory layout
  Extracting Volta binaries and launchers
tar: : Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

tiamed avatar Jul 27 '22 08:07 tiamed

Hi @tiamed, thanks for reporting! What version of curl do you have on that machine? It looks like it's an older one that doesn't support the filename_effective variable. Is it possible with CentOS 6 to upgrade the version (I know the package repos for CentOS 6 are themselves locked to older versions, mostly curious if it's possible that machine has an even older one).

If it's not, we may need to investigate a different solution for getting the filename from curl on older systems like CentOS 6.

charlespierce avatar Aug 11 '22 19:08 charlespierce

Hi @tiamed, thanks for reporting! What version of curl do you have on that machine? It looks like it's an older one that doesn't support the filename_effective variable. Is it possible with CentOS 6 to upgrade the version (I know the package repos for CentOS 6 are themselves locked to older versions, mostly curious if it's possible that machine has an even older one).

If it's not, we may need to investigate a different solution for getting the filename from curl on older systems like CentOS 6.

curl --version

curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp 
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz 

tiamed avatar Aug 22 '22 07:08 tiamed