From: David Eriksson Date: Thu, 30 Nov 2000 22:03:18 +0000 (+0000) Subject: updated documentation and configuration X-Git-Tag: php-4.0.4RC3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f1139738197c7e304a65374a046917b7d61745;p=php updated documentation and configuration --- diff --git a/ext/satellite/README b/ext/satellite/README index 2446c8b549..d40fff2424 100644 --- a/ext/satellite/README +++ b/ext/satellite/README @@ -38,10 +38,10 @@ What version of ORBit is required? ---------------------------------- You need a CVS version of ORBit to use Satellite! -This does NOT work with ORBit 0.5.3 or earlier. +This does NOT work with ORBit 0.5.5 or earlier. -The latest version of ORBit in CVS requires glib-2.0 and has not been tested. -Because of this we checkout a CVS version from a know safe date. +The latest CVS version of ORBit in CVS requires glib-2.0 and has not been +tested. Because of this we checkout a CVS version from a known safe date. How to install ORBit from CVS ----------------------------- @@ -82,5 +82,8 @@ How to install ORBit from snapshot http://download.2good.nu/satellite/ORBit-20000902.tgz http://www.2good.com/satellite/ORBit-20000902.tgz -(2) Run ./configure, gmake and gmake install +(2) Set the environment variable CERTIFIED_GNOMIE to whatever you like. + +(3) Run ./configure, gmake and gmake install + diff --git a/ext/satellite/config.m4 b/ext/satellite/config.m4 index aac087d847..501bf96107 100644 --- a/ext/satellite/config.m4 +++ b/ext/satellite/config.m4 @@ -17,7 +17,7 @@ if test "$PHP_SATELLITE" != "no"; then dnl check for symbol giop_skip_atexit in libIIOP AC_CHECK_LIB(IIOP, giop_skip_atexit, [true], [ - AC_MSG_ERROR([Your version of ORBit is out of date! You need a version newer than August 5, 2000.]) + AC_MSG_ERROR([You need a CVS version of ORBit, please read ext/satallite/README]) ], `$orbit_config --libs client`) dnl ORBIT_CFLAGS=`$orbit_config --cflags client`