NOAA-EMC / RDASApp

Regional DAS
GNU Lesser General Public License v2.1
1 stars 13 forks source link

bufr2ioda.x crashed when coping it out of the build directory and running it #145

Open guoqing-noaa opened 2 months ago

guoqing-noaa commented 2 months ago

Currently, bufr2ioda.x can only run from the build/bin or a link to build/bin/bufr2ioda.x

If copied into another directory, it will get the following error:

./bufr2ioda.x: error while loading shared libraries: libingester.so: cannot open shared object file: No such file or directory
ShunLiu-NOAA commented 2 months ago

@PraveenKumar-NOAA Could you please look at this issue?

guoqing-noaa commented 2 months ago

Thanks, @ShunLiu-NOAA @PraveenKumar-NOAA

I got a solution for this and am creating a PR to jcsda-internal/ioda-converters

guoqing-noaa commented 2 months ago

Hi @ShunLiu-NOAA and @PraveenKumar-NOAA

I created this PR https://github.com/JCSDA-internal/ioda-converters/pull/1548 Hope you will be able to review it. Thanks!