I am trying to test the code in LAMMPS, but there is a error:
ERROR: Cannot use ‘kim_query’ command when KIM package is compiled without support for libcurl (src/KIM/kim_query.cpp:189)
Last command: kim_query a0 get_lattice_constant_cubic crystal=[“diamond”] species=[“Si”] units=[“angstrom”]
but the kim_init/kim_interactions command can work.
Could you please help me to check the root cause?
Yes, you are right. I don’t install the libcurl-dev in Ubuntu. But which libcurl-dev package should I install? My Ubuntu version is 16.04.5.
yy@ubuntu:~$ sudo apt-get install libcurl-dev
[sudo] password for yy:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl-dev is a virtual package provided by:
libcurl4-openssl-dev 7.47.0-1ubuntu2.18
libcurl4-nss-dev 7.47.0-1ubuntu2.18
libcurl4-gnutls-dev 7.47.0-1ubuntu2.18
You should explicitly select one to install.
E: Package 'libcurl-dev' has no installation candidate