Hello everyone, I've installed mysql server on my fedora box and it works great when i use the console =) But, i want my php sources to work with these bases but it doesn't work =( In fact it seems that the function mysql_connect() cannot be called, here is the error on the web page : Fatal error: Call to undefined function: mysql_connect() in /var/www/html/TechUnix/include/connexion.php on line 10
So i checked google and found out that a special rpm was needed .. so i've looked for it and when i try to install it, it tells me that : [EMAIL PROTECTED] dl]# rpm -ivh php-mysql-4.3.12-alt0.cvs20050406.i586.rpm warning: php-mysql-4.3.12-alt0.cvs20050406.i586.rpm: V3 DSA signature: NOKEY, key ID 68e31e54 error: Failed dependencies: libMySQL is needed by php-mysql-4.3.12-alt0.cvs20050406.i586 php-libs = 1:4.3.12-alt0.cvs20050406 is needed by php-mysql-4.3.12-alt0.cvs20050406.i586 libmysqlclient.so.12 is needed by php-mysql-4.3.12-alt0.cvs20050406.i586 So i tried : [EMAIL PROTECTED] dl]# rpm -ivh libMySQL-3.23.55-alt1.i586.rpm warning: libMySQL-3.23.55-alt1.i586.rpm: V3 DSA signature: NOKEY, key ID eac91ca0 error: Failed dependencies: /sbin/postun_ldconfig is needed by libMySQL-3.23.55-alt1.i586 :( the only thing i know is [EMAIL PROTECTED] dl]# rpm -qa |grep mysql mysql-3.23.58-13 libdbi-dbd-mysql-0.6.5-9 mysql-devel-3.23.58-13 mysql-server-3.23.58-16.FC3.1 [EMAIL PROTECTED] dl]# I'm quite a newby and do not really understand how i can install this pakage .... if someone could help ...^^ (I run a fedora Core 3)