|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-12-12 23:47 UTC] george_planansky at harvard dot edu
Description: ------------ make install output: Installing PHP SAPI module: cgi Installing PHP CGI into: /usr/local/bin/ Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/lib/php/ Abort - core dumped make[1]: *** [install-pear-installer] Error 134 make: *** [install-pear] Error 2 # ./configure --enable-force-cgi-redirect --enable-discard-path --enable-cli --with-openssl=/usr/local/openssl --with-zlib=/usr --e\nable-bcmath --enable-calendar --with-db4=/usr/local --enable-filepro --with-gd=shared,/usr/local --enable-gd-native-ttf --with-jpeg\-dir=/usr/local --with-png-dir=/usr/local --with-xpm-dir=/usr/local --with-freetype-dir=/usr/local --with-gettext=/usr/local --with-\mysql=/usr/local/mysql --with-unixODBC=/usr/local --with-pgsql=shared,/usr/local/pgsql --with-pspell=/usr/local --with-readline=/usr\/local --with-regex=system --enable-sockets --enable-tokenizer ... using gcc-3.3.2 This had worked ok with php-4.3.2RC1, gcc-3.0.5, same config. Installing PHP SAPI module Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/local/lib/php/ [PEAR] Archive_Tar - installed: 0.9 [PEAR] Console_Getopt - installed: 1.0 [PEAR] PEAR - installed: 1.0.1 [PEAR] DB - installed: 1.3 [PEAR] HTTP - installed: 1.2 [PEAR] Mail - installed: 1.0.1 [PEAR] Net_SMTP - installed: 1.0 [PEAR] Net_Socket - installed: 1.0.1 [PEAR] XML_Parser - installed: 1.0.1 [PEAR] XML_RPC - installed: 1.0.4 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 05:00:01 2025 UTC |
./configure does say to use the new aspell, and it builds fine with it, so my bug report was twice bogus. Note to build a shared aspell with solaris using /usr/ccs/bin/ld, the aspell configure must be edited so it does not produce *-sun-solaris* ) extra_ldflags="-Wl,-mimpure-text";; I think pure-text applies to the gnu ld only. The extra_ldflags lead to a "ure ... " error string with /usr/ccs/bin/ld .