QNX6.20 and Apache and PHP and MySQL

Hello.
under /
tar -xzvf apache1.3.27-php4.3.1.tar.gz
Apache work fine and the scripts PHP are OK
tar -xzvf mysql-3.23.53-bin.tar.gz
MySQL work fine
But when the script has commandes Mysql, error like :
Fatal error : Call to undefined function: mysql_connect() in /path/script.php.
Thank you for your help.

I have found the solution :
/usr/local/php4/lib/php.ini
; Paths and Directories;
extension_dir = /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429
;Dynamic Extensions :
extrension=mysql.so

Good bye

yes, you should really read those text help files at the place where you downloaded your software.

I assume you have downloaded your apache and mysql tar from:
qnxzone.com/~fliu/
if you read the “apache-php-README.txt” over there, you will find the information.
the other file “mysql.txt” also teaches you how to setup mysql db.

With:

extension_dir = /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429
extension=mysql.so

Path & libname is OK BUT it still don’t work. HELP ME PLEASE !!!