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