개발 이야기/Database
[Postgresql] could not access file "$libdir/tablefunc": No such file or directory (function 생성 시 오류)
강한페페
2019. 12. 9. 09:51
반응형
postgresql-contrib가 설치되지 않아서 발생되는 오류
yum search postgresql-contrib
-> 설치가능한 contrib를 검색
yum install postgresql-contrib
-> 설치가능한 contrib를 설치
[CentOS7 - postgresql 9.6 버전 기준]
yum list postgres* : 설치가능한 패키지 검색
yum install postgresql96-server postgresql96-contrib : 설치가능한 contrib 설치
반응형