Hi Flipkick, I ran build.sh again in the same source folder, but it does about the same: ----- *snip* /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -L /Users/Bram/Desktop/ape-server-1.0/deps/js/src -m 755 libmozjs.dylib ./dist/lib /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -L /Users/Bram/Desktop/ape-server-1.0/deps/js/src -m 755 libmozjs.dylib ./dist/bin /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -L /Users/Bram/Desktop/ape-server-1.0/deps/js/src -m 755 host_jskwgen host_jsoplengen ./dist/host/bin /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -L /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config -m 755 nsinstall ../dist/host/bin /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -D dist/sdk/lib /Users/Bram/Desktop/ape-server-1.0/deps/js/src/config/nsinstall -L /Users/Bram/Desktop/ape-server-1.0/deps/js/src -m 755 libmozjs.dylib dist/sdk/lib make tools make[2]: Nothing to be done for `tools'. gcc -D_GNU_SOURCE -Wall -O2 -minline-all-stringops -rdynamic -I ./deps/udns-0.0.9/ src/entry.c src/sock.c src/hash.c src/handle_http.c src/cmd.c src/users.c src/channel.c src/config.c src/json.c src/json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c src/ticks.c src/proxy.c src/base64.c src/pipe.c src/raw.c src/events.c src/event_kqueue.c src/event_epoll.c src/transports.c src/servers.c src/dns.c src/sha1.c src/log.c src/log.h -o bin/aped -ldl -lm ./deps/udns-0.0.9/libudns.a -I ./deps/udns-0.0.9/ gcc -D_GNU_SOURCE -Wall -O2 -bundle -undefined suppress -flat_namespace -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 -L/opt/local/lib/mysql5/mysql/ -lmysqlclient_r ld: library not found for -lmysac collect2: ld returned 1 exit status make: *** [modules] Error 1 ---------
Starting the server gives me the same result... Best regards, Bram 2010/2/8 flipkick <[email protected]> > Hi, > > on some machines the Makefile leads to a wrong order of compilation or > something. Simply try to run build.sh again, mysac should be compiled at the > first run. It should be available if you run build.sh again. > > flip > > Am 08.02.2010 20:27, schrieb Bram: > > Hi, > > I just tried to compile APE for Mac OS because I want to use MySQL with > APE. When I run the build command there is a lot of code that ends with the > following: > > ------ > nt_epoll.c src/transports.c src/servers.c src/dns.c src/sha1.c src/log.c > src/log.h -o bin/aped -ldl -lm ./deps/udns-0.0.9/libudns.a -I > ./deps/udns-0.0.9/ > gcc -D_GNU_SOURCE -Wall -O2 -bundle -undefined suppress -flat_namespace -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 -L/opt/local/lib/mysql5/mysql/ > -lmysqlclient_r > ld: library not found for -lmysac > collect2: ld returned 1 exit status > make: *** [modules] Error 1 > ----- > > > -- > 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]<ape-project%[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/ > -- Met vriendelijke groet, Bram -- 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/
