PHP 5.0.4 make install Problem



  • Kann mir bitte jemand weiterhelfen ? Ich flippe hier gleich ganz gewaltig aus.

    ./configure  --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/lib/mysql --with-zlib --enable-sysvshm=yes --enable-sysvsem=yes --with-config-file-path=/etc --enable-track-vars=yes --enable-url-includes --with-gd=/usr/local/src/gd-2.0.33
    

    Make klappt wunderbar nur make install macht die folgenden Fehler:

    [root@proxy01 php-5.0.4]# make install
    Installing PHP SAPI module:       apache2handler
    /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
    /usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
    libtool: install: error: cannot install `libphp5.la' to a directory not ending in /root/packages/PHP_5/php-5.0.4/libs
    apxs:Error: Command failed with rc=65536
    


  • gib mit --prefix mal nen installations ordner für php an.
    bsp:
    ./configure --prefix=/usr/local/php


Anmelden zum Antworten