LightTPD crashes

S

something.rotten

When I launch a server from ruby (using script/server), I can get as
far as the standard Ruby homepage/test page but as soon as I try to go
to a project (such as /expenses) it crashes the server giving me this
error:

dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.6.0/readline.bundle
Expected in: flat namespace

Does anyone know how to overcome this? I've tried re-compiling
everything and that still hasn't solved my problem.

I'm in desperate need of help mere!!!

Thanks
~Chris
 
T

ts

s> dyld: NSLinkModule() error
s> dyld: Symbol not found: _rl_filename_completion_function
s> Referenced from:
s> /usr/local/lib/ruby/1.8/powerpc-darwin8.6.0/readline.bundle
s> Expected in: flat namespace

See if this URL can help you

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/172701

P> I had this same problem. I rebuilt my readline library ala:
P>
P> wget ftp://ftp.gnu.org/gnu/readline/readline-5.1.tar.gz
P> tar -xzf readline-5.1.tar.gz
P> cd readline-5.1
P> ./configure --prefix=/usr/local && make && sudo make install
P>
P> And then rebuilt ruby:
P>
P> make distclean && configure --with-readline-dir=/usr/local && make
P> && make test-all
P>
P> And all was well.
P>
P> -Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top