Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- PostgreSQL Backup and Recovery
- sql문 짤릴 때
- pg_dumpall
- PostgreSQL Parameter 설정 방법
- sql문 전체 출력 방법
- PostgreSQL Install
- Archive delete
- psql 복구
- oracle error
- 19c tde
- Linux
- ogg-01028
- db upgrade
- ogg 구성
- PostgreSQL Admin
- oracle
- 23ai
- ogg 23ai
- 다른계정에서 dblink 삭제방법
- replicat
- dblink 삭제
- PostgreSQL 아키텍처
- Goldengate
- multitenant
- table lock 조치 방법
- OGG
- PostgreSQL Parameter
- pgcrypto
- pg_basebackup
- ogg 설치 방법
Archives
- Today
- Total
목록PostgreSQL/Error (1)
인성장
[PostgreSQL] Could not load library ... /pgcrypto.so: undefined symbol: EVP_cast
Error MessageERROR: could not load library "/postgres/app/postgres/pgsql15/lib/pgcrypto.so": /postgres/app/postgres/pgsql15/lib/pgcrypto.so: undefined symbol: EVP_cast5_cbc Linux 8.x에 PostgreSQL 15를 Source File Compile 형식으로 설치하고 확장 기능인 pgcrypto를 생성하려 할때 위와 같은 에러가 발생했습니다. 실제로 pgcrypto 디렉토리 내에서 make check 시에도 아래와 같이 Error가 발생하는 것을 확인할 수 있습니다.$ cd /home/postgres/postgresql-15.3/contrib/pgcrypto $ m..
PostgreSQL/Error
2024. 11. 19. 17:10