Menu

#33 fatal error

open-rejected
Web pages (22)
5
2014-08-22
2003-04-16
Anonymous
No

Hi everybody !

I used RedHat 8 and i have problem Fatal error: Call to
undefined function: mysql_connect() in
/var/www/iptables/elems.php on line 43

on redhat 9 didn't have this error

please help me

thx

Discussion

  • Garcia Gerald

    Garcia Gerald - 2003-04-16

    Logged In: YES
    user_id=9967

    I think this is because php is not compiled with the mysql
    support.
    To know this, try to access to a page like this :
    <?php
    phpinfo();
    ?>
    And look for mysql support
    If your distrib do not provide it (strange but I have a
    Debian) you have to recompile php.
    Tell me if it works
    Thanks for your interrest
    Gege

     
  • Garcia Gerald

    Garcia Gerald - 2003-04-16
    • labels: --> Web pages
    • assigned_to: nobody --> gggard
    • status: open --> open-rejected
     

Log in to post a comment.