Note that there are some explanatory texts on larger screens.

plurals
  1. POPostgreSQL for cygwin too old
    primarykey
    data
    text
    <p>Trying to <code>gem install</code> a coworker's gem using cygwin and get the following error:</p> <pre><code>Building native extensions. This could take a while... 0 [main] ruby 11828 child_info_fork::abort: address space needed by 'etc.so' (0x180000) is already occupied 1 [main] ruby 11924 child_info_fork::abort: address space needed by 'etc.so' (0x180000) is already occupied ERROR: Error installing /cygdrive/c/rCE-1.0.0.gem: ERROR: Failed to build gem native extension. /usr/bin/ruby.exe extconf.rb checking for pg_config... yes Using config values from /usr/bin/pg_config 0 [main] ruby 8700 child_info_fork::abort: address space needed by 'etc.so' (0x190000) is already occupied 2 [main] ruby 10280 child_info_fork::abort: address space needed by 'etc.so' (0x190000) is already occupied 1 [main] ruby 9424 child_info_fork::abort: address space needed by 'etc.so' (0x190000) is already occupied 153 [main] ruby 11308 child_info_fork::abort: address space needed by 'etc.so' (0x190000) is already occupied checking for libpq-fe.h... yes checking for libpq/libpq-fs.h... yes checking for pg_config_manual.h... yes checking for PQconnectdb() in -lpq... yes checking for PQconnectionUsedPassword()... no Your PostgreSQL is too old. Either install an older version of this gem or upgrade your database. *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. </code></pre> <p>I have the latest version of PostgreSQL (8.2.11) and Ruby (1.8.7-p358) in the cygwin installer. Both of these were verified by <code>psql --version</code> and <code>ruby --version</code>.</p> <p>When I try <code>gem install pg</code>, I get a similar error. Thanks for your help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload