Search found 3 matches

by axetone
Tue May 12, 2015 1:05 am
Forum: Installation & Upgrades
Topic: openemm.sh - command not found
Replies: 5
Views: 7547

Re: openemm.sh - command not found

I completely reloaded the system, and reading through the build.xml script it clearly creates and makes use of the "/home/oe" directory.

First, the BUILD.XML script specifically looks for...but deletes if found the JAR package, then will seek to unTAR's the same JAR package! -> in a sub-directory ...
by axetone
Mon May 11, 2015 9:14 pm
Forum: Installation & Upgrades
Topic: openemm.sh - command not found
Replies: 5
Views: 7547

Re: openemm.sh - command not found

Maschoff, thank you for the fast response.

I understand that the home directory should be "/home/openemm", but "oe" was automatically created when manually compiled. Further, I did figure out that there is requirement for "libmilter/mfapi.h", as well as Tomcat 7 instead of 8 in manual builds ...
by axetone
Mon May 11, 2015 5:51 pm
Forum: Installation & Upgrades
Topic: openemm.sh - command not found
Replies: 5
Views: 7547

Re: openemm.sh - command not found

You have to change from user root to user openemm first with "su - openemm".

Maschoff, Everyone,
I am having a similar problem, but just logging in as "su - openemm" is not resolving.

My setup is:
Ubuntu 14.10 (32bit)
Tomcat 7
JDK 8
...manually compiled from SRC and JAR...BUILD SUCCESSFUL.

I ...