hamood Iqbal wrote:
when i type on terminal "yumex" as root i get this: [root@ce ~]# yumex yumex: /opt/zenoss/lib/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2) Traceback (most recent call last): File "/usr/share/yumex/yumex.py", line 29, in ? import gtk,gobject File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 48, in ? from gtk import _gtk ImportError: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden [root@ce ~]# So what should i do?
First ... you should not top post to the mailing list :D There are some guidelines to posting on the Mailing Lists here:
http://www.centos.org/modules/tinycontent/index.php?id=16 Specifically, we prefer the "Interleaved text" method described here: http://www.greenend.org.uk/rjk/2000/06/14/quoting.html On to your question ...It looks like you have a version of libpng12.so.0 that does not have something that is needed by the rest of the system.
The "/opt/zenoss/lib/libpng12.so.0" seems to no like FT_GlyphSlot_Embolden that is in /usr/lib/libcairo.so.2.
What probably needs to happen is that you need to install the CentOS version of libpng from our updates repository which contains /usr/lib/libpng12.so.0 and it has all the right things for the other GUI apps.
I have no idea how you installed zenoss or if it needs a custom libpng library, but the one you have installed is not working with CentOS.
Thanks, Johnny Hughes
On Mon, Apr 21, 2008 at 5:51 AM, Ralph Angenendt <ra+centos@xxxxxxxxxxxx> wrote:hamood Iqbal wrote: > everything is fine if i do it through the terminal. but when i want to > access services , network , yumex , add & remove software they dont > start. other programs like Ooffice work. > > if i check in the terminal they are working. So if you type "yumex" in a gnome terminal, it is coming up correctly? Ralph
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos