I am currently running HANA One on AWS SPS9. I need to use smart data access and have determined that I need to install unixodbc (based on the SAP HANA Administration Guide). It tells me to download the package, which I did, but then wants me to run
./configure
This seems to want to do a compile, but there is no compiler in the path. I have tried this from ec2-user as well as root. when I do a
find . -name gcc -print
from the root directory, there are no results (other than a library). When I try to use yast or zypper, I get no where.
hanaserver:~ # zypper install gcc
Refreshing service 'susecloud'.
Loading repository data...
Reading installed packages...
'gcc' not found in package names. Trying capabilities.
No provider of 'gcc' found.
Resolving package dependencies...
Nothing to do.
When I try yast, I see no software to install related to gcc or similar.
Yet there is no gcc, cc, gcc46, or anything like this in the system. What do I need to do to proceed?
Thanks
Bob