German repository for php5.3.22 does not respond

Discussion in 'Installation/Configuration' started by Amigoo, Mar 8, 2017.

  1. Amigoo

    Amigoo New Member

    Hi there,
    I'm going to install php5.3.22. into ISPconfig3. Following the advice from tutorial with
    "wget ...../de.php.net/get/php-5.3.22.tar.bz2/from/this/mirror -O php-5.3.22.tar.bz2"
    I get this error:
    -----------
    root@ISCSERVER:/usr/local/src/php5-build/php-5.3.22# wget .....de.php.net/get/php-5.3.22.tar.bz2/from/this/mirror -O php-5.3.22.tar.bz2
    --2017-03-08 16:09:59-- .....de.php.net/get/php-5.3.22.tar.bz2/from/this/mirror
    Resolving de.php.net (de.php.net)... 82.100.240.32, 212.124.37.9
    Connecting to de.php.net (de.php.net)|82.100.240.32|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-03-08 16:09:59 ERROR 404: Not Found.
    -----------
    I have downloaded the php5.3.22 version from PHP Releases and placed into the /usr/local/src/php5-build directory.
    I have followed all advised steps, but when I come to the point where I have to use the command "make" I get this error:
    -----------
    root@ISCSERVER:/usr/local/src/php5-build/php-5.3.22# make
    make: *** No targets specified and no makefile found. Stop.
    -----------

    How do I solve this problem?

    Cheers
    Amigoo
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Check the tutorial again, prior to running 'make' you run the 'configure' script, which is what builds your Makefile.
     

Share This Page