Сообщения

Сообщения за 2019

Установка PostgreSQL 11 на FreeBSD 12

Установка   PostgreSQL 11 на FreeBSD 12 cd /usr/ports/databases/postgresql11-server make  смотрим файл Makefile  в конце файла .include "${.CURDIR}/../postgresql12-server/Makefile" идем в cd /usr/ports/databases/postgresql12-server в  Makefile находим CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ --with-includes=${PREFIX}/include \ --enable-thread-safety добавляем  --without-readline получим CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ --with-includes=${PREFIX}/include \ --enable-thread-safety \ --without-readline make config make install make clean                 /usr/local/etc/rc.d/postgresql start