I am trying to install zabbix version 1.5.
During installation as per the documentation,my Step:1 , 2 & 3 are ok.
Now,by using Step:4 wih below command,I found an error at the end of execution.
The command which i used is :-
./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
In both commands,i got following error :-
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
Is there any problem regarding above message?
After that,I ignored this error & started Step:5,which is to execute "make install" command.
But,after the "make install" command,I found another error given below.
make: *** No rule to make target `install'. Stop.
Tell me how to resolve this problem.
Nishith Vyas.
During installation as per the documentation,my Step:1 , 2 & 3 are ok.
Now,by using Step:4 wih below command,I found an error at the end of execution.
The command which i used is :-
./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl
In both commands,i got following error :-
checking for main in -lmysqlclient ... no
configure: error: Not found mysqlclient library
Is there any problem regarding above message?
After that,I ignored this error & started Step:5,which is to execute "make install" command.
But,after the "make install" command,I found another error given below.
make: *** No rule to make target `install'. Stop.
Tell me how to resolve this problem.
Nishith Vyas.


Comment