var/www/php/main -I/var/www/php -I/var/www/php/Zend -I/usr/local/include -I/var/www/php/ext/xml/expat -I/var/www/php/TSRM -g -O2 -prefer-pic -c /var/www/ php/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo /tmp/ccJ24958.s: Assembler messages: /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optind' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optind' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optind' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optind' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optarg' should be global /tmp/ccJ24958.s:3251: Warning: GOT relocation burb: `_optind' should be global /bin/sh /var/www/php/libtool --silent --preserve-dup-deps --mode=compile gcc -Isapi/cli/ -I/var/www/php/sapi/cli/ -DPHP_ATOM_INC -I/var/www/php/include -I/ var/www/php/main -I/var/www/php -I/var/www/php/Zend -I/usr/local/include -I/var/www/php/ext/xml/expat -I/var/www/php/TSRM -g -O2 -prefer-pic -c /var/www/
Just some normal output inbetween...... Just some normal output inbetween...... Just some normal output inbetween...... Just some normal output inbetween...... Just some normal output inbetween...... .lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_ hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -liconv -lintl -lm -o sapi/cli/php ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1872 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1742 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1735 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1711 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x16bd ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1661 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x164a ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1609 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1420 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1413 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x11c4 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x11bd ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x1100 ld: sapi/cli/php_cli.lo: relocation must refer to global symbol at 0x10f5 /var/www/php/ext/mysql/libmysql/my_tempnam.c:115: warning: tempnam() possibly used unsafely; consider using mkstemp() Build complete. (It is safe to ignore warnings about tempnam and tmpnam). Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PHP SAPI module: apache [activating module `php4' in /var/www/conf/httpd.conf] cp libs/libphp4.so /usr/lib/apache/modules/libphp4.so chmod 755 /usr/lib/apache/modules/libphp4.so cp /var/www/conf/httpd.conf /var/www/conf/httpd.conf.bak cp /var/www/conf/httpd.conf.new /var/www/conf/httpd.conf rm /var/www/conf/httpd.conf.new Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/lib/php/ Installing build environment: /usr/local/lib/php/build/ Installing header files: /usr/local/include/php/ Installing helper programs: /usr/local/bin/ program: phpize program: php-config program: phpextdist fw# What is that, the CLI interface does not work, why? what does that errors mean??? When I type "php -v" I get nothing, not even a error...what can be wrong??? The php module for apahce works great, its just the CLI that does not work, and its that I need ATM... I run the install with "./configure --with-apxs=/usr/sbin/apxs --with-mysql --without-xml --with-iconv=/usr/local/bin/ --with-gettext=/usr/local/bin/ --enable-dio --without-pear --enable-bcmath --enable-session --enable-trans-sid --enable-calendar --enable-ctype --enable-ftp --with-pcre-regex --with-posix --enable-sockets --enable-sysvsem --enable-sysvshm --enable-yp" "make" "make install" Can any one help a desperate guy....