Hello, I have successfully installed and configured. APE 1.0,
downloaded as binary. The server works fine but after several hours it
stops responding. The log file does not contain any useful
information. I scanned posts on this forum and figured out that the
problem could have been solved in later versions. Unfortunately I
cannot build them from source.

I tried building:
1. APE 1.1.0 downloaded from ape-project site. build.sh ends up with
"No rules for making object `../deps/js/src/libjs_static.a`, required
by `../modules/lib/libapespidermonkey.la`. Stop". There are also some
errors like "integer constant is too large for `long' type".
2. Directly from git repository (cloned today). build.sh, full stderr:

ar: creating libudns.a
dnsget.c: In function ‘dbgcb’:
dnsget.c:404: warning: unused parameter ‘unused_q’
dnsget.c:404: warning: unused parameter ‘unused_data’
creating Makefile
updating shell/Makefile
updating lirasm/Makefile
updating jsapi-tests/Makefile
updating tests/Makefile
updating config/Makefile
updating config/mkdepend/Makefile
updating editline/Makefile
In file included from nanojit/nanojit.h:252,
                 from jsbuiltins.h:45,
                 from jsapi.cpp:59:
nanojit/Containers.h:164: error: integer constant is too large for
‘long’ type
make[1]: *** [jsapi.o] Błąd 1
make: *** [default] Błąd 2
libape-spidermonkey.c: In function ‘ape_cb_allocateuser’:
libape-spidermonkey.c:3056: warning: dereferencing type-punned pointer
will break strict-aliasing rules
libape-spidermonkey.c: In function ‘ape_cb_del_user’:
libape-spidermonkey.c:3085: warning: dereferencing type-punned pointer
will break strict-aliasing rules
libape-spidermonkey.c: In function ‘ape_cb_mkchan’:
libape-spidermonkey.c:3112: warning: dereferencing type-punned pointer
will break strict-aliasing rules
libape-spidermonkey.c: In function ‘ape_cb_rmchan’:
libape-spidermonkey.c:3141: warning: dereferencing type-punned pointer
will break strict-aliasing rules
libape-spidermonkey.c: In function ‘ape_cb_addsubuser’:
libape-spidermonkey.c:3190: warning: dereferencing type-punned pointer
will break strict-aliasing rules
libape-spidermonkey.c: In function ‘ape_cb_delsubuser’:
libape-spidermonkey.c:3204: warning: dereferencing type-punned pointer
will break strict-aliasing rules
/usr/bin/ld: cannot find -ljs_static
collect2: ld returned 1 exit status
make: *** [modules] Error 1

Last line from stdout is: gcc -D_GNU_SOURCE -Wall -O2 -shared -fPIC -
rdynamic -Wl,-soname,libmod_spidermonkey.so -o lib/
libmod_spidermonkey.so libape-spidermonkey.c -I../deps/js/src/dist/
include/ -L../deps/js/src/ -ljs_static -lstdc++

I do not compile mysql. Any ideas? Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to