Skip to content

Trying to install and run on Ubuntu 21.10 #342

Answered by gsargent70
gsargent70 asked this question in Q&A
Discussion options

You must be logged in to vote

After many hours I have found the solution. It appears that if you do not have libdl named exactly as libdl.so it can not find it when booting UVtools. On Ubuntu 21.10 you must create a symlink from your existing libdl to one named as above. Here is an example command to do this.

sudo ln -s /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so

Once I did this UVtools booted right up from a fresh install. I did not need to do any recompile of emgucv. I hope this helps others with their issues.

Replies: 3 comments 18 replies

Comment options

You must be logged in to vote
16 replies
@gsargent70
Comment options

@gsargent70
Comment options

@sn4k3
Comment options

@gsargent70
Comment options

@sn4k3
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Daoenti
Comment options

@gsargent70
Comment options

Answer selected by gsargent70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants