bug-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnucap] gnucap fails at start due to " ^ ? gnucap-default-plugi


From: Felix Salfelder
Subject: Re: [Bug-gnucap] gnucap fails at start due to " ^ ? gnucap-default-plugins.so: cannot open shared object file: No such file or directory"
Date: Mon, 1 Aug 2016 19:13:52 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]