-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 At some point hitherto, J Kann hath spake thusly: > Installed Red Hat 7.2 > Login and type: startx > Get the following: > error while loading shared libraries: libgnomeui.so.32: cannot open > shared object file: No such file or directory. > > Did a: find / -name "libgnomeui.so.32" -print > I can't find the file either... I have this file, /usr/lib/libgnomeui.so.32 (a symlink to /usr/lib/libgnomeui.so.32.14.1 on my system). It belongs to gnome-libs, which is part of the core installation of Gnome. I'm strongly suspecting that you didn't install gnome. If you haven't, and don't want it, then you might try running fvwm2 by putting it in your .xinitrc file. Or, install Gnome. :) If you really don't want gnome, here's a very basic sample .xinitrc file: - ----- # .xinitrc # start an xterm, so we can run stuff xterm& # run a window manager, so we can do other cool stuff. # When this process terminates, so will the entire X session # (hence it is NOT run in the background). fvwm2 - ----- You may need to make this file executable, though I may be confusing it with .xsession (which is used instead of .xinitrc when you are logging in from a display manager login window, rather than using startx to start X). If it doesn't do anything, try chmod +x .xinitrc Good luck! - -- Derek Martin ddm@pizzashack.org - --------------------------------------------- I prefer mail encrypted with PGP/GPG! GnuPG Key ID: 0x81CFE75D Retrieve my public key at http://pgp.mit.edu Learn more about it at http://www.gnupg.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8Q5hvdjdlQoHP510RAprKAJ9kEEeEwPs2jZn9Y4TeJVIkmfPjqQCeLn6T uB16J9Qx6so+GX3Nt6ilaSg= =w5dJ -----END PGP SIGNATURE-----