-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hello, as I pointed out in the closed issue #251, I tried installing with Exodus but I still get the cannot find -lcurl error as above when running the ./install-exodus.sh script.
[ 69%] Linking CXX executable SEACASExodus_ExoIICTests.exe
/usr/bin/ld: cannot find -lcurl: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [packages/seacas/libraries/exodus/test/CMakeFiles/SEACASExodus_ExoIICTests.dir/build.make:134: packages/seacas/libraries/exodus/test/SEACASExodus_ExoIICTests.exe] Error 1
make[1]: *** [CMakeFiles/Makefile2:1394: packages/seacas/libraries/exodus/test/CMakeFiles/SEACASExodus_ExoIICTests.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
I'm on a standard Ubuntu distribution running in WSL (Windows Subsystem for Linux), but this should not matter, since is supposed to behave exactly as standard Ubuntu.
I guess something is missing from the ./install-exodus.sh script (it also throws a lot of warnings) but it is really difficult for me to understand what is missing.
Thanks in advance!