rubys (Sam Ruby)
- Login: rubys
- Email: rubys@intertwingly.net
- Registered on: 11/26/2009
- Last sign in: 03/23/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/23/2013
-
10:12 PM Ruby Bug #8156: native extensions won't load on Ubuntu
- My apologies, I have indeed verified that I can build Ruby myself successfully on Ubuntu, and have opened an issue on rvm as suggested:
https://github.com/wayneeseguin/rvm/issues/1714 -
09:30 PM Ruby Bug #8156 (Third Party's Issue): native extensions won't load on Ubuntu
- This worked with previous builds of ruby. I've tracked it down to somewhere between revision 39832 and 39842.
$ rvm ruby-head-n39832
$ gem list mysql2*** LOCAL GEMS ***mysql2 (0.3.11)
$ ruby -r mysql2 -e 0
$ rvm ruby-head-n39842...