PG_CATCHECK-MASTE 1) Download pg_catcheck-master.zip from below link: https://github.com/EnterpriseDB/pg_catcheck unzip pg_catcheck-master.zip 2) Export below parameters: [root@localhostpg_catcheck-master]# export LD_LIBRARY_PATH=/opt/PostgresPlus/9.3AS/lib/ [root@localhostpg_catcheck-master]# export PATH=/opt/PostgresPlus/9.3AS/bin/:$PATH [root@localhostpg_catcheck-master]# export PG_CONFIG=/opt/PostgresPlus/9.3AS/bin/pg_config 3) In order to avoid error /usr/bin/ld: cannot find -lmemcached collect2: ld returned 1 exit status, copy below library. [root@localhostpg_catcheck-master]# cp /opt/PostgresPlus/9.3AS/lib/libmemcached.so.10 /opt/PostgresPlus/9.3AS/lib/libmemcached.so 4) Please install below packages in your environment to …
PG_CATCHECK-MASTE Read More »