Bug 3703

Summary: The GData plugin does not load
Product: Claws Mail (GTK 2) Reporter: vishnugb
Component: Plugins/GDataAssignee: users
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 3.14.0   
Hardware: PC   
OS: Linux   

Description vishnugb 2016-10-02 08:41:08 UTC
When I try to load the GData plugin in Configuration > Plugins > Load > gdata.so , I get the following error message:

libgdata.so.22: cannot open shared object file: No such file or directory
Comment 1 Ralf Mardorf 2016-10-02 08:56:15 UTC
Hi,

I'm not a developer, just another user.

Is the lib installed?

Take a look with

$ ls -l /usr/lib*/libgdata.so

if it should be installed, try running

$ sudo ldconfig

if it's not installed, install it.

Regards,
Ralf
Comment 2 Ralf Mardorf 2016-10-02 08:58:38 UTC
Also take a look at

$ ls -l /usr/local/lib*/libgdata.so
Comment 3 Paul 2016-10-02 09:02:33 UTC
You have, no doubt, installed the plugin from a disto package rather than building it yourself. The package is missing a dependency. The package is where the bug is. You need to install the libgdata package.
Comment 4 Ralf Mardorf 2016-10-02 09:05:28 UTC
My apologies, I forgot the asterisks at the end

$ ls -l /usr/lib*/libgdata.so* /usr/local/lib*/libgdata.so*
Comment 5 vishnugb 2016-10-02 11:07:37 UTC
(In reply to comment #3)
> You have, no doubt, installed the plugin from a disto package rather than
> building it yourself. The package is missing a dependency. The package is
> where the bug is. You need to install the libgdata package.

Yes, you were right. I installed it, and it work now.

Thanks! Sorry.