eth-sri / ELINA

ELINA: ETH LIbrary for Numerical Analysis
http://elina.ethz.ch/
Other
129 stars 54 forks source link

OSError: libfppoly.so: cannot open shared object file: No such file or directory #80

Closed WhoAmI-kai closed 3 years ago

WhoAmI-kai commented 3 years ago

When I run /ELINA/python_interface/fppoly_import, I get an error: OSError: libfppoly.so: cannot open shared object file: No such file or directory.

I tried looking in directory /usr/local/lib and '/usr/lib' , and I also use the find command to find, but I can't find libfppoly.so

I think I may be missing this file, how can I solve this problem?

Thank you very much for your reply.

GgnDpSngh commented 3 years ago

Hi there,

Try going to ELINA/fppoly directory, then run make followed by make install. Let me know if it works.

Cheers, Gagandeep Singh

WhoAmI-kai commented 3 years ago

When I run make in ELINA/fppoly directory, I get an error: cc: error: fppoly.o: no such file or directory Makefile:60: recipe for target 'fppoly.o' failed make: *** [fppoly.o] Error 1

WhoAmI-kai commented 3 years ago

I have solved the above problems. The reason for the problem is the lack of cddlib.

GgnDpSngh commented 3 years ago

Awesome.

Cheers, Gagandeep Singh