sardemff7 / purple-libnotify-plus

Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications
GNU General Public License v3.0
21 stars 9 forks source link

Ubuntu Raring: Doesn't look at /usr/local/lib for libpurple-events.so.1 #11

Closed xvan closed 10 years ago

xvan commented 10 years ago

Used standard installation procedure: The search path /usr/local/lib is configured inside ld.so.conf.d Forcing the library path solves the issue.

sardemff7 commented 10 years ago

What is the exact bug? And what exactly did you do to “fix” it? From my point of view, it is an Ubuntu-specific configuration, as Libtool should handle all of that correctly (and maybe too correctly).

xvan commented 10 years ago

Couldn't really find why ubuntu didn't search /usr/local/lib. I solved the issue by forcing the path. LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH pidgin

But I agree, this seems an Ubuntu specific issue. Just wanted to log this error as it took me some time to troubleshoot it.

2014-05-13 13:44 GMT-03:00 Quentin Glidic notifications@github.com:

What is the exact bug? And what exactly did you do to “fix” it? From my point of view, it is an Ubuntu-specific configuration, as Libtool should handle all of that correctly (and maybe too correctly).

— Reply to this email directly or view it on GitHubhttps://github.com/sardemff7/purple-libnotify-plus/issues/11#issuecomment-42980358 .