1828371 Members
2889 Online
109976 Solutions
New Discussion

Emacs problem

 
SOLVED
Go to solution
Tom Satinet
Frequent Advisor

Emacs problem

Hello!

I've installed Emac on an N4000. I believe i have the dependancies covered. I also believe this can be run in a terminal, as i am using telnet to remotly connect to the server.

When i run # emacs i get the following error:

/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libXpm.sl
/usr/lib/dld.sl: No such file or directory
ABORT instruction (core dumped)

I am not sure what libXpm.sl is and have not been able to locate it. Does it have something to do with the X server (which i don't want to run emacs in). Any help is appreciate :-)

Tom
5 REPLIES 5
Zinky
Honored Contributor

Re: Emacs problem

Try:

export SHLIB_PATH=$SHLIB_PATH:/usr/local/lib

or add /usr/local/lib in /etc/SHLIB_PATH


Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Orhan Biyiklioglu
Respected Contributor
Solution

Re: Emacs problem

Steven E. Protter
Exalted Contributor

Re: Emacs problem

Was this a depot install or a compile?

If it was a compile you may need to make source code changes to make it work on HP-UX.

If its a depot install I'd try Nelson's idea first.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Zinky
Honored Contributor

Re: Emacs problem

Although, it is very possible Xpm is not installed on his server SEP..
Hakuna Matata

Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
Tom Satinet
Frequent Advisor

Re: Emacs problem

Thanks i installed XPM from the utah mirror. For some reason i hadn't been able to find it on the UK one. I also had to install 'libungif' but it now works.

Thanks very much for the speedy response :-)