Yessica Brinkmann escribió: > Les comento también que al instalar el Postgresql, al escribir ./configure, > tuve que escribirlo de la siguiente manera: > ./configure --without-readline --without-zlib
¿exactamente qué ejecutaste? acá hice lo siguiente (debian 9) y funciona perfectamente: ./configure --without-readline --without-zlib make -j4 sudo make install /usr/local/pgsql/bin/initdb -D /tmp/82 luego puedo levantar el servidor: $ /usr/local/pgsql/bin/postmaster -D /tmp/82 LOG: could not recognize system timezone, defaulting to "Etc/GMT+4" HINT: You can specify the correct timezone in postgresql.conf. LOG: database system was shut down at 2018-08-21 10:49:25 -03 LOG: checkpoint record is at 0/48E910 LOG: redo record is at 0/48E910; undo record is at 0/0; shutdown TRUE LOG: next transaction ID: 0/593; next OID: 10820 LOG: next MultiXactId: 1; next MultiXactOffset: 0 LOG: database system is ready -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services