MANYBODY package problem

Hi,
    I'm trying to use eam/alloy pair style in my simulation which gives me an "invalid pair style" error on running. I confirmed that the package was installed by running "make package-status". But when I ran "lmp_linux -h" the eam/alloy was not listed under pair styles. In fact, none of the eam pair styles were. The documentation says that LAMMPS is built with the MANYBODY package by default. Any idea why this is happening?
  Thanks!

Hi,
I'm trying to use eam/alloy pair style in my simulation which gives
me an "invalid pair style" error on running. I confirmed that the
package was installed by running "make package-status". But when I ran
"lmp_linux -h" the eam/alloy was not listed under pair styles. In fact,
none of the eam pair styles were. The documentation says that LAMMPS is
built with the MANYBODY package by default. Any idea why this is happening?

impossible to say without seeing exactly what you typed
on the command line and what you did to compile.

are you using a download version (which one?)
or pulling a version from the svn or git repository?

perhaps the compilation failed at some point and
your executable is not the one that you think it
should be. there are many possible reasons.

the manybody package most certainly works and
is compiled in when it is installed and the binary
properly compiled.

axel.

Thanks Axel! I got it working.
I was using a version off svn. I'd compiled it without any complications, but must have switched executables at some point. I managed clear it up.