unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* problem with emacs library
@ 2003-09-03 18:32 Streety, Susanne
  2003-09-04 13:10 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Streety, Susanne @ 2003-09-03 18:32 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 502 bytes --]

Hi,
 
We've installed some other software and now it seems that emacs can't
find the correct libraries:
 
% emacs .cshrc
exec(): 0509-036 Cannot load program emacs because of the following
errors:
        0509-022 Cannot load module /usr/lib/libpng.a(libpng.so.3).
        0509-150   Dependent module
/opt/srs/cds_41/srs/bin/aix/libz.a(libz.so.1) could not be loaded.
        0509-152   Member libz.so.1 is not found in archive 
 
Which libraries does emacs use?  
 
thanks
 
Susanne

[-- Attachment #1.2: Type: text/html, Size: 1862 bytes --]

[-- Attachment #2: Type: text/plain, Size: 148 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with emacs library
       [not found] <mailman.77.1062613856.18171.bug-gnu-emacs@gnu.org>
@ 2003-09-03 20:58 ` Kevin Rodgers
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2003-09-03 20:58 UTC (permalink / raw)


Streety, Susanne wrote:

> We've installed some other software and now it seems that emacs can't 
> find the correct libraries:
> 
>  
> 
> % emacs .cshrc
> exec(): 0509-036 Cannot load program emacs because of the following errors:
>         0509-022 Cannot load module /usr/lib/libpng.a(libpng.so.3).
>         0509-150   Dependent module 
> /opt/srs/cds_41/srs/bin/aix/libz.a(libz.so.1) could not be loaded.
>         0509-152   Member libz.so.1 is not found in archive
> 
>  
> 
> Which libraries does emacs use? 

It depends on which version you're using and how it's configured.


On my system, the `ldd $(whence emacs)` command reports

         libXaw.so.7.0 =>         /usr/X11R6/lib/libXaw.so.7.0
         libXmu.so.6.2 =>         /usr/X11R6/lib/libXmu.so.6.2
         libXt.so.6.0 =>  /usr/X11R6/lib/libXt.so.6.0
         libSM.so.6.0 =>  /usr/X11R6/lib/libSM.so.6.0
         libICE.so.6.3 =>         /usr/X11R6/lib/libICE.so.6.3
         libXext.so.6.4 =>        /usr/X11R6/lib/libXext.so.6.4
         libtiff.so =>    /usr/local/lib/libtiff.so
         libjpeg.so.62 =>         /usr/local/lib/libjpeg.so.62
         libXpm.so.4.11 =>        /usr/X11R6/lib/libXpm.so.4.11
         libX11.so.6.2 =>         /usr/X11R6/lib/libX11.so.6.2
         libsocket.so.1 =>        /usr/lib/libsocket.so.1
         libnsl.so.1 =>   /usr/lib/libnsl.so.1
         libkstat.so.1 =>         /usr/lib/libkstat.so.1
         libkvm.so.1 =>   /usr/lib/libkvm.so.1
         libelf.so.1 =>   /usr/lib/libelf.so.1
         libcurses.so.1 =>        /usr/lib/libcurses.so.1
         libm.so.1 =>     /usr/lib/libm.so.1
         libc.so.1 =>     /usr/lib/libc.so.1
         libdl.so.1 =>    /usr/lib/libdl.so.1
         libmp.so.2 =>    /usr/lib/libmp.so.2

Since you're apparently using the C shell, you probably want to use
`which emacs` instead of $(whence emacs).  Hopefully your system has
ldd or something equivalent to list the library dependencies of an
executable.

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem with emacs library
  2003-09-03 18:32 Streety, Susanne
@ 2003-09-04 13:10 ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2003-09-04 13:10 UTC (permalink / raw)
  Cc: bug-gnu-emacs

> Date: Wed, 3 Sep 2003 14:32:02 -0400
> From: "Streety, Susanne" <Susanne.Streety@celera.com>
> 
> Which libraries does emacs use?

The command "ldd emacs" should tell you that.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-04 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.77.1062613856.18171.bug-gnu-emacs@gnu.org>
2003-09-03 20:58 ` problem with emacs library Kevin Rodgers
2003-09-03 18:32 Streety, Susanne
2003-09-04 13:10 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).