libglade-WARNING **: could not find signal handler ‘gpass_authentication_on_response’ Error and solution

by on January 24, 2010 · 0 comments· LAST UPDATED August 24, 2011

in

I've compiled and install an application called gpass on CentOS v5.6. But, when I run the application it does not accept any password from $HOME/.gpass and displays the following error on screen:

libglade-WARNING **: could not find signal handler 'gpass_authentication_on_response'

How do I fix this problem and use the gpass software?

You need to pass -Wl and--export-dynamic when compiling gpass application. Type the following commands:
$ cd /path/gpass/src/dir
$ make clean
$ export LDFLAGS='-export-dynamic'
$ ./configure
$ make
# make install

Now you can have your passwords back and working.



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , ,

Previous Faq:

Next Faq: