Many many debugs later...
I've update my sac without problem (rename in makefile mysac_static.a
to my sac_static.a) and every compile like a charm.
The problem is in the implementation of my sac in libeape-
spidermonkey !!!
Look at mysac/example/client which works on my system => The mysac lib
works but not libeape-spidermonkey.
After applying some fix to the libeape-spidermonkey i finally succeed
to connect to my mysql server but i couldn't get ride of the type
error query is not a function !
Even the onConnect does not seem to be called even if JS_CallFunc(...
onConnect...) is called !!!
I think it's a little too buggy for me to use it on our servers in
production !
I'm gonna write my own plugin.