sles 10 (x86) installation fails - xmlback problems
Posted: Thu Aug 12, 2010 11:17 pm
After following the installguide for suse Openemm version 6.0.1 starts with floating point errors, I can connect to the gui but no mails are sent.
After googeling an checking the forum I am still no step further.
Startup looks like this:
I checked if building from source would solve the problem but building xmlback fails:
I did check on dependencies an versions but everything I found in the supportforum according to this seems to be okay.
python is version 2.4.2 , libxml2(-devel/-python) 2.6, slang(-devel) 2.0.5, glibc 2.4 what else could be missing?
What else could be wrong? Even tried to use the xmlback from the Openemm 6.1 binaries
Is Suse no longer a supported plattform?
After googeling an checking the forum I am still no step further.
Startup looks like this:
Code: Select all
/home/openemm/bin/OpenEMM.sh start
Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start python /home/openemm/bin/scripts/recovery.py .. done.
Start /home/openemm/bin/scripts/update.py bounce account .. done.
/home/openemm/bin/pickdist.sh: line 28: 1637 Floating point exceptionxmlback -D >$dtd
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes: /home/openemm/bin/mailer.sh: line 33: 1669 Floating point exception$BASE/bin/smctrl stop
done.
Starting sendmails: listener /home/openemm/bin/mailer.sh: line 33: 1670 Floating point exception$sm -q5m -bd
client queue clientmqueue /home/openemm/bin/mailer.sh: line 51: 1671 Floating point exception$sm -q5m -OQueueDirectory=/var/spool/$cq -OPidFile=$run/sendmail-${cq}.pid
admin queue /home/openemm/bin/mailer.sh: line 33: 1672 Floating point exception$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/ADMIN -OPidFile=$run/sendmail-openemm-admin.pid
mail queue /home/openemm/bin/mailer.sh: line 33: 1673 Floating point exception$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/QUEUE -OPidFile=$run/sendmail-openemm-queue.pid
done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Code: Select all
c/xmlback# make
make[1]: Entering directory `/home/OpenEMM-6.0.1-src/src/c/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/OpenEMM-6.0.1-src/src/c/lib'
make -C grammar all
make[1]: Entering directory `/home/OpenEMM-6.0.1-src/src/c/xmlback/grammar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/OpenEMM-6.0.1-src/src/c/xmlback/grammar'
gcc -I. -I../lib -I/root/include -I/usr/include/libxml2 -I/usr/include/slang -c -o eval.o eval.c
eval.c: In function ‘check_error’:
eval.c:191: error: ‘SLang_Error’ undeclared (first use in this function)
eval.c:191: error: (Each undeclared identifier is reported only once
eval.c:191: error: for each function it appears in.)
eval.c: In function ‘type_retreive’:
eval.c:237: error: ‘SLang_Error’ undeclared (first use in this function)
eval.c:254: error: too many arguments to function ‘SLang_pop_double’
eval.c: In function ‘SLdate_setup’:
eval.c:483: warning: passing argument 2 of ‘SLclass_set_string_function’ from incompatible pointer type
eval.c:484: warning: passing argument 2 of ‘SLclass_set_destroy_function’ from incompatible pointer type
eval.c:485: warning: passing argument 2 of ‘SLclass_set_push_function’ from incompatible pointer type
eval.c:488: warning: passing argument 3 of ‘SLclass_add_binary_op’ from incompatible pointer type
eval.c:488: warning: passing argument 4 of ‘SLclass_add_binary_op’ from incompatible pointer type
eval.c:489: warning: passing argument 3 of ‘SLclass_add_binary_op’ from incompatible pointer type
eval.c:489: warning: passing argument 4 of ‘SLclass_add_binary_op’ from incompatible pointer type
eval.c: In function ‘SLin’:
eval.c:809: error: ‘SLang_Error’ undeclared (first use in this function)
eval.c:848: error: too many arguments to function ‘SLang_pop_double’
eval.c: In function ‘SLbetween’:
eval.c:908: error: ‘SLang_Error’ undeclared (first use in this function)
eval.c: In function ‘SLdecode’:
eval.c:952: error: ‘SLang_Error’ undeclared (first use in this function)
make: *** [eval.o] Error 1
python is version 2.4.2 , libxml2(-devel/-python) 2.6, slang(-devel) 2.0.5, glibc 2.4 what else could be missing?
What else could be wrong? Even tried to use the xmlback from the Openemm 6.1 binaries
Is Suse no longer a supported plattform?