Page 1 of 1

Problems at building from source at Debain 64bit

Posted: Sat Aug 18, 2012 8:31 pm
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!!

Re: Problems at building from source at Debain 64bit

Posted: Sun Aug 19, 2012 8:14 pm
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.

Re: Problems at building from source at Debain 64bit

Posted: Mon Aug 20, 2012 4:53 pm
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 ^^

Re: Problems at building from source at Debain 64bit

Posted: Wed Nov 28, 2012 7:33 am
by dreamy
It works, but I am not sure that the bounce system runs correctly.