CyberArmy University | Open Source Institute | CyberArmy Intelligence & Security | CyberArmy Services & Projects

Well ...


[Replies] [Reply] [View by Thread] [Help]
[Back To Operating System Issues]

Posted by Ker mercurus On 2003-09-03 08:42:12
In Reply to RE: My 2 cents... Posted by Tr Builder On 2003-08-30 20:41:54

Ker
Ker mercurus


G'day

First off, are these errors or warnings ?
Warnings can be ignored, they aren't fatal ... unless you're developing it, don't stress too much about it. Errors are bad though, things are broken, and breaking. (incidentally, gcc seems to have the most warnings of any software I've compiled, somewhat ironically)

>This is a fresh install of Red Hat, so I would imagine that all of the libraries are here.

Don't assume ... especially not with RedHat. Check it...

($ = as user, # = as root)

Find out which paths ldconfig is indexing for library files.
$ cat /etc/ld.so.conf
(make sure it includes, /lib , /usr/lib , /usr/local/lib , and the path to your X libraries. If not, add them using the format in that file.)
[b]#[/b] /usr/sbin/ldconfig
and wait for it to index your library files.

Try and re-run gedit (with or without the amphersand), it may be worth redirecting output into a file you can peruse later.
eg.
$ gedit &2> /tmp/gedit-debug
If its working, it means that Redhat hadn't got an accurate map of the libraries on your system.
If not, it may mean that not all the GNOME libraries are installed as Asmodai said.
# rpm -qvh gedit
(append the version number on there if required)
# updatedb
and then running (for each dependency RPM identifies)
[code]# locate dependency
if they're not present, install them with RPM.
if they are ... its going to get more complex.

Cheers


Kernel mercurus
C/O Cyberarmy Legal Services
Enter a Legal Research Request
( cMS - Email - #cals - Website )



Replies:


Guest:
Subject:
Message:
Signature:
Optional Image Link:
http://

CyberArmy::Forum v0.6
Generated In 0.02286 seconds


About Us | Privacy Policy | Mission Statement | Help