Installing Emacs

Installing Emacs

Post by bill » Sat, 19 Sep 1998 04:00:00



I downloaded the file 'emacs-19.34b.tgz' from ftp.freebsd.org and used
the command 'pkg_add emacs-19.34b.tgz' to install it. Everything seemed
to be fine, but I can't run it and the error says

        ld.so failed: Can't find shared library "libXaw.so.6.1"

Do I have to download any other file(s) from the ftp site or what?

Big thanks!    -Bill

 
 
 

Installing Emacs

Post by bill » Sat, 19 Sep 1998 04:00:00


: I downloaded the file 'emacs-19.34b.tgz' from ftp.freebsd.org and used
: the command 'pkg_add emacs-19.34b.tgz' to install it. Everything seemed
: to be fine, but I can't run it and the error says

:       ld.so failed: Can't find shared library "libXaw.so.6.1"

Do I have to install X before being able to install the non-X emacs
obtained from the freebsd ftp site??  Or where to get the appropriate
emacs package? ....Big Thanks,    -B

 
 
 

Installing Emacs

Post by Dominic Mitchel » Sun, 20 Sep 1998 04:00:00



Quote:>I downloaded the file 'emacs-19.34b.tgz' from ftp.freebsd.org and used
>the command 'pkg_add emacs-19.34b.tgz' to install it. Everything seemed
>to be fine, but I can't run it and the error says

>    ld.so failed: Can't find shared library "libXaw.so.6.1"

>Do I have to download any other file(s) from the ftp site or what?

Check to see if the Library exists on your system:

$ ls /usr/X11R6/lib/libXaw*

If it doesn't, your best bet is probably to recompile Emacs from source,
using the ports tree.  You may like to download a newer version at the
same time.

If the library does actually exist, then use:

# ldconfig -m /usr/X11R6/lib

to get things working.
--
Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator
"Xerox studies suggest that most people print out electronic mail
 that is longer than half a page; paper use rises by 40 percent in
 offices that introduce E-mail." -- CCM

 
 
 

Installing Emacs

Post by Richard Lyo » Tue, 22 Sep 1998 04:00:00


You don't have X windows installed?

If this is the case is is probablely best to compile the emacs source code.
Do you need any help with this?


>: I downloaded the file 'emacs-19.34b.tgz' from ftp.freebsd.org and used
>: the command 'pkg_add emacs-19.34b.tgz' to install it. Everything seemed
>: to be fine, but I can't run it and the error says

>: ld.so failed: Can't find shared library "libXaw.so.6.1"

>Do I have to install X before being able to install the non-X emacs
>obtained from the freebsd ftp site??  Or where to get the appropriate
>emacs package? ....Big Thanks,    -B