Hi,
We have upgraded our PHP frontend from 1.8.1 to pre-1.8.2 rev 10218 because of several bugs present in 1.8.1.
Vertical text now uses imagerotate function from gd library. This function is not available in gd as provided by some Linux distributions (we use Debian Lenny) because of memory leak problems.
We have replaced vtext.php in r10218 by the one in 1.8.1 and it fixed this problem. However, having to play a mix and match game between official releases and nightly snapshots in order to have a working Zabbix installation is becoming a nightmare.
Is it too much to expect that dependencies don't change for new releases in 1.8 branch ?
Regards,
Alixen
We have upgraded our PHP frontend from 1.8.1 to pre-1.8.2 rev 10218 because of several bugs present in 1.8.1.
Vertical text now uses imagerotate function from gd library. This function is not available in gd as provided by some Linux distributions (we use Debian Lenny) because of memory leak problems.
We have replaced vtext.php in r10218 by the one in 1.8.1 and it fixed this problem. However, having to play a mix and match game between official releases and nightly snapshots in order to have a working Zabbix installation is becoming a nightmare.
Is it too much to expect that dependencies don't change for new releases in 1.8 branch ?
Regards,
Alixen
Comment