[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20050810: Question on the side




Hi Steve-

Thanks for your help on this - I do appreciate it!

Here's ldd garp and nmap2

-bash-3.00$ ldd ./garp
        libXm.so.3 =>    /usr/lib/libXm.so.3
        libXt.so.4 =>    /usr/lib/libXt.so.4
        libX11.so.4 =>   /usr/lib/libX11.so.4
        libm.so.1 =>     /lib/libm.so.1
        libf77compat.so.1 =>     (file not found)
        libfui.so.1 =>   (file not found)
        libfai.so.1 =>   (file not found)
        libfai2.so.1 =>  (file not found)
        libfsumai.so.1 =>        (file not found)
        libfprodai.so.1 =>       (file not found)
        libfminlai.so.1 =>       (file not found)
        libfmaxlai.so.1 =>       (file not found)
        libfminvai.so.1 =>       (file not found)
        libfmaxvai.so.1 =>       (file not found)
        libfsu.so.1 =>   (file not found)
        libsunmath.so.1 =>       (file not found)
        libc.so.1 =>     /lib/libc.so.1
        libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
        libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
        libdl.so.1 =>    /lib/libdl.so.1
        libmp.so.2 =>    /lib/libmp.so.2
        libmd5.so.1 =>   /lib/libmd5.so.1
        libscf.so.1 =>   /lib/libscf.so.1
        libdoor.so.1 =>  /lib/libdoor.so.1
        libuutil.so.1 =>         /lib/libuutil.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1
        /platform/SUNW,Sun-Blade-100/lib/libmd5_psr.so.1

-bash-3.00$ ldd ./nmap2
        libXm.so.3 =>    /usr/lib/libXm.so.3
        libXt.so.4 =>    /usr/lib/libXt.so.4
        libX11.so.4 =>   /usr/lib/libX11.so.4
        libm.so.1 =>     /lib/libm.so.1
        libf77compat.so.1 =>     (file not found)
        libfui.so.1 =>   (file not found)
        libfai.so.1 =>   (file not found)
        libfai2.so.1 =>  (file not found)
        libfsumai.so.1 =>        (file not found)
        libfprodai.so.1 =>       (file not found)
        libfminlai.so.1 =>       (file not found)
        libfmaxlai.so.1 =>       (file not found)
        libfminvai.so.1 =>       (file not found)
        libfmaxvai.so.1 =>       (file not found)
        libfsu.so.1 =>   (file not found)
        libsunmath.so.1 =>       (file not found)
        libc.so.1 =>     /lib/libc.so.1
        libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
        libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
        libsocket.so.1 =>        /lib/libsocket.so.1
        libnsl.so.1 =>   /lib/libnsl.so.1
        libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
        libdl.so.1 =>    /lib/libdl.so.1
        libmp.so.2 =>    /lib/libmp.so.2
        libmd5.so.1 =>   /lib/libmd5.so.1
        libscf.so.1 =>   /lib/libscf.so.1
        libdoor.so.1 =>  /lib/libdoor.so.1
        libuutil.so.1 =>         /lib/libuutil.so.1
        libm.so.2 =>     /lib/libm.so.2
        /platform/SUNW,Sun-Blade-100/lib/libc_psr.so.1
        /platform/SUNW,Sun-Blade-100/lib/libmd5_psr.so.1

I don't have the SUN compiler environment - just the gcc compiler suite.
Where would I need to put the libraries?

Thanks!

David


On Wed, 10 Aug 2005, Steve Chiswell wrote:


David,

Your LDM pipe error would be caused by the system not being able to
execute the decoder dcmetr, due to the error which should be the same as
you show in #2. Your system can't find the fortran compatibility
library, so it can't run the programs.

What I need to know is if that is the only missing library on your
system, or if there are a slew of others.

Can you send me the output of "ldd garp" or "ldd nmap2"? If you don't
have the SUNWspro library environment, then we'll have to put those
shared libraries into $GEMLIB for you. Gcc is generally worse to
post binary distributions, since every different version of gcc seems to
need a different set of GLIBC and G2C libraries (that people don't
have)- or compile the distribution locally.

Steve Chiswell
Unidata User Support



On Wed, 2005-08-10 at 14:21, David Magee wrote:
Hi Steve!

      I'm playing with GEMPAK for the very first time, and don't want to
ask what may be a totally dumb question.  First, the good news - I got ldm
6.4.1 to compile on a Solaris 10 SPARC system with GCC !!

Here's my issues - and I'm using the default setup from the gempak install

1) from the ldmd.log

Aug 09 03:08:50 kinison pqact[23288] ERROR: pipe_put:
decoders/dcmetr-v2-a500-m72-ssfmetar_sa.tbl-ddata/gempak/logs/dcmetr.log-e
GEMTBL=/export/home/ldm/GEMPAK5.8.3a/gempak/tablesdata/gempak/surface/YYYY
MMDD_sao.gem
write error

- Did I miss somewhere to define the date info (YYYYMMDD) ??



2) Here's an exact sequence - I source the profile, get the error, source
it again, no error, then try to run garp, and BLAMMO.  So would you happen
to have any idea what I'm missing or have done wrong, with this brief
review?


-bash-3.00$ source ./Gemenviron.profile
-bash: [: too many arguments
-bash: [: too many arguments
-bash-3.00$ source ./Gemenviron.profile
-bash-3.00$ garp
ld.so.1: garp: fatal: libf77compat.so.1: open failed: No such file or
directory
Killed



Many thanks-

David