-
Notifications
You must be signed in to change notification settings - Fork 2
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
Repositories not downloading on Ubuntu 16.04 #19
Comments
Hi, thank you for submitting an issue. My initial assumption here is that, the libssl of 16.04 is incompatible with the axel downloader currently packaged together with CubeGet. For the meantime, could you rename Also, you can try to use the other downloader Really sorry for the inconvenience here. I will try to replicate and have it fixed. |
Btw, you are also right with the version issue.
To answer your question, CubeGet checks first the library files under |
Follow up: So I tried adding the latest libssl 1.1 but it causes further library dependency issues. It just conflicts with other older libraries. The best thing you can do is install a compatible axel manually (As I shared above). If apt-get can't find axel, you can download the deb manually here and install it by running Please let me know if didn't work or if you have questions. I'm eager to help :) |
Hi @camicri, thank you for your suggestions. As you suggested, I saw there was a folder |
@VictorSeven good to hear that! Yup, I should include those libraries, or make those included applications (axel, aria2c) more portable and less dependent on external libraries. Thank you for your inputs, really appreciated. |
Hello,
I am trying to get CubeGet to work. My setup is the following: an offline Ubuntu 20.04, and an online Ubuntu 16.04. I have been able to get the package list on my offline place. But in my online computer I am not able to Download repositories. It always says "0 bytes", and throwing the following error aftewards:
/home/myuser/cube-get/cube-system/data/bin/axel: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I guess that I do not have the libssl correctly updated. So I run
sudo apt-get update
andsudo apt-get install openssl
to ensure I have newest version. However, even when that,locate libssl
returnsSo although I have a "correct" version of libssl, the 1.1.0, it is locally at my Python Anaconda instalation, of course CubeGet cannot get it. Is there any way to point CubeGet to this libssl, maybe from axel arguments? If not, how do I update this library? Thank you very much in advance
The text was updated successfully, but these errors were encountered: