Portál AbcLinuxu, 11. května 2025 10:25
[root@najkl php-5.0.3]# 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/ cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a ranlib /usr/local/apache2/modules/libphp5.a chmod 644 /usr/local/apache2/modules/libphp5.a libtool: install: warning: remember to run `libtool \ --finish /usr/local/src/php-5.0.3/libs' Warning! dlname not found in /usr/local/apache2/modules/libphp5.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/apache2/modules/libphp5.so chmod: cannot access `/usr/local/apache2/modules/libphp5.so': \ No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1 [root@najkl php-5.0.3]#očekával jsem od toho, že se to doinstaluje...ale nepovedlo
cd /usr/local/src tar -jxvf php-5.0.3.tar.bz2 cd php-5.0.3 ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-mysql=/usr/local/mysql \ --with-mysqli=/usr/local/mysql/bin/mysql_config \ --with-mysql-sock=/tmp/mysql.sock \ --with-sqlite \ --enable-sqlite-utf8 \ --with-zlib \ --with-zlib-dir \ --with-bz2 \ --with-gd \ --enable-gd \ --enable-gd-native-ttf \ --with-jpeg-dir=/usr/local \ --with-png-dir=/usr/local \ --with-ttf \ --with-freetype-dir=/usr/local \ --with-iconv=/usr/local \ --with-curl=/usr/local \ --enable-track-vars \ --with-gettext \ --with-config-file-path=/usr/local/apache2/conf \ --enable-trans-id \ --enable-ftp \ --with-cpdflib=/usr/local \ --enable-mbstring \ --with-openssl=/usr/local make make install
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.