Search found 1 match

by rene.beiler
Wed Aug 15, 2012 11:37 am
Forum: Using OpenEMM
Topic: "Error in dyn tags."
Replies: 77
Views: 99723

Re: "Error in dyn tags."

Hello, got the same issue on a 64Bit CentOS. The Problem is that xmlback is 32Bit and linked against the 32Bit libxml2.so which may be not installed on a 64Bit OS. So: yum install libxml2.i386 installed the 32Bit version in addition to the 64Bit one and xmlback works and shows the previews. I know t...