Error when installing MET-12.0.0-beta6 when compiling NetCDF-C #2774
Unanswered
jinfanti
asked this question in
Installation
Replies: 1 comment 3 replies
-
Hi @jinfanti. Thanks for this information and for sending the files. Can you please send the directory listing output of the following directories? (e.g.
Also, I noticed you had previously set the following and then commented it out. Did you install curl in those locations also? If so, please send the directory listing output of those directories as well?
Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am installing an updated version of MET (MET-12.0.0-beta6) on one of our CPC systems, and have run into an error at the step where NetCDF-C compiles. This looks like the error noted in this discussion: #2010, but I have tried a number of the solutions in that discussion and the error persists. The error from the configure.log file is
configure: error: curl required for remote access. Install curl or build with --disable-dap.
And from the output in my terminal:
My attempts at solving included (1) pointing to our internal install of curl by setting CURL_LIB_DIR and CURL_INC_DIR in install_met_env_cpc_clean.txt (see below), and modifying the corresponding line in the compile shell script. (2) Installing curl under external_libs and compiling (using the standard compile script with no modifications), (3) pointing to this new install of curl by setting CURL_LIB_DIR and CURL_INC_DIR and modifying the corresponding line in the compile shell script.
I attached a number of files, including my install script, an example of the compile script with the CURL_LIB_DIR and CULR_INC_DIR included, and the configure.log and config.log files found in the netcdf-c-4.7.4 directory. I would appreciate any help!!! Thank you!! Please let me know if I can provide any additional information. I have a number of other compile/install scripts I tried as well.
config.log
configure.log
install_met_env_cpc_clean.txt
compile_MET_all.new.curltest2.sh.txt
Beta Was this translation helpful? Give feedback.
All reactions