Re: configuring psqlodbc-13.00.0000 in RHEL7 64bit
Posted by satish on May 04, 2021; 7:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/configuring-psqlodbc-13-00-0000-in-RHEL7-64bit-tp9709p9725.html
Dear Erman,
These rpms are installed...
Logs for your reference
[root@erpdevelopmentdb satish]# yum install libpq5-13.2-10PGDG.rhel7.x86_64.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Examining libpq5-13.2-10PGDG.rhel7.x86_64.rpm: libpq5-13.2-10PGDG.rhel7.x86_64
Marking libpq5-13.2-10PGDG.rhel7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package libpq5.x86_64 0:13.2-10PGDG.rhel7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
libpq5 x86_64 13.2-10PGDG.rhel7 /libpq5-13.2-10PGDG.rhel7.x86_64 1.6 M
Transaction Summary
========================================================================================================================================================================
Install 1 Package
Total size: 1.6 M
Installed size: 1.6 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libpq5-13.2-10PGDG.rhel7.x86_64 1/1
Verifying : libpq5-13.2-10PGDG.rhel7.x86_64 1/1
Installed:
libpq5.x86_64 0:13.2-10PGDG.rhel7
Complete!
[root@erpdevelopmentdb satish]# yum install libpq5-devel-13.2-10PGDG.rhel7.x86_64.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Examining libpq5-devel-13.2-10PGDG.rhel7.x86_64.rpm: libpq5-devel-13.2-10PGDG.rhel7.x86_64
Marking libpq5-devel-13.2-10PGDG.rhel7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package libpq5-devel.x86_64 0:13.2-10PGDG.rhel7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
libpq5-devel x86_64 13.2-10PGDG.rhel7 /libpq5-devel-13.2-10PGDG.rhel7.x86_64 320 k
Transaction Summary
========================================================================================================================================================================
Install 1 Package
Total size: 320 k
Installed size: 320 k
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : libpq5-devel-13.2-10PGDG.rhel7.x86_64 1/1
Verifying : libpq5-devel-13.2-10PGDG.rhel7.x86_64 1/1
Installed:
libpq5-devel.x86_64 0:13.2-10PGDG.rhel7
Complete!
[root@erpdevelopmentdb satish]# rpm -qa|grep libpq
libpq5-13.2-10PGDG.rhel7.x86_64
libpq5-devel-13.2-10PGDG.rhel7.x86_64
[root@erpdevelopmentdb satish]#
Still the same error..
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking for PQconnectdb in -lpq... no
configure: error: libpq library not found
[root@erpdevelopmentdb psqlodbc-09.03.0100]#