Installation openemm on PowerPc 32bits

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

Moderator: moderator

pch
Posts: 3
Joined: Mon Mar 09, 2009 6:08 pm

Installation openemm on PowerPc 32bits

Post by pch »

Hallo,

I have this configuration :

Debian SID kernel 2.6.18-3-powerpc
MySQL : 5.0.75
PHP : 5.2.6-3
Apache 2

I try to install the Openemm-src package, I have an error message on the bav file compilation step. I followed this forum -> thread, it helped me bit.

What I did :

1)I install this packages : libxml2, libmilter, libslang, libsa
2)I went in /lib, /tools and for each of them I did a "make"
3)I went to /bav and did also a "make"

I got with this result :

Code: Select all

gcc -L../lib -L/usr/lib -pthread bav.o cfg.o -o bav -lagn -lmilter -lsa
/usr/bin/ld: cannot find -lmilter
collect2: ld returned 1 exit status
make: *** [bav] Error 1
I tried to reaload my library database by : ldconfig or ldconfg -n /lib but this is no effect.

Thanks in advance for your help