P
Patrick May
Hello,
I've been trying to get mod ruby to run:
ruby 1.8.0 (2003-08-04) [powerpc-darwin]
httpd-2.0.50
mod_ruby-1.2.2
When I compile mod_ruby and launch apache, apache is unresponsive and I
see these messages in the error logs:
dyld: /Users/patsplat/programming/narf-servers/bin/httpd Undefined
symbols:
_dlclose
[Tue Aug 31 00:04:19 2004] [notice] child pid 26145 exit signal
Trace/BPT trap (5)
I did get this warning on my compile:
[laputa:narf-servers/dist/mod_ruby-1.2.2] patsplat% make
gcc -g -O2 -pipe -fno-common -Wall -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin
-I/Users/patsplat/programming/narf-servers/include -c mod_ruby.c
mod_ruby.c: In function `dso_unload':
mod_ruby.c:686: warning: implicit declaration of function `dlclose'
Has anyone else experienced this?
Cheers,
Patrick
I've been trying to get mod ruby to run:
ruby 1.8.0 (2003-08-04) [powerpc-darwin]
httpd-2.0.50
mod_ruby-1.2.2
When I compile mod_ruby and launch apache, apache is unresponsive and I
see these messages in the error logs:
dyld: /Users/patsplat/programming/narf-servers/bin/httpd Undefined
symbols:
_dlclose
[Tue Aug 31 00:04:19 2004] [notice] child pid 26145 exit signal
Trace/BPT trap (5)
I did get this warning on my compile:
[laputa:narf-servers/dist/mod_ruby-1.2.2] patsplat% make
gcc -g -O2 -pipe -fno-common -Wall -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin
-I/Users/patsplat/programming/narf-servers/include -c mod_ruby.c
mod_ruby.c: In function `dso_unload':
mod_ruby.c:686: warning: implicit declaration of function `dlclose'
Has anyone else experienced this?
Cheers,
Patrick