Problems at building from source at Debain 64bit

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

dreamy
Posts: 19
Joined: Sat Aug 18, 2012 8:18 pm

Problems at building from source at Debain 64bit

Post by dreamy »

Hello,

I have some problems to build OpenEMM 2011 from source files.

Properties:

Code: Select all

        <property name="version" value="2011" />
        <property name="oe.home" location="/home/oe" />
        <property name="jdk.compile" location="/usr/lib/jvm/java-6-sun-1.6.0.26" />
        <property name="catalina.home" location="/opt/openemm/tomcat"
The build stop at line 87 cause /src/c/bav/bav does not exists

/src/c/bav contains:

Code: Select all

bav.c  bav.h  bavwrap.c  bavwrap.h  cfg.c  GNUmakefile	store.c
Could someone help what I have done wrong? Is thers a howto to bild OpenEMM from source??

Thanks!!
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Problems at building from source at Debain 64bit

Post by maschoff »

If file bav is missing from directory src/c/bav this means that compilation of C source code to executable file bav has not happened. This should happen in the last line of shell script make_backend.sh which is called in line 86 of the Ant script. Please check the output of the script for any error messages.
OpenEMM Maintainer
dreamy
Posts: 19
Joined: Sat Aug 18, 2012 8:18 pm

Re: Problems at building from source at Debain 64bit

Post by dreamy »

Hello,

thanks for the quick answer.

After I had installed libxml2-dev and libmilter-dev and set a simbolic link "conf" in /usr/share/tomcat6 to /etc/tomcat6 the build runs without an error.

Now I hope it will run ^^
dreamy
Posts: 19
Joined: Sat Aug 18, 2012 8:18 pm

Re: Problems at building from source at Debain 64bit

Post by dreamy »

It works, but I am not sure that the bounce system runs correctly.
Post Reply