For the quickest reply, please use our new Customer Helpdesk and Feedback platform
 
   
 
exmpp no_engine_registered Issue on Debian
Posted: 03 December 2009 09:13 PM   [ Ignore ]
Junior Member
Avatar
RankRank
Total Posts:  38
Joined  2009-11-19

When using exmpp in an old Debian Server I’m getting the following message:

=ERROR REPORT==== 3-Dec-2009::21:10:07 ===
Error in process <0.35.0> with exit value: {{nocatch,{xml_parser,options,no_engine_registered,undefined}},[{exmpp_component,connect,3},{jn_component,init,6}]}

Using latest Erlang OTP Distribution, also using the tar version of exmpp.

Any clues?

Profile
 
 
Posted: 04 December 2009 06:20 PM   [ Ignore ]   [ # 1 ]
Moderator
Rank
Total Posts:  28
Joined  2009-06-04

Hi, I don’t have such a system at hand to test, but I think the problem could be that exmpp failed to find the expat headers on the ./configure step.

Is there any warning message on the console about that when you configure it?.

Profile
 
 
Posted: 08 December 2009 11:22 AM   [ Ignore ]   [ # 2 ]
Junior Member
Avatar
RankRank
Total Posts:  38
Joined  2009-11-19

Trying again in a Fresh Machine, when trying to build exmpp:

/exmpp-trunksudo autoreconf -vif
Can
't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 190.
Use of uninitialized value $libtoolize in pattern match (m//) at /usr/bin/autoreconf line 190.
autoreconf: Entering directory `.'
autoreconfconfigure.acnot using Gettext
autoreconf
runningaclocal --force -I m4
configure
.ac:86warningmacro `AM_DISABLE_STATIC' not found in library
configure.ac:87: warning: macro 
`AM_ENABLE_SHARED' not found in library
configure.ac:89: warning: macro `AM_PROG_LIBTOOL' 
not found in library
autoreconf
configure.actracing
autoreconf
configure.acnot using Libtool
autoreconf
running: /usr/bin/autoconf --force
configure
.ac:69errorpossibly undefined macroAC_PROG_LD
      
If this token and others are legitimateplease use m4_pattern_allow.
      
See the Autoconf documentation.
configure.ac:86errorpossibly undefined macroAM_DISABLE_STATIC
configure
.ac:87errorpossibly undefined macroAM_ENABLE_SHARED
configure
.ac:89errorpossibly undefined macroAM_PROG_LIBTOOL
autoreconf
: /usr/bin/autoconf failed with exit status

Issue solved by installing libtool!

Profile
 
 
Posted: 08 December 2009 11:27 AM   [ Ignore ]   [ # 3 ]
Junior Member
Avatar
RankRank
Total Posts:  38
Joined  2009-11-19

Problem Persists on

Error in process <0.30.0> with exit value: {{nocatch,{xml_parser,options,no_engine_registered,undefined}},[{exmpp_component,connect,3},{jn_component,init,6}]}

Profile
 
 
Posted: 09 December 2009 10:25 AM   [ Ignore ]   [ # 4 ]
Junior Member
Avatar
RankRank
Total Posts:  38
Joined  2009-11-19

Worked now after cleaning UP the machine.
I guess exmpp must be built ONLY after expat2 is installed.

Profile
 
 
Posted: 11 December 2009 12:23 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  1
Joined  2009-11-20

I have got the same error. I tried your method too but failed. if there is any solution please let me know you can email me .(JavaScript must be enabled to view this email address).
Thank you.

Profile
 
 
Posted: 11 December 2009 03:32 PM   [ Ignore ]   [ # 6 ]
Moderator
Rank
Total Posts:  28
Joined  2009-06-04

Hi, have you read this reply http://www.process-one.net/en/forum/viewreply/1041/?
You need to have the expat development headers installed *before* configuring exmpp. 
Still doesn’t work?

Profile
 
 
Posted: 21 June 2010 08:24 AM   [ Ignore ]   [ # 7 ]
Newbie
Rank
Total Posts:  1
Joined  2010-06-09

was this resolved already? I mean, if someone knows how to treat the error please update =) thank you..

Profile
 
 
Posted: 22 July 2010 03:48 PM   [ Ignore ]   [ # 8 ]
Newbie
Rank
Total Posts:  3
Joined  2010-07-12

Me too. please update if anyone can solved this problem.. Thanks.

Profile
 
 
Posted: 22 July 2010 04:17 PM   [ Ignore ]   [ # 9 ]
Moderator
Rank
Total Posts:  28
Joined  2009-06-04

do you have the development headers for expat installed?.  In debian, ubuntu, you could try with

$apt-get install libexpat-dev

You need to have it *before*  trying to ./configure exmpp.

Profile
 
 
Posted: 20 January 2011 10:30 AM   [ Ignore ]   [ # 10 ]
Newbie
Rank
Total Posts:  1
Joined  2011-01-20

I already experienced this kind of problem. I tried your the method you said but it failed.
Please send me the solution to this email address: .(JavaScript must be enabled to view this email address)
Thanks

Profile