ORBit2-2.14.19

Introduction to ORBit2

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

This package is known to build and work properly using an LFS-7.2 platform.

[Note]

Note

This is a legacy GNOME-2 package which has been deprecated by the GNOME developers and will be removed from the book in due course. Please ensure that you really want or need it before you build it.

Package Information

ORBit2 Dependencies

Required

libIDL-0.8.14

Optional

GTK-Doc-1.18 and OpenSSL-1.0.1e

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/orbit2

Installation of ORBit2

Install ORBit2 by running the following commands:

Run the following commands:

./configure --prefix=/usr \
            --sysconfdir=/etc/gnome/2.30.2 &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. You may prefer to use a simpler value such as /etc/gnome or even /etc.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: ior-decode-2, linc-cleanup-sockets, orbit-idl-2, orbit2-config and typelib-dump
Installed Libraries: libname-server-2.a, libORBit-2.{so,a}, libORBit-imodule-2.{so,a}, libORBitCosNaming-2.{so,a}, and Everything_module.{so,a}
Installed Directories: $GNOME_PREFIX/{include/orbit-2.0/*,lib/orbit-2.0, share/{gtk-doc/html/ORBit2,idl/orbit-2.0}}

Short Descriptions

libORBit-2.{so,a}

is the CORBA API.

Last updated on 2013-02-11 18:51:17 +0000