You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ubuntu 11.10. When I had rvm installed and I tried to configure Open Transactions for building I would get an error.
After running:
cd build
../configure --prefix=$HOME/.local --with-ruby
I would get the error:
Could not link test program to Ruby. Maybe the main Ruby library has been
installed in some non-standard library path. If so, pass it to configure,
via the LDFLAGS environment variable.
Example: ./configure LDFLAGS=\"-L/usr/non-standard-path/ruby/lib\"
============================================================================
ERROR!
You probably have to install the development version of the Ruby package
for your distribution. The exact name of this package varies among them.
============================================================================
To fix this I had to either "rvm implode" or to create a new user which didn't have rvm installed and would properly include ruby installed via apt-get when configuring ot for building.
I couldn't figure out how to configure properly with rvm.
The text was updated successfully, but these errors were encountered:
I'm using Ubuntu 11.10. When I had rvm installed and I tried to configure Open Transactions for building I would get an error.
After running:
I would get the error:
To fix this I had to either "rvm implode" or to create a new user which didn't have rvm installed and would properly include ruby installed via apt-get when configuring ot for building.
I couldn't figure out how to configure properly with rvm.
The text was updated successfully, but these errors were encountered: