Bug #1012

битые линки на postgres

Added by Виктор Кустов over 6 years ago. Updated over 6 years ago.

Status:Closed Start:08/21/2017
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:- Spent time: -
Target version:-
Votes: 0

Description

# eselect postgresql list
Available PostgreSQL Slots
  9.6                       9.6.3

# eselect postgresql set 9.6
Setting 9.6 as the default...ln: не удалось создать символьную ссылку '/usr/include/libpq-fe.h': Файл существует
!!! Error: Unable to create link! postgresql-9.6/libpq-fe.h -> /usr/include/libpq-fe.h
exiting

посему проги с постгрессовскими либами не линкуются, часть линков смотрит на 9.5(отсутствующие).

History

Updated by Виктор Кустов over 6 years ago

workaround:

rm /usr/lib64/postgresql
rm /usr/include/pg_config_ext.h
rm /usr/include/pg_config_manual.h
rm /usr/include/libpq-fe.h
rm /usr/include/postgresql/postgresql-9.6
rm /usr/include/libpq
rm /usr/include/postgres_ext.h
eselect postgresql set 9.6

Updated by Mikhail Hiretsky over 6 years ago

  • Status changed from New to Closed

Исправили ревизией.

Also available in: Atom PDF

Thank you!