Re: Compiling mod_ruby 1.1.2 problems
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, sorry to be late. At Thu, 12 Feb 2004 14:09:12 +0000, Roman Marszalek <[email protected]> wrote: > cc -dynamic -bundle -L/sw/lib -o mod_ruby.so mod_ruby.o ruby_config.o > apachelib.o array_header.o table.o connection.o server.o request.o \ > -lruby -ldl -lobjc > ld: Undefined symbols: > _ap_add_cgi_vars > _ap_add_common_vars > _ap_add_version_component > _ap_kill_timeout > _ap_log_error > ... > _ap_setup_client_block > _ap_should_client_block > _ap_sub_req_lookup_file > _ap_sub_req_lookup_uri > _ap_table_setn > make: *** [mod_ruby.so] Error 1 > > My questions is, how do I get it to make? The error looks like it can't > find some things. But I _think_ that I'm pointing in the right place > looking at the Makefile. I don't know Mac OS X, but some options seems to be necessary to build mod_ruby.so. Can you build any Apache module except mod_ruby on Mac OS X? Please show me the compilation log of it. Shugo