|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-03 01:12 UTC] thomas dot lamy at in-online dot net
[2003-05-20 07:37 UTC] arnaud@php.net
[2003-05-25 21:54 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
Hi, all the php people... I'm trying to build RPMS for Openna Linux of php-4.3.1 from 02/02/2003 with httpd-2.0.43 but I'm having a error in the make install part wich cause the stop error, here the error... Installing PHP SAPI module Installing shared extensions: /var/tmp/php-4.3.1-root/usr/lib/php4/ Installing PEAR environment: /var/tmp/php-4.3.1-root/usr/share/pear/ Parse error: syntax error, unexpected T_WHITESPACE in /usr/src/openna/BUILD/php-4.3.1/pear/install-pear.php on line 3 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 Here my configure line... %configure \ --prefix=%{_prefix} \ --cache-file=../config.cache \ --with-layout=GNU \ --with-config-file-path=%{_sysconfdir}/httpd \ --enable-force-cgi-redirect \ --with-exec-dir=%{_bindir} \ --with-openssl \ --with-zlib \ --with-bz2 \ --with-gd \ --with-ttf \ --with-png \ --with-jpeg-dir=%{_prefix} \ --with-png-dir=%{_prefix} \ --with-freetype-dir=%{_prefix} \ --with-expat-dir=%{_prefix} \ --with-gmp \ --with-xml \ --with-curl \ --with-pear=/usr/share/pear \ --with-imap=shared \ --with-imap-ssl \ --with-mysql=shared,%{_prefix} \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ --with-pgsql=shared \ --with-ldap=shared \ --with-pspell \ --disable-debug \ --disable-rpath \ --disable-posix \ --enable-discard-path \ --enable-safe-mode \ --enable-magic-quotes \ --enable-bcmath \ --enable-dio \ --enable-gd-native-ttf \ --enable-sysvsem \ --enable-sysvshm \ --enable-track-vars \ --enable-wddx \ --enable-inline-optimization \ --enable-memory-limit \ my installs... pushd build-cgi make install INSTALL_ROOT=$RPM_BUILD_ROOT popd pushd build-apache make install INSTALL_ROOT=$RPM_BUILD_ROOT INSTALL_IT="echo " popd Any Ideas, I hope helps....