Rony, I didn't publish those links on the list. I will if people want me to. The links lead to 4.0.1 as you indicated. These are not good distributions of ooRexx, in that there is no installer. They are simply compressed tar archives of /opt/ooRexx in each architecture. They are suitable for developers that know how ooRexx is installed and how it works.
I'm uncomfortable putting out binaries that essentially cause the OS to continually attempt to restart rxapi, when it is already running. You will need the following in your environment: DYLD_LIBRARY_PATH=/opt/ooRexx/lib/ooRexx:$DYLD_LIBRARY_PATH PATH=/opt/ooRexx/bin:$PATH You will need to start rxapi manually: sudo launchctl load -w /opt/ooRexx/bin/org.rexxla.oorexx.rxapid.plist To stop rxapi: sudo launchctl unload -w /opt/ooRexx/bin/org.rexxla.oorexx.rxapid.plist sudo killall rxapi Bruce On Dec 24, 2010, at 2:38 AM, Rony G. Flatscher wrote: > Hi René, > > On 24.12.2010 11:29, René Jansen wrote: >> Intel or Power? >> > Intel in both bitnesses (to become able to look into BSF4ooRexx.cc on > the Mac myself). > > Bruce's tgz-packages for ooRexx 4.0.1 are great (that's the minimum > level of ooRexx needed for BSF4ooRexx) as they are in 32- and 64-bit for > Intel, he also has one for PPC, if you follow his links. > > ---rony > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
