I dont know if someone told you

Discussion in 'General' started by fobicodam, Jul 9, 2006.

  1. fobicodam

    fobicodam New Member

    But in the "Perfect setup for Fedora4" you must fix this line :

    apt-get install php php-devel php-domxml php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xmlrpc php-rrdtool curl curl-devel perl-libwww-perl ImageMagick


    php 5 doesnt admit php-domxml and php-rrdtool. Now PHP is compiled without XML and i cant put it on.

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It was working for me at the time I wrote the tutorial. I don't know if things have changed in the meantime.
     
  3. fobicodam

    fobicodam New Member

    It works fine with PHP 4, but PHP 5 brings xml "onboard" :eek:) je.. it needs a --withxml param at compile time.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    At compile time? You're installing packages, there's no compilation necessary... :confused:
     
  5. fobicodam

    fobicodam New Member

    Thats what i understood reading php.org..
     
  6. falko

    falko Super Moderator Howtoforge Staff

    But that web site speaks about compiling and installing PHP from the sources. If you install your distribution's packages, you don't need to compile them. They are already compiled.
     
  7. fobicodam

    fobicodam New Member

    Yes, but, without xml support
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Not if you install the PHP-XML package. Not sure what its correct name is though...
     
  9. fobicodam

    fobicodam New Member

    Back to the begining :) this package is for PHP4. PHP5 must be compiled with the --withxml option...
     

Share This Page