Illegal pair_style command (../pair_dpd.cpp:193)

I am trying to compile LAMMPS (March 31 2017 version) at my own directory.
I did the following:
make yes-rigid yes-user-dpd
make mpi

When I run it, I got the following error.

ERROR: Illegal pair_style command (…/pair_dpd.cpp:193)
Last command: pair_style hybrid dpd 1.0 1.0 34387 srp 0.8 * mid

I am trying to compile LAMMPS (March 31 2017 version) at my own directory.
I did the following:
make yes-rigid yes-user-dpd
make mpi

When I run it, I got the following error.

ERROR: Illegal pair_style command (../pair_dpd.cpp:193)
Last command: pair_style hybrid dpd 1.0 1.0 34387 srp 0.8 * mid

While for the same simulation using the previous 2016 version, I do not
have the problem.
What did I do wrong with this new version?

​you didn't install the srp pair style. it is not part of the USER-DPD
package, which is something e​lse altogether.
it really helps reading the documentation...

axel.