Re: gnucap fails at start due to " ^ ? gnucap-default-plugins.so: cannot open shared object file: No such file or directory"
Felix Salfelder <[email protected]> Mon, 1 Aug 2016 19:13:52 +0200
| Newsgroups | gmane.comp.gnu.gnucap.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 01, 2016 at 07:02:34PM +0200, Karl-Philipp Richter wrote: > Hi, > After building and installing `gnucap` with `./configure && make && sudo > make install && sudo ldconfig` starting `gnucap` fails due to > > $ gnucap > [..] > load gnucap-default-plugins.so > ^ ? gnucap-default-plugins.so: cannot open shared object file: gnucap does not try to be smart about file locations and runpath settings. that's all up to you (or a package distributor), or "not implemented". depending on what your platform is, you could try to set LD_LIBRARY_PATH. probably the file in question is located in /usr/local/lib. then $ LD_LIBRARY_PATH=/usr/local/lib gnucap might work for you. have fun felix PS: yes, it's a bug... YMMV