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

GLIBCXX_3.4.30 not found when trying to use timer #125

Open
szymczakpau opened this issue Oct 10, 2022 · 1 comment
Open

GLIBCXX_3.4.30 not found when trying to use timer #125

szymczakpau opened this issue Oct 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@szymczakpau
Copy link

Hi,

I'm having major issues with gcc and libstdc++6.

I have setup immundeconv with conda as adviced. However, when I'm trying to run timer, I get:

  /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/paulina/miniconda3/envs/deconvolution/lib/R/library/vroom/libs/vroom.so)

Previously I run EPIC and quantiseq and it worked. I experienced a problem with GLIBCXX_3.4.29, I managed to get it to work. Now with 3.4.30 I just can't get it to work (even though all install pass) no matter what, so I'm kinda expecting this to be the fault of my Ubuntu 18. Is there a version of Ubuntu you have tested immundeconv and it worked? Or maybe would it be possible to downgrade vroom somehow?

Not a huge R expert myself, so I'd love some help!

Paulina

@szymczakpau szymczakpau added the bug Something isn't working label Oct 10, 2022
@grst
Copy link
Collaborator

grst commented Oct 12, 2022

HI @szymczakpau,

I had a similar problem on the omnideconv CI recently. I solved it by using a more recent version of ubuntu and updating the libstdc++6 package. See here:
https://github.com/omnideconv/omnideconv/pull/125/files#diff-5b0fa7342eba196b56e4e0e540a1c68554760fb2c301ddee2e1a7a5848401364

Downgrading vroom could work, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants