On Tue, Sep 30, 2003 at 12:28:59PM +0530, psawant@nse.co.in wrote:
emacs: error in loading shared libraries: libXaw3d.so.7: cannot open shared object file: No such file or directory
i think there is some problem with the shared libraries. it would be great if anyone of you could point it out, so that i could tell my sysadmin to do the needful
try
$ ldd `which emacs`
This will list all the libs required by the binary. Then make sure that all the libs listed there are present either in /lib or /usr/lib. If not you have to ask ur admin to add this libs.
thanks for all the co-operation and support
HTH With regards,