Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: A working Makefile for paoloa apps

> java.lang.UnsatisfiedLinkError: no GoesRetrieval in shared library
> path
>         at java.lang.Runtime.loadLibrary0(Runtime.java:429)
>         at java.lang.System.loadLibrary(System.java:638)
>         at visad.paoloa.GoesRetrieval.main(GoesRetrieval.java:99)

You need to make sure the system can find libGoesRetrieval.so by adding
the appropriate directory to your LD_LIBRARY_PATH

Something like this should work:

        cd visad/paoloa
        LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`
        export LD_LIBRARY_PATH

Or, if you're using 'csh':

        cd visad/paoloa
        setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH\:`pwd`


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690