I am trying to install ZABBIX on Fedora Core linux. I have setup the MySQL DB and imported the table schema and data. I am now trying to run the ./configure -with-mysql
When I run this, I receive the following error message:
bad interpreter: No such file or directory
Unfortunately, I don't know where I should look for more detailed information regarding what the configure script is unable to find.
I have tried both ZABBIX 1.0 and 1.1
I have tried all of the following ./configure switches
./configure
./configure-with-mysql (straight from the manual)
./configure -with-mysql
./configure --with-mysql
And others, but they all return the same result.
What distros of Linux are known to work with ZABBIX or have been tested with ZABBIX. Not that I'm blaming Fedora, just that I'm not that attached to Fedora.
Thanks for any help,
Zachary
When I run this, I receive the following error message:
bad interpreter: No such file or directory
Unfortunately, I don't know where I should look for more detailed information regarding what the configure script is unable to find.
I have tried both ZABBIX 1.0 and 1.1
I have tried all of the following ./configure switches
./configure
./configure-with-mysql (straight from the manual)
./configure -with-mysql
./configure --with-mysql
And others, but they all return the same result.
What distros of Linux are known to work with ZABBIX or have been tested with ZABBIX. Not that I'm blaming Fedora, just that I'm not that attached to Fedora.
Thanks for any help,
Zachary
Comment