sounds like epm
isn't in the PATH environment variable for the user your webserver is running (probably apache). to solve this, do one of these:
- add the path to
epm
to the webserver-users PATH - provide the full path for your command to be executed (
/whatever/folder/epm package
)