hairu / freelss

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
GNU General Public License v3.0
279 stars 133 forks source link

Error while loading shared libraries: libmicrohttpd.so.12 #27

Closed philippefutureboy closed 6 years ago

philippefutureboy commented 6 years ago

Hi! My pals and I are working on ATLAS 3D Scanner by Murobo, and I'm attempting to install and use freelss.

Unfortunately, once installed, when trying to use it through sudo freelss, I get the following error:

freelss: error while loading shared libraries: libmicrohttpd.so.12: cannot open shared object file: No such file or directory

I verified that libmicrohttpd was installed in /usr/local/lib, and it is; I also verified that the LD_LIBRARY_PATH was pointing to /usr/local/lib, and it is.

I tried the steps at this StackOverflow issue

Any idea how to overcome this issue?

Cheers :sparkles: :unicorn:

parkitny commented 6 years ago

After updating LD_LIBRARY_PATH, did you run: sudo ldconfig?

This solved it for me.

philippefutureboy commented 6 years ago

Hi parknity!

It has been a long while, and I cannot say for sure, but I don't think I did.

I'll close this issue given that I don't have any intention to come back to it.

Thanks for your good work & keep it up,

Cheers,

Philippe