cantalupo555 / repo-solus

Repository Solus Linux distribution. It is hosted on the Google Cloud + Cloudflare.
https://solus.cantalupo.com.br
22 stars 5 forks source link

Megasync dependency libs are breaking the system #39

Open sarojbelbase opened 4 years ago

sarojbelbase commented 4 years ago

The custom libraries are creating SSL Verification Problem Likely libraries:

Q: When does this happen? A: When installing megasync

Q: What happens when installing megasync? A: Breaks the SSL problem over git, vscode, eopkg

Q: What other things I should know? A: When running sudo ldconfig it says there are no symlinks between these packages.

I don't know what custom packages are being built for compatibility but it's creating havoc, I have to install Solus two times. The earlier version was good. I don't know what new happened with this new one.

cantalupo555 commented 4 years ago

Without these two libraries it will possibly not work.

cantalupo555 commented 4 years ago

As it is a new version, I will take the test

sarojbelbase commented 4 years ago

Without these two libraries it will possibly not work.

I think I have managed to make it work without installing additional libs in the earlier version installed from the gitlab just configured the ones in the solus repo.

Hope that works.

sarojbelbase commented 4 years ago

Did it work with the new version? did you install? Does sudo ldconfig create any error?

cantalupo555 commented 4 years ago

Did it work with the new version? did you install? Does sudo ldconfig create any error?

It looks like the error is in libssl1.1 I'm investigating.

cantalupo555 commented 4 years ago

Yes the problem is in libssl1.1

cantalupo555 commented 4 years ago

resolved https://github.com/cantalupo555/repo-solus/commit/4030a5aad401c2d0e0d47676fe765599e0ed464b

sudo eopkg up

cantalupo555 commented 4 years ago

Without these two libraries it will possibly not work.

I think I have managed to make it work without installing additional libs in the earlier version installed from the gitlab just configured the ones in the solus repo.

Hope that works.

In the next version I will update using this source as a reference. Thanks