Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a version of aspera-cli that is compatible to Centos 7 #163

Open
ssahoo01 opened this issue Oct 8, 2024 · 5 comments
Open

Need a version of aspera-cli that is compatible to Centos 7 #163

ssahoo01 opened this issue Oct 8, 2024 · 5 comments
Assignees

Comments

@ssahoo01
Copy link

ssahoo01 commented Oct 8, 2024

Hi,

ascp version 3.9.6.182148
CentOS Linux 7, rhel fedora

We are looking for a version of aspera-cli that is compatible with older HST with above hst and os spec.

@laurent-martin
Copy link
Member

Hi,

ascli is purely ruby code, compatible with ruby >= 2.6

The binaries required are:

  • the ruby environment
  • ascp

which issue do you get on CentOS Linux 7, rhel fedora or with ascp 3.9.6 ?

@laurent-martin laurent-martin self-assigned this Oct 8, 2024
@ssahoo01
Copy link
Author

ssahoo01 commented Oct 8, 2024

This version of os seems to have not compatibility with ruby >2.0

@laurent-martin
Copy link
Member

Well, even ruby 2.x is not supported by the ruby team anymore, and 3.X should be used.

Alternatives to run ascli include:
using "singularity", jruby (runs on java)
or using rbenv or rvm to compile ruby for that platform.
see https://linuxize.com/post/how-to-install-ruby-on-centos-7/

It's actually quite easy.

@ssahoo01
Copy link
Author

Thank you @laurent-martin. Is any other dependancy (such as HST) needed for the ascli to work?

@laurent-martin
Copy link
Member

For ascli to work WRT transfers, you need also to install either the free SDK, or any Aspera transfer module.
Typically, users install the SDK using : ascli conf ascp install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants