LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GNU Privacy Assistant (GPA) Problems (https://www.linuxquestions.org/questions/linux-software-2/gnu-privacy-assistant-gpa-problems-349427/)

Marcus_Crassus 08-02-2005 10:03 PM

GNU Privacy Assistant (GPA) Problems
 
Running FC 3 (2.6.9).

I'm trying to install the GNU Privacy Assistant (a GUI front end for GPGP) and I'm running into trouble.

When configuring it, I had to install the libgpgme package. Got everything compliled and installed, but when I try to run it, I get the following error message:

While Loading Shared Libraries: libgpgme.so.11: Cannot Open Shared Object File: No Such File or Directory.

Ah, crap. I thought I took care of this when I installed libgpgme.

Any advice appreciated.

Signed,

A frustrated newbie.

Matir 08-02-2005 10:19 PM

Type 'ldd `which gpa`'. Make sure to use backticks around the which gpa part.

Marcus_Crassus 08-03-2005 06:48 AM

When I do that it returns 'ldd: ./which GPA: No such file or directory

uh oh.

Matir 08-03-2005 09:33 AM

It was not supposed to have a ./ in there. GPA is usually /usr/bin/gpa, so do 'ldd /usr/bin/gpa'.


All times are GMT -5. The time now is 12:50 PM.