AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  libraries for linux Toolbox?

    Posted Fri November 16, 2007 01:42 PM

    Originally posted by: SystemAdmin


    I'm attempting to load the GNOME utilities from the Linux Toolbox
    CD.

    rpm -Uhv ezinstall/ppc/base/* OK

    rpm -Uhv ezinstall/ppc/desktop.base/*
    error: failed dependencies:
    libpng12.a(libpng12.so.0) is needed by cairo-1.0.2-6
    libpng12.a(libpng12.so.0) is needed by gtk2-2.8.3-9
    libxml2 >= 2.6.23 is needed by GConf2-2.13.5-3
    libxml2 >= 2.6.23 is needed by libglade2-2.5.1-5
    libxml2 >= 2.6.23 is needed by docbookx-4.1.2-7
    libxml2 >= 2.6.23 is needed by scrollkeeper-0.3.14-6

    Where are these apps?

    Thanks!

    DaveZ
    #AIX-Forum


  • 2.  Re: libraries for linux Toolbox?

    Posted Fri November 16, 2007 03:38 PM

    Originally posted by: SystemAdmin


    I installed the library and was able to reinstall GNOME.

    But. when I try to launch the vnc server, I get:

    Font directory '/usr/lib/X11/fonts/ibm850/' not found - ignoring
    exec(): 0509-036 Cannot load program /opt/freeware/libexec/gconf-sanity-check-2 because of the f
    ollowing errors:
    rtld: 0712-001 Symbol g_unlink was referenced
    from module gconf-sanity-check-2(), but a runtime definition
    of the symbol was not found.
    gconf-sanity-check-2 did not pass, logging back out

    Any help?

    Thanks!

    DaveZ
    #AIX-Forum


  • 3.  Re: libraries for linux Toolbox?

    Posted Fri November 16, 2007 03:54 PM

    Originally posted by: SystemAdmin


    vncserver is just a shell script, and I've found that I had to go in and modify the font path that it passed.

    1. Add font path and color database stuff here, e.g.:
    #
    1. $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
    2. $cmd .= " -co /usr/lib/X11/rgb";
    #
    $cmd .= " -fp /usr/lib/X11/fonts/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75
    dpi/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/ibm850/,/usr/lib/X11/fonts/Type1/";
    Makes sure that it points to font directories that you have installed.
    1. ls /usr/lib/X11/fonts/ibm850
    ls: 0653-341 The file /usr/lib/X11/fonts/ibm850 does not exist.

    So you would remove that.

    1. vi /opt/freeware/bin/vncserver

    Play around a little and pay attention to error messages and you should be able to get this to work with no problem.
    #AIX-Forum


  • 4.  Re: libraries for linux Toolbox?

    Posted Mon November 19, 2007 08:02 AM

    Originally posted by: SystemAdmin


    Thanks!

    I got passed that error but I am still getting the "sanity" error when
    running gmone-session.

    I noticed that, on another system, there are other gnome processes that
    are running that are not running on this system.

    gnome-terminal
    gnome-panel --sm-client-id default2

    Are these started by gnome-session&

    Could there be another process that should be running that gnome-session
    depends upon,

    Thanks!

    DaveZ
    #AIX-Forum


  • 5.  Re: libraries for linux Toolbox?

    Posted Mon November 19, 2007 12:21 PM

    Originally posted by: SystemAdmin


    Turns out there were "mis-matched" GNOME utils and library versions.

    I uninstalled GNOME and reinstalled.

    Everything works fine now.

    Thanks for all of your help!

    DaveZ
    #AIX-Forum