in reply to Re^2: connecting to mssql on rhel7 with new mssql driver
in thread connecting to mssql on rhel7 with new mssql driver
/bin/sh: gcc: command not found
As marto++ and hippo++ have told you, your system lacks a C compiler. Unfortunately, this has become quite usual for binary Linux distributions. And most likely, your system not only lacks a C compiler, but perhaps also a lot of headers, libraries and so on. So, making your package manager install gcc is most likely not sufficient. Look up the documentation and FAQs for your distribution for something like "how to I compile a C program". Often, you will read that you should install some kind of "development meta package" that installs gcc and the other missing stuff.
Also note that DBD::mysql is said to be in a sad state ("DBD::mysql is dead right now"):
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: connecting to mssql on rhel7 with new mssql driver
by vcoderv2 (Novice) on Sep 28, 2017 at 20:10 UTC | |
by vcoderv2 (Novice) on Sep 29, 2017 at 12:56 UTC | |
by afoken (Chancellor) on Oct 01, 2017 at 10:52 UTC |