Hi.

Working with Fedora Core 2, I installed 'php-4.3.10' and 'httpd-2.0.52' from
sources, and I want now to install 'php-devel' and 'httpd-devel'.

How can I install them? If I try to use 'yum', it tries to install
php 4.3.10-2.4
httpd 2.0.51-2.9

And if I try to use RPM, I get this dependence:
php 4.3.8-2.1 is needed by php-devel-4.3.8-2.1

Any suggestion? Thank you very much.

    Um... install them from the source. Download the source .tar.gz files unpack and run ./configure. eg;

    tar xvjf php-devel.tar.gz
    cd php-devel*
    ./configure --help
    make && make install
    

      Seems to me... everything contained within php-devl is within the php source tree. try downloading it from php.net.

        Write a Reply...