liboc?
liboc?
Yesterday I followed the directions here https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=10843 using the GUI installation option
when my overnight processing jobs ran last night, they got the error -
/seadas/seadas-7.5.3/ocssw/bin/lonlat2pixline: error while loading shared libraries: liboc.so: cannot open shared object file: No such file or directory
No data
liboc.so is located in /seadas/seadas-7.5.3/ocssw/opt/liboc.so
Is there an additional configuration step that needs to be done? Does liboc.so need to be moved/linked somewhere else?
Inquiring minds want to know.
Bruce
when my overnight processing jobs ran last night, they got the error -
/seadas/seadas-7.5.3/ocssw/bin/lonlat2pixline: error while loading shared libraries: liboc.so: cannot open shared object file: No such file or directory
No data
liboc.so is located in /seadas/seadas-7.5.3/ocssw/opt/liboc.so
Is there an additional configuration step that needs to be done? Does liboc.so need to be moved/linked somewhere else?
Inquiring minds want to know.
Bruce
Filters:
-
- Subject Matter Expert
- Posts: 271
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 2 times
liboc?
looks like liboc.so is in the wrong place. For now move the library into the opt/lib directory.
We will fix the git repos soon.
don
cd $OCSSWROOT/opt
mv liboc.so oc lib
We will fix the git repos soon.
don
-
- Subject Matter Expert
- Posts: 271
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 2 times
liboc?
the git repos are fixed, so installing/updating from the GUI or install_ocssw.py work now.
don
don