[clue-tech] Clueless, pun intended

David L. Anselmi anselmi at anselmi.us
Fri Sep 3 18:34:10 MDT 2010


Bill Smith wrote:
>
> [root at localhost ~]# sudo synaptic
>
> (synaptic:21232): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
> synaptic: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: cairo_has_current_point

Looks like it doesn't have the right library version.  How did synaptic get there?  (And would it be 
any use, if PCLinuxOS is rpm based?  Well, maybe it uses apt-rpm [1])

rpm -qa | grep synaptic will tell you whether it came from an rpm.

If it did come from an rpm use rpm -qR synaptic (whatever the package name is from the above 
command--that doesn't include version number) to see what packages it depends on.

You can also use rpm -qf /usr/lib/libpangocairo-1.0.so.0 to see where that library came from.

Eventually you have to find the right library version for your synaptic version.

Dave


More information about the clue-tech mailing list