First thing. It tried compiling with Mysql on another similar system
and it worked. So at least, I know I can do it.

Back to the problem. What I found out is:

1) Compiling a fresh git does not work. I got the same error as above.
Makefile:76: make.deps: No such file or directory
/bin/sh: Bad substitution
make: *** [make.deps] Error 2

And this at the end of the compilation:

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++ -L./deps/mysac/ -I./deps/mysac/ -lmysac -
lmysqlclient_r
/usr/bin/ld: cannot find -lmysac
collect2: ld returned 1 exit status
make: *** [modules] Error 1

2) If I rerun sudo ./build.sh (as suggested in another post), then the
error does not come again. Why is that?

Two questions then.

a) From what I understand, the first error says on line 76 that there
in no make.deps in the directory. However, there is indeed one and it
is empty. So, why this "no such file or directory" error.
b) what does "/bin/sh: Bad substitution" mean?"

-- 
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