Has anyone seen this problem before:

- OCS_CAPTCHA_problem.png (11.26 KiB) Viewed 1100 times
The CAPTCHA characters are all stacked on top of each other on the left-hand side of the CAPTCHA image. I'm thinking it's maybe a problem with how PHP was compiled? Some details:
OCS Version 2.1.2.1
OS platform Linux
PHP version 5.0.4
Apache version Apache/2.0.54 (Mandriva Linux/PREFORK-13.3.20060mdk)
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
The CAPTCHA image is created in:
/classes/captcha/CaptchaManager.inc.php
in the function:
generateImage()
and the PHP function that seems to be getting it wrong is:
imagefttext()
I also tried switching it to:
imagettftext()
but that didn't help.
Please, if anyone has come across anything like this before, I would appreciate any suggestions you can offer.
Thank you.