* Re: Problem with loading emacs version 21.4
@ 2007-03-20 21:40 Catherine Tran
2007-03-23 6:26 ` Kevin Rodgers
0 siblings, 1 reply; 3+ messages in thread
From: Catherine Tran @ 2007-03-20 21:40 UTC (permalink / raw)
To: Peter_Dyballa; +Cc: help-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 1670 bytes --]
Hi Peter,
(Switching my email address from catherine.tran@disa.mil to jltttran@yahoo.com).
I 'pkgadd -d' a few more pkgs that you suggested (see below).
After downloading (blastwave.org) sparc/5.9/emacs-21.4 and its dependencies and pkgadd -d them in the order of the dependencies, it builds me emacs executable /opt/csw/bin/emacs-21.4. Invoking this '/opt/csw/bin/emacs-21.4 &' give me the following error:
ld.so.1: emacs-21.4: fatal: libm.so.2: open failed: No such file or directory
Killed
bash-2.05#
bash-2.05# uname -a
SunOS Rockets 5.9 Generic_118558-33 sun4u sparc SUNW,Sun-Fire-880
bash-2.05# ls -la emacs*
-rwxr-xr-x 2 root bin 5591108 Sep 21 2005 emacs
-rwxr-xr-x 2 root bin 5591108 Sep 21 2005 emacs-21.4
-rwxr-xr-x 1 root bin 17372 Sep 21 2005 emacsclient
bash-2.05#
bash-2.05# pwd
/opt/csw/bin
bash-2.05#
'emacsclient' seems to work, so I am wondering that 1 of 2 things can happen. Either (1) I am so close to getting it to work but my invocation path is incorrect or (2) it;s not working, could be missing some libraries or other dependencies. I've 'pkgadd -d' all of the pkgs I can think of including
SUNWjpg
SUNWlibm
SUNWpng
SUNWTiff
SUNWTOO
SUNWxwhl
SUNWxwinc
SUNWXWPLT
SUNWXWRTL
SUNWarc
just to name a few from /var/sadm/pkg. Or something is not built correctly.
Any idea as to what is wrong and what else I can try at this point?
Appreciate your input.
-Catherine
____________________________________________________________________________________
Don't get soaked. Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
[-- Attachment #1.2: Type: text/html, Size: 2490 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with loading emacs version 21.4
2007-03-20 21:40 Problem with loading emacs version 21.4 Catherine Tran
@ 2007-03-23 6:26 ` Kevin Rodgers
2007-03-23 10:08 ` Peter Dyballa
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2007-03-23 6:26 UTC (permalink / raw)
To: help-gnu-emacs
Catherine Tran wrote:
> I 'pkgadd -d' a few more pkgs that you suggested (see below).
> After downloading (blastwave.org) sparc/5.9/emacs-21.4 and its
> dependencies and pkgadd -d them in the order of the dependencies, it
> builds me emacs executable /opt/csw/bin/emacs-21.4. Invoking this
> '/opt/csw/bin/emacs-21.4 &' give me the following error:
>
> ld.so.1: emacs-21.4: fatal: libm.so.2: open failed: No such file or
> directory
> Killed
> bash-2.05#
> bash-2.05# uname -a
> SunOS Rockets 5.9 Generic_118558-33 sun4u sparc SUNW,Sun-Fire-880
> bash-2.05# ls -la emacs*
> -rwxr-xr-x 2 root bin 5591108 Sep 21 2005 emacs
> -rwxr-xr-x 2 root bin 5591108 Sep 21 2005 emacs-21.4
> -rwxr-xr-x 1 root bin 17372 Sep 21 2005 emacsclient
> bash-2.05#
> bash-2.05# pwd
> /opt/csw/bin
> bash-2.05#
Try: ldd /opt/csw/bin/emacs-21.4
--
Kevin Rodgers
Denver, Colorado, USA
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with loading emacs version 21.4
2007-03-23 6:26 ` Kevin Rodgers
@ 2007-03-23 10:08 ` Peter Dyballa
0 siblings, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2007-03-23 10:08 UTC (permalink / raw)
To: help-gnu-emacs List
>> ld.so.1: emacs-21.4: fatal: libm.so.2: open failed: No such file
>> or directory
Usually Solaris binaries have burnt-in where to look for dynamic or
shared libraries. A particular flag to ld, -R <path>, does this
branding (-Wl,-R -Wl,<path> when passed to the C compiler). If this
has been forgotten an environment variable, LD_LIBRARY_PATH, points
to the directories containing the libraries like in: /usr/lib:/usr/
X11R6/lib:...
--
Greetings
Pete
"Evolution" o __o _o _
°\___o /0~ -\<, ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-23 10:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-20 21:40 Problem with loading emacs version 21.4 Catherine Tran
2007-03-23 6:26 ` Kevin Rodgers
2007-03-23 10:08 ` Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.