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
- 23ai
- sql문 짤릴 때
- ogg 23ai
- PostgreSQL 아키텍처
- oracle
- Linux
- pgcrypto
- pg_basebackup
- Archive delete
- db upgrade
- 19c tde
- OGG
- pg_dumpall
- table lock 조치 방법
- PostgreSQL Admin
- oracle error
- ogg-01028
- PostgreSQL Parameter 설정 방법
- Goldengate
- psql 복구
- PostgreSQL Backup and Recovery
- replicat
- multitenant
- dblink 삭제
- PostgreSQL Install
- sql문 전체 출력 방법
- PostgreSQL Parameter
- 다른계정에서 dblink 삭제방법
- ogg 구성
- 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