Debian Squeeze - therubyracer : Symbol lookup error
Created by: ghost
I'm running debian squeeze , I faced some hassle installing therubyracer gem but I finally succeeded to install it after "apt-get install libv8-dev"
But when I run the app I get something like this :
$ rails s -e production => Booting WEBrick => Rails 3.1.1 application starting in production on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2011-11-23 17:26:27] INFO WEBrick 1.3.1 [2011-11-23 17:26:27] INFO ruby 1.9.2 (2011-07-09) [x86_64-linux] [2011-11-23 17:26:27] INFO WEBrick::HTTPServer#start: pid=12220 port=3000 cache: [GET /] miss
Started GET "/" for 41.91.5.79 at 2011-11-23 17:26:51 +0200 Processing by DashboardController#index as HTML Completed 401 Unauthorized in 93ms /home/asebaie/.rvm/rubies/ruby-1.9.2-p290/bin/ruby: symbol lookup error: /home/asebaie/.rvm/gems/ruby-1.9.2-p290/gems/therubyracer-0.9.9/ext/v8/v8.so: undefined symbol: _ZN2v86LockerC1EPNS_7IsolateE
So what's wrong here ?!!