pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
281 stars 78 forks source link

itk-snap does not work on Ubuntu20.04 #97

Closed lmaxeniro closed 1 year ago

lmaxeniro commented 1 year ago

Hello, I am trying to use the Linux binary release directly on Ubuntu20.04, and such an error was reported:

./itksnap -h
./itksnap: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./itksnap)
./itksnap: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./itksnap)

Search around I did not find a good answer--it looks like I need to build from source code? The tutorial from here is rather complicated, as before that I need to build ITK, VTK and QT.. and some documentation looks like is rather old. I am looking for a suggestion --do I really need to build all these stuffs from scratch--or is there any other solution?

pyushkevich commented 1 year ago

Please take a look here:

https://github.com/pyushkevich/itksnap/tree/master/Utilities/Docker

The Dockerfiles detail the build steps. Paul

On Thu, May 11, 2023 at 6:55 AM Liang Ma @.***> wrote:

Hello, I am trying to use the Linux binary release directly on Ubuntu20.04, and such an error was reported:

./itksnap -h ./itksnap: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ./itksnap) ./itksnap: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.34' not found (required by ./itksnap)

Search around I did not find a good answer--it looks like I need to build from source code? The tutorial from here http://www.itksnap.org/pmwiki/pmwiki.php%3Fn%3DDocumentation.BuildingITK-SNAP is rather complicated, as before that I need to build ITK, VTK and QT.. and some documentation looks like is rather old. I am looking for a suggestion --do I really need to build all these stuffs from scratch--or is there any other solution?

— Reply to this email directly, view it on GitHub https://github.com/pyushkevich/itksnap/issues/97, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJPEW3VYBQTHZY73DRTLRDXFTARPANCNFSM6AAAAAAX56QVGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lmaxeniro commented 1 year ago

@pyushkevich Thanks! This reminder me as well -- do you have the docker image already build that I can use -- that way I may try to use itk-snap in docker?