I’m trying to install sqlsrv (ms sql) PHP drivers per https://learn.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-2017#installing-the-drivers-on-red-hat-7
I can get all the pre-reqs installed except php-devel which requires libedit-devel which does not seem to exist.
Where can I get libedit-devel?
2
Answers
Install the libedit-devel lib manually.
Got this error in Centos 8.
The PowerTools repository is not enabled by default on CentOS 8 / RHEL 8 Linux. This repository contains a number of packages required as dependencies when installing other applications, and mostly building applications from source code.
To be able to enable PowerTools Repository on CentOS 8 / RHEL 8 from command line interface. First install DNF plugins package:
Install EPEL repository – PowerTools repository & EPEL repository are best friends. So enable EPEL repository as well.
Enable PowerTools Repository on CentOS 8 / RHEL 8:
Confirm it is enabled:
Then you can try to download it automatically:
https://computingforgeeks.com/enable-powertools-repository-on-centos-rhel-linux/