Olá a todos.
Ubuntu Server 9.10 32 Bit, MySQL 5.1.37, Apache 2.2.12, PHP 5.2.10.
Durante o processo de compilação do servidor Zabbix um erro foi reportado e o servidor não foi configurado.
o comando executado foi:
sudo ./configure --enable-server --with-mysql --with-libcurl
Vejam as últimas linhas do comando acima:
checking for getenv... yes
checking for putenv... yes
checking if Oracle support is enabled... no
checking for mysql_config... no
configure: error: MySQL library not found
Tentei executar :
sudo ./configure --enable-server --with-mysql
Mas o erro continua.
Vejam as instalações do MySQL:
un mysql-client <none>
un mysql-client-4.1 <none>
un mysql-client-5.0 <none>
ii mysql-client-5.1 5.1.37-1ubuntu5.1
ii mysql-common 5.1.37-1ubuntu5.1
un mysql-common-4.1 <none>
un mysql-server <none>
un mysql-server-4.1 <none>
un mysql-server-5.0 <none>
ii mysql-server-5.1 5.1.37-1ubuntu5.1
un mysql-server-core <none>
un mysql-server-core-5.0 <none>
ii mysql-server-core-5.1 5.1.37-1ubuntu5.1
Alguém sabe o que posso tentar fazer para resolver este problema?
Grato por qualquer ajuda.
Ubuntu Server 9.10 32 Bit, MySQL 5.1.37, Apache 2.2.12, PHP 5.2.10.
Durante o processo de compilação do servidor Zabbix um erro foi reportado e o servidor não foi configurado.
o comando executado foi:
sudo ./configure --enable-server --with-mysql --with-libcurl
Vejam as últimas linhas do comando acima:
checking for getenv... yes
checking for putenv... yes
checking if Oracle support is enabled... no
checking for mysql_config... no
configure: error: MySQL library not found
Tentei executar :
sudo ./configure --enable-server --with-mysql
Mas o erro continua.
Vejam as instalações do MySQL:
un mysql-client <none>
un mysql-client-4.1 <none>
un mysql-client-5.0 <none>
ii mysql-client-5.1 5.1.37-1ubuntu5.1
ii mysql-common 5.1.37-1ubuntu5.1
un mysql-common-4.1 <none>
un mysql-server <none>
un mysql-server-4.1 <none>
un mysql-server-5.0 <none>
ii mysql-server-5.1 5.1.37-1ubuntu5.1
un mysql-server-core <none>
un mysql-server-core-5.0 <none>
ii mysql-server-core-5.1 5.1.37-1ubuntu5.1
Alguém sabe o que posso tentar fazer para resolver este problema?
Grato por qualquer ajuda.
Comment