mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Fedora 15 install script error / ruby-sqlite3 #388

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running:
wget -O - http://ovz-web-panel.googlecode.com/svn/installer/ai.sh | sh

Results in:
Checking Ruby SQLite3 support: ruby -e "require 'rubygems'" -e "require 
'sqlite3/database'"
Fatal error: Ruby SQLite3 support not found. Please install it first.

This is:
- Fedora 15
- Linux localhost 2.6.32-042stab044.11 #1 SMP Wed Dec 14 16:02:00 MSK 2011 
x86_64 x86_64 x86_64 GNU/Linux

Running 
ruby -e "require 'rubygems'" -e "require 'sqlite3/database'" 

/usr/lib/ruby/site_ruby/1.8/sqlite3/database.rb:293: undefined method 
`busy_timeout=' for class `SQLite3::Database' (NameError)
    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
    from -e:2

I have the following packages installed:

:rpm -qa|grep sqlite3
rubygem-sqlite3-1.3.3-4.fc15.x86_64
ruby-sqlite3-1.3.3-4.fc15.x86_64

:ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

Original issue reported on code.google.com by fag...@gmail.com on 5 Jan 2012 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 1 May 2012 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 3 May 2012 at 1:04