Does anyone have a link for downloading the Dev version of PHP 5.0.4-10.5 or has anyone a copy of aokex.so compiled under PHP 5.0.4-10.5 that they can link so I can download it, I cannot find the dev versions on the PHP website (needed to use PHPIZE command) and Aokex has not been added to the PHP repository at
http://pecl.php.net 
This is the only bit that I am struggling with now, I think, in getting BeBot running on my dedicated server.
Help please

ps, Also getting these errors
PHP Warning: unpack(): Type H: outside of string in /home/bebot/AOChat.php on line 724
[2006-04-10 15:52:07] [LOGIN] [STATUS] Authenticateing
[2006-04-10 15:52:07] [LOGIN] [RESULT] Error
[2006-04-10 15:52:07] [LOGIN] [STATUS] Logging in
AOChat: not expecting login.
PHP Notice: Undefined variable: os_windows in /home/bebot/main.php on line 67
Connected to MySQL
PHP Notice: Undefined variable: bot_version in /home/bebot/main.php on line 148
I think the first 5 lines is what gets fixed when Aokex is running, it is the other 3 that I am not too sure about

another edit
From the instructions in the install file with aokex it says
% phpize
% ./configure --with-aokex=shared
% make
% make install
Now, phpize doesn't come with standard PHP, just the dev version, but it can be installed with Pear instead, apparently. The ./configure command does nothing just says that there is no such directory. I think the ./ bit tells it to use the current directory to find configure, do I need to copy it there as it was not in the download.
As you may have guessed i am a little new to Linux, and went out and got a dedicated server running Fedora Core 3. I would really like to make this work tho, so I will keep on trying. Just very confused about the configure and phpize things as they don't seem to work for me
