Hi,
I've already installed apache, mysql and php in that same order. Mysql was installed from the official RPMs from
www.mysql.com and php was installed just fine. It seems I've worked most kinks out.
Now what I've done in addition after posting this thread is look at other peoples problems by looking up the error on google and I ended up editing the /etc/php.ini file and unnotted:
After doing that I didnt see any affect untill I added
Code:
extension=mysql.so
and renoted out extension=msql.so
It seems I am recieving the error I recieved a while ago when configuring the forum the way I have it on this computer i'm posting the thread on. The server when installing doesnt complain about mysql_connect() but gives me this old familiar messaga:
Code:
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /var/www/html/phpBB2/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
So it seems i'm getting somewhere. I'll research the new error and find the solution unless anyone else here does a quicker reply then I get to search for it.
What also had me going was I have two php.ini files one in /usr/lib/ and one that affects the actual server in /etc. Anyway I have apache2 installed from binary in /usr/local/apache2 already and I think I already mentioned that however I have a http server I think from rpm installation in /etc/httpd. I dont really care to delete them since they dont seem to be conflicting. All of the changes seem to be taking affect from /etc/httpd.
I also learned from another post to make this 3 lines of php code to get the php info from the server. Go here to check out my info if you want. Maybe it'll help me. I think I know what to do from here:
http://207.237.145.49:97/test.php
bye,
George