yum list installed | grep llvm-toolset
2)If it is not installed, you can install it using the following command.
sudo yum install llvm-toolset-7
Regards,
Muhammad Imtiaz
On Wed, 29 May 2024 at 05:27, Ian Lawrence Barwick <barwick@gmail.com> wrote:
2024年5月29日(水) 6:10 Sumit Kochar <Sumit.Kochar@mastercard.com>: > > Installation of Foreign data Wrapper on EDB Postgres to connect to SQL server database is not working. > > > > https://github.com/tds-fdw/tds_fdw/issues/357 > > > > Please advise if this has been encountered or a workaround is available. (...)
IIRC you'll need to find and install the SCLO package for Oracle Linux 7, assuming it's available. For CentOS it's this repository: http://mirror.centos.org/centos/7/sclo/ .