PDA

View Full Version : Need Help Fast ... What should i do ? ..


Noriko
Wed 14th Feb '01, 3:05pm
Hi,
I always have this problem when I try to install the vb
on step 3:


attempting to connect .....

Fatal Error : Call to unsupported or undefined function mysql_pconnect() in db_mysql.php on line 50

I have created the database an called it 'vbdb' and gives the user mysql the permissions to do what ever it want ... but this error is always appearing .


my hardware info is:
Cpu : 800 PIII
Ram : 1 GB
HDD : 51 GB
using red hat linux 6.2 and the latest Mysql .
Vb ver 1.1.5


Thanks

Mike Sullivan
Wed 14th Feb '01, 3:07pm
Sounds like your PHP doesn't have MySQL support compiled in -- you'll need to get this before you can use vB.

Noriko
Wed 14th Feb '01, 3:16pm
thanks Ed d Sullivan

but to be sure could you tell me how to do it ?



Thnaks

Mike Sullivan
Wed 14th Feb '01, 3:17pm
By recompiling PHP or loading the MySQL module.

Better info available here: www.php.net .

Noriko
Wed 14th Feb '01, 3:30pm
Thanks Ed Sullivan

i will try it and hope it will work this time :)

Thanks

Noriko
Thu 15th Feb '01, 7:04am
i have recompile the php to start it but still not working

i used the following commandline :

./configure --with-mysql=/usr/local/mysql


then i reboot the system and started the mysql server ..


so what should i do ?

Thanks

PeF
Thu 15th Feb '01, 7:31am
Are you sure you have mysql in /usr/local/mysql?
You may recompile PHP using just --with-mysql

Very good thread by Chris Schreiber:
http://www.vbulletin.com/forum/showthread.php?s=&threadid=3292

Noriko
Thu 15th Feb '01, 2:03pm
yes i'm sure pef ..
and still it didn't work
even with what you told me. .. it still didn't work ...

i think i will reinstall the server again ...

oh well waht should i do ?


Thanks anyway