Click to See Complete Forum and Search --> : cant run xemacs!
unggy
11-26-2002, 03:23 PM
when i try to run the program it gives me an error
xemacs: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory
help?
afterthefall
11-26-2002, 07:37 PM
Can't run Xemacs? Sounds more like a solution than a problem to me....
But seriously though, you might want to do a some research on the missing/ill-behaving lib file, or try a re-install if the lib is present.
- Brian :D
phlipant
11-26-2002, 07:56 PM
try vi
phlipant
11-26-2002, 08:06 PM
it is possible that, your copy of /usr/X11R6/lib/libXm.so.3.0.1 is not properly soft linked to /usr/X11R6/lib/libXm.so.3 in which case you can type
ldconfig
otherwise, you need a copy of libXm.so.3.0.1
if you send me a private message, i will sent you the file
good luck
unggy
11-27-2002, 06:03 AM
i've just checked and i have got those files.
where do u type 'Idconfig' ? i tried it in the terminal but nothing
im using RH8
any ideas?
sk606
11-27-2002, 07:33 AM
probably in sbin
to find it type:
locate ldconfig
raz0rblade
11-27-2002, 07:40 AM
try running just emacs
unggy
11-27-2002, 10:57 AM
ive been taught usin xemacs at uni and i wanna use the same at home
nope locate didn't find anything about Idconfig
any other ideas?
raz0rblade
11-27-2002, 11:37 AM
emacs is the same thing as xemacs in rh8.
phlipant
11-27-2002, 12:58 PM
ldconfig is in /sbin
try
/sbin/ldconfig
phlipant
11-27-2002, 12:58 PM
ldconfig is in /sbin
try it verbose, ldconfig is not very talky.
/sbin/ldconfig -v
look to see in the result if /usr/X11R6/lib is searched and your file is there
unggy
11-27-2002, 03:35 PM
i've got it sorted now, the problem was in my .bashrc_profile, had to add /sbin/ line
thnks for the help