On Thu, Aug 18, 2011 at 9:55 AM, Abdul Aziz <[email protected]> wrote: > I'm facing more issues installing passenger with nginx, related to libev it > seems, as passenger tries to build libev on my system. When I do the > command: passenger-install-nginx-module. > > .......... > config.status: executing depfiles commands > rm -f ext/libev//libev.la > cd ext/libev/ && make libev.la > /bin/sh ./libtool --tag=CC --mode=compile gcc - > DHAVE_CONFIG_H -I. > -g -O2 -O3 -c -o ev.lo ev.c > gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c ev.c -o ev.o > ev.c: In function 'ev_invoke_pending': > ev.c:1997:9: error: 'ANPENDING' has no member named 'reqevents' > ev.c: In function 'ev_clear_pending': > ev.c:2465:15: error: 'ANPENDING' has no member named 'reqevents' > ev.c: In function 'ev_io_start': > ev.c:2506:3: error: 'ev_io' has no member named 'reqevents' > ev.c:2514:25: error: 'ev_io' has no member named 'reqevents' > ev.c:2515:4: error: 'ev_io' has no member named 'reqevents' > ev.c: In function 'ev_embed_start': > ev.c:3387:5: error: 'ev_io' has no member named 'reqevents' > ev.c: In function 'ev_once': > ev.c:3567:7: error: 'ev_io' has no member named 'reqevents' > make: 1254-004 The error code from the last command is 1. > > I'm on AIX 5.3.Please let me know how to get around this.
It's libev 3.9 by the way. -- Phusion | Ruby & Rails deployment, scaling and tuning solutions Web: http://www.phusion.nl/ E-mail: [email protected] Chamber of commerce no: 08173483 (The Netherlands) _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
