I tried to intall Apache, PHP, and MySQL at home
with Mandrake 8.2. All works well except whenever
I try to use the mysql extensions, it returns an error
saying the functions were undefined.
<? phpinfo() ?> reveals that it was not configured
with mysql but it notes that mysql was included as an
external module.
I tried downloading the current version of PHP and
configuring it with MySQL and Apache but it failed
to create a make file, complaining that the "lex
command" failed.
Not being overly adept at compiling programs, I still
hope to find an easier method. Any help would be
appreciated. Thanks.
PS - Based on what I read in another thread, I also
tried uncommenting the line for mysql extensions
in the php.ini file, but it still doesn't work.