ORBit-0.5.17

Introduction to ORBit

Download location (HTTP):       http://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2
Download location (FTP):        ftp://ftp.gnome.org/pub/GNOME/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2
Version used:                   0.5.17
Package size:                   1 MB
Estimated Disk space required:  26 MB

The ORBit package contains a high-performance CORBA Object Request Broker. This allows programs to send requests and receive replies from other programs.

ORBit depends on:
popt-1.7 and GLib-1.2.10

Installation of ORBit

Install ORBit by running the following commands:

./configure --prefix=/opt/gnome &&
make &&
make install

Configuring ORBit

Configuration Information

As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.

Contents

The ORBit package contains libIDL, libIIOP, libORBit, libORBitCosNaming and libORBitutil libraries.

Description

libIDL

libIDL is the Interface Definition Language mappings for CORBA.

libIIOP

libIIOP is for low level CORBA communications.

libORBit

libORBit is the CORBA API.

libORBitCosNaming

No description available.

libORBitutil

libORBitutil contains the convenience routines for ORBit.