mdzidic / ovz-web-panel

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

Update to 2.0 fails due to sqlite3? #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I just wanted to upgrade to 2.0. However, the installer tells me that sqlite3 
isn't installed, but since I already had 1.7, that sounded strange to me.

So I ran the check command manually and that's what I've gotten:

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

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

Any ideas how to solve this?

Thanks,
Timo

Original issue reported on code.google.com by timoahum...@gmail.com on 23 Apr 2011 at 7:17

GoogleCodeExporter commented 9 years ago
see here i think you have a same problem

http://code.google.com/p/ovz-web-panel/issues/detail?id=279

Original comment by tdcmyst...@gmail.com on 23 Apr 2011 at 11:01

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 24 Apr 2011 at 1:03