Slashdot Mirror


User: Jockox3

Jockox3's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Now got a make install error on Apache 1.3.26 and 2.0.39 Released · · Score: 1

    Sorry - messed that up! Reposting better formatted one for readability.

    Changing the php_functions.c allowed the make to go fine.

    However I now have several problems cropped up on make install.

    First it was trying to find a directory '.' listed in the subdirs defiition in the Makefile in the source root.

    So I removed that and it proceeded a bit better but only until it got to here:

    Installing program: phpextdist
    make[2]: Leaving directory `/root/php-4.2.1/pear'
    make[1]: Leaving directory `/root/php-4.2.1/pear'
    make[1]: Entering directory `/root/php-4.2.1'
    make[1]: *** [install-sapi] Error 1
    make[1]: Leaving directory `/root/php-4.2.1'
    make: *** [install-recursive] Error 1

    Any ideas? I am using RH 7.1, and trying to build an Apache 2.0.39, PHP 4.2.1 setup.

    Cheers, Jock

  2. Now got a make install error on Apache 1.3.26 and 2.0.39 Released · · Score: 1

    Changing the php_functions.c allowed the make to go fine. However I now have several problems cropped up on make install. First it was trying to find a directory '.' listed in the subdirs defiition in the Makefile in the source root. So I removed that and it proceeded a bit better but only until it got to here: Installing program: phpextdist make[2]: Leaving directory `/root/php-4.2.1/pear' make[1]: Leaving directory `/root/php-4.2.1/pear' make[1]: Entering directory `/root/php-4.2.1' make[1]: *** [install-sapi] Error 1 make[1]: Leaving directory `/root/php-4.2.1' make: *** [install-recursive] Error 1 Any ideas? I am using RH 7.1, and trying to build an Apache 2.0.39, PHP 4.2.1 setup. Cheers, Jock