ID:               30011
 Updated by:       php-bugs@lists.php.net
 Reported By:      bg at genetics dot agrsci dot dk
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Compile Failure
 Operating System: aix 4.3.3.0
 PHP Version:      5.0.2
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2004-12-21 10:14:59] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip



------------------------------------------------------------------------

[2004-12-01 15:03:14] bg at genetics dot agrsci dot dk

I just tried to install php5-STABLE-200411240730.

It did not resolve the issue.

Best regards,

Bernt

------------------------------------------------------------------------

[2004-11-05 16:08:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

Antony might just have fixed this.

------------------------------------------------------------------------

[2004-10-12 15:37:24] bg at genetics dot agrsci dot dk

Adding || true as suggested does allow PHP 5.0.2 to install.

Preliminary testing indicates that things otherwise are working, hence
the installation problem is apparently not indicative of a deeper
problem.

Best regards,

Bernt

------------------------------------------------------------------------

[2004-09-30 17:23:48] Bjorn dot Wiberg at its dot uu dot se

A simple workaround for this issue (until it gets resolved) could be
adding "|| true" to the end of two targets "install-pear-installer" and
"install-pear-packages"install-pear-installer in the Makefile: 


$(top_builddir)/sapi/cli/php
        @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
/usr/local/src/php-5.0.2/pear/install-pear.php -d "$(peardir)" -b
"$(bindir)" /usr/local/src/php-5.0.2/pear/package-*.xml || true

install-pear-packages: $(top_builddir)/sapi/cli/php
        @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
/usr/local/src/php-5.0.2/pear/install-pear.php -d "$(peardir)" -b
"$(bindir)" /usr/local/src/php-5.0.2/pear/packages/*.tar || true


Best regards,
Björn

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/30011

-- 
Edit this bug report at http://bugs.php.net/?id=30011&edit=1

Reply via email to