BehaviorTree / Groot2

36 stars 0 forks source link

Groot2 Linux installer: GLIBCXX_3.4.30 not found #39

Closed Lecrapouille closed 9 months ago

Lecrapouille commented 9 months ago

Describe the bug

I'm using the Groot2 Linux installer for Ubuntu 20.04. The installation ends correctly, but when starting groot2 I have issues with missing libc6 version.

In Ubuntu 20.04 the dpkg -L libc6 gives:

/lib/x86_64-linux-gnu/ld-2.31.so
...

I guess 2.43 is given with Ubuntu 22. Maybe you should add this lib inside your Groot2 lib folder?

I have no issue when using the Linux Appimage.

To Reproduce

Starting groot2.

groot2

groot2: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.13' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by groot2)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/xxx/Groot2/bin/../lib/libdw.so.1)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/xxx/Groot2/bin/../lib/libdw.so.1)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/xxx/Groot2/bin/../lib/libunwind.so.8)
groot2: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/xxx/Groot2/bin/../lib/libunwind.so.8)
...

Desktop (please complete the following information):

facontidavide commented 9 months ago

please download the installer again and repeat the installation. It should work now.

Lecrapouille commented 9 months ago

Yes ! It works perfectly nice ! Thank you