c0c0deuz
12-07-2001, 02:59 PM
I am trying for a while now to install two application on my web server without any success:PHP_Nuke web portal and Ganesha e-learning platform.
They both have one thing in common, they requires a web server with mysql service and php support.
I have very, very limited knowledge in linux and this is what i have done so far.
I installed a custom server RH7,1
I desable progressql with setup/system services/checkoff progressql/ quit
I download Mysql 3.23.46 as a rpm,
i install in gui: right click on file/select install /done
I download PHP 4.0.6 tar.gz file,
i install in term mode doing:
tar -xzvf filename
./configure
make
I download the software package, unpack in www/html directories e-learn and web-portal
Go the a workstation and address the directories with my browser index.php and i have errors with the sql.
-unknown sql-server name in one case
and again a sql problem line something in the second...
I have no idea how to configure mysql!
How can i diagnose this problem, where should i start??? where to get more info?, the verbose kindof info...
Please help.
thx
They both have one thing in common, they requires a web server with mysql service and php support.
I have very, very limited knowledge in linux and this is what i have done so far.
I installed a custom server RH7,1
I desable progressql with setup/system services/checkoff progressql/ quit
I download Mysql 3.23.46 as a rpm,
i install in gui: right click on file/select install /done
I download PHP 4.0.6 tar.gz file,
i install in term mode doing:
tar -xzvf filename
./configure
make
I download the software package, unpack in www/html directories e-learn and web-portal
Go the a workstation and address the directories with my browser index.php and i have errors with the sql.
-unknown sql-server name in one case
and again a sql problem line something in the second...
I have no idea how to configure mysql!
How can i diagnose this problem, where should i start??? where to get more info?, the verbose kindof info...
Please help.
thx