sudo ./build.sh should be the only required command to compile the code. What is the output from build.sh?
On Sat, Oct 2, 2010 at 9:44 AM, innociv <[email protected]> wrote: > Oh also, I used beta 4 from > http://github.com/APE-Project/APE_Server/downloads > The latest commit on the main page I found was missing some > dependencies. > > On Oct 2, 9:43 am, innociv <[email protected]> wrote: > > I reformated my server and I'm trying to set everything up again, but > > I get errors with make and sh build.sh > > > > I followed:http://www.ape-project.org/wiki/index.php/Setup/Debian > > > > and the "make" in the top aped directory gives: > > gcc -std=c99 -D_GNU_SOURCE -Wall -g -minline-all-stringops -rdynamic > > 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 -o > > bin/aped -ldl -lm ./libs/udns-0.0.9/libudns.a -I ./libs/udns-0.0.9/ > > ./libs/udns-0.0.9/libudns.a: could not read symbols: Archive has no > > index; run ranlib to add one > > collect2: ld returned 1 exit status > > make: *** [aped] Error 1 > > > > sudo sh build.sh makes lots of errors too, and it's too long for me to > > copy it all.(goes past the buffer. I'm not sure how to have sh stop > > on errors). > > -- > 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/ > -- 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/
