<div dir="ltr">The documentation at...<br><div><br><a href="http://www.erlang.org/doc/man/erlang.html#system_info-1">http://www.erlang.org/doc/man/erlang.html#system_info-1</a><br><br></div><div>... says I can get nif version information with erlang:system_info(nif_version).  This does not work.  See output below:<br></div><div><br><br><br>$ erl<br>Erlang/OTP 17 [erts-6.0.1] [source-deacab9] [64-bit] [smp:3:3] [async-threads:10] [hipe] [kernel-poll:false]<br><br>Eshell V6.0.1  (abort with ^G)<br>1> erlang:system_info(nif_version).<br>** exception error: bad argument<br>     in function  erlang:system_info/1<br>        called as erlang:system_info(nif_version)<br>2> <br><br><br><br></div><div>I need nif version information because I am looking at NIF modules written in Rust.  I will run a short escript to collect config information for the Rust build.  As a work around I will look at other version information available though system_info() and make inferences about the NIF major/minor numbers.<br></div><div><br><br><br><br><br><br></div></div>