Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: webmaster -
RE: ymbol not found [ reply ]  
2009-05-22 14:33
wow!

this look very interesting!

thank you very much,

By: Andy Koch
RE: ymbol not found [ reply ]  
2009-05-22 14:11
you might want to consider

"http://github.com/rowland/fb/tree/master";

and it's Rails companion

"http://github.com/rowland/fb_adapter/tree/master";


By: webmaster -
RE: ymbol not found [ reply ]  
2009-05-21 14:24
Hi,

I abandoned this project long time ago :)

Actually I use ruby+firebird under linux box when I need.

Do you try to contact Scott Knight.

Please try to install another gems, like active-record etc in different versions...

see you!

By: Patryk Glogowski
ymbol not found [ reply ]  
2009-05-21 12:03
Hello i have problem with running fireruby on MAC OS X 10.5.6
i have:
Xcode 3.1.2 Developer Tools
Firebird 2.0.5 SS
and ruby 1.8.6
fireruby from CVS 0.4.3
i do:
make (after deleting from c files IF about darwin)
make install
make gem (after adding elseif for UNIVERSAL platform)
gem install fireruby.gem
af ter running 'ruby SQLTest.rb' from test directory i hav this error

/Library/Ruby/Site/1.8/universal-darwin9.0/fireruby.bundle: dlsym(0x29f080, Init_fireruby): symbol not found - /Library/Ruby/Site/1.8/universal-darwin9.0/fireruby.bundle (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
from SQLTest.rb:6

can you help me.