PDA

View Full Version : compil pb with alpha 11


cadbury
10-08-2005, 17:50
i made

./configure --enable-server --with-mysql
make

all seems to work well, but nothing is in the bin/ directory
the executables seems to be in src/zabbix_server/

what happened?

skendall
10-08-2005, 20:33
make no longer produces binaries in the bin directory. make install is now available with the alpha 11 release. Make sure you set the --prefix flag during configure and run make and make install to install them in the required location.