[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-11-18 Thread agent 8131
I've verified that this problem exists in Ubuntu 10.10. Here is my replication, installing the ubuntu version, followed by the debian squeeze version: $ sudo apt-get install libodbc-ruby1.8=0.1-2 Reading package lists... Done Building dependency tree Reading state information... Done S

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-07-05 Thread Carsten Gehling
Extra note to the above: On Ubuntu 10.04 it installs fine without any dependency problems. :-) /Carsten -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-06-15 Thread Carsten Gehling
@deepak: When I download the new libodbc-ruby1.8 and try to install it on Debian 5 with sudo dpkg -i libodbc-ruby1.8_0.1-1_i386.deb I get a dependency error: (Reading database ... 42650 files and directories currently installed.) Preparing to replace libodbc-ruby1.8 0.1-1 (using libodbc

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-06-12 Thread Deepak Tripathi
@Russ, Thanks ** Changed in: libodbc-ruby (Ubuntu) Assignee: (unassigned) => Deepak Tripathi (apenguinlinux) -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-06-09 Thread Russ Tndall
@Carsten: http://packages.debian.org/squeeze/libodbc-ruby1.8 @Deepak: Thanks for the fix; it worked great. -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-05-26 Thread Carsten Gehling
@Deepak: If you have a link for the fixed package, I will happily test it on my systems (Debian & Ubuntu) Thanks Carsten -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-05-26 Thread Deepak Tripathi
Team , It's being fixed in version 0.1-1, and i have package it for Debian , will get synced to ubuntu soon . updated new version is 0.1-1 ( Debian). Thanks Deepak ** Changed in: libodbc-ruby (Ubuntu) Status: Confirmed => Fix Committed -- ODBC::Error: INTERN (0) [RubyODBC]Cann

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-04-07 Thread goran
@agent8131 Another thing to think about is following: If you install Ruby Enterprise (http://www.rubyenterpriseedition.com/) and then install ruby-odbc though gem (sudo gem install ruby-odbc) then everyhing works just fine. No regression... and ruby-odbc is on the latest version 0. or so..

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-04-06 Thread agent 8131
I ran into this problem today. It's definitely a regression but I'm not sure if the culprit is Ubuntu, the upstream library, or another library. I too was able to fix the problem by installing 0.9995-1. However, in investigating the issue I also tried installing the latest ruby-odbc gem through r

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-02-19 Thread Carsten Gehling
Great! I was just about to point you to my recent blogpost on the subject: http://gehling.dk/2010/02/the-woes-of-libruby-odbc-and-debian-ubuntu/ although I only deal with the 32-bit versions. But you've found the appropiate .deb package yourself - nice job. I will update my post with your link.

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-02-19 Thread goran
@carsten: Well to follow my last post: I downloaded 0.9995-1 from http://mirrors.kernel.org/ubuntu/pool/universe/libo/libodbc-ruby /libodbc-ruby1.8_0.9995-1_amd64.deb Install it on my server and it "magically" works. :o) Thanks, goran -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLH

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-02-19 Thread goran
@carsten: I installed Ubuntu Karmic Server (9.10) x64 version and updated the server (apt-get update && apt-get upgrade) Then on the fresh copy I executed following: sudo apt-get --yes install build-essential ruby libdbd-odbc-ruby rubygems ruby1.8-dev sudo apt-get --yes install unixodbc unixodb

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-02-19 Thread Carsten Gehling
@goran: What exactly do you mean? Did you try to install 0.9995-1 and it just didn't work on the x64 platform, or is it, that you do not wish to install 0.9995-1? -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2010-02-18 Thread goran
On Ubuntu 9.10 (x64) I could not "solve" this with rolling back on 0.9995. I really want to upgrade servers on Ubuntu 9.10. -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bu

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2009-12-02 Thread Adam Durity
I have also confirmed this issue on Ubuntu Server 9.10. I also "solved" the issue by rolling back to 0.9995-1. -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2009-11-28 Thread Carsten Gehling
Just as Alex, I have "solved" the issue by removing 0.9997-2 and installing instead 0.9995-1. As an interesting note: I installed Debian 5.0 a few weeks ago. I got the same failure there. However Debian 5.0 intalls 0.9995 which resulted in the failure. There I solved the issue by installing 0.9997

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2009-11-27 Thread Alex
** Changed in: libodbc-ruby (Ubuntu) Status: New => Confirmed -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2009-11-26 Thread Carsten Gehling
Confirmed I have tried this with both an upgrade from 9.04 to 9.10 and with a clean install of 9.10. -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 447523] Re: ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV

2009-10-09 Thread Alex
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33373700/Dependencies.txt -- ODBC::Error: INTERN (0) [RubyODBC]Cannot allocate SQLHENV https://bugs.launchpad.net/bugs/447523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t