KGIII / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Pino 0.2 failing to start following Libnotify upgrade #335

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Move to libnotify version 0.7.x
2. Start Pino

What is the expected output? What do you see instead?
Error message encontered: pino: error while loading shared libraries: 
libnotify.so.1: cannot open shared
object file: No such file or directory

What version of the product are you using? On what operating system?
Pino 0.2.11 on Sabayon 5.5

Please provide any additional information below.
Sabayon recently moved to libnotify version 0.7.x and this replaces 
libnotify.so.1 with libnotify.so.4

Original issue reported on code.google.com by paulprit...@gmail.com on 30 Mar 2011 at 8:18

GoogleCodeExporter commented 8 years ago
Hi,

I've solved this problem with a softlink in /usr/lib.

ln -s libnotify.so.4.0.0 libnotify.so.1

Original comment by tim.bult...@gmail.com on 23 Apr 2011 at 8:28