mysql + fedora 5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nietzsche

    mysql + fedora 5

    Apparently the php-5.1.2 that comes with Fedora 5 has no mysql support.
    I compiled 5.2.6 with mysql support and it works from the command line
    but apache still sees php-5.1.2.

    Do I have to recompile apache? Or is there a hack?

    Thanks for any info.

  • Noodle

    #2
    Re: mysql + fedora 5


    Nietzsche wrote:
    Apparently the php-5.1.2 that comes with Fedora 5 has no mysql support.
    I compiled 5.2.6 with mysql support and it works from the command line
    but apache still sees php-5.1.2.
    >
    Do I have to recompile apache? Or is there a hack?
    >
    Thanks for any info.
    Have a look at your httpd.conf. There could be a reference to the old
    PHP instance in it. Otherwise check that the old PHP instance is not in
    set in your enviroment path by typing 'env' in a terminal window.

    Comment

    Working...