Tagged Questions
1
vote
3answers
2k views
Can't install pg gem
I cant get the pg gem to install. I have tried --with-pg_config and it didnt work.
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
...
1
vote
1answer
282 views
Why doesn't Ruby's configure script detect my executables and header files?
I'm trying to compile Ruby and really understanding what's going on while doing so. I've used and written Makefiles before, but not autoconf's configure.in files, so maybe the result I'm getting is by ...