[omniORB] Solaris 8 and omniORB(py)

Gary Greyling gary@egenetics.com
Fri Oct 18 00:52:01 2002


System: Solaris 5.8

Problem:
Python 2.2.1 (#1, Oct 14 2002, 10:21:03)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import omniORB.CORBA
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "omniORB/__init__.py", line 175, in ?
    import _omnipy
ImportError: ld.so.1: python2: fatal: relocation error: file
./_omnipymodule.so: symbol truncate64__CQ25CORBA5FixedUs: referenced
symbol not found
>>>

LD_LIBRARY_PATH=/cip0/production/stackpack/compile/DEPS_SOL8/omniORB/lib/:/usr/local/lib:/cip0/production/stackpack/compile/DEPS_SOL8/omniORB/lib/python2.2/site-packages/

I compile omniORB the following way
./configure PYTHON=/usr/local/bin/python2
--prefix=/cip0/production/stackpack/compile/DEPS_SOL8/omniORB
--disable-static
make
make install

and omniORBpy
./configure
--with-omniorb=/cip0/production/stackpack/compile/DEPS_SOL8/omniORB
PYTHON=/usr/local/bin/python2
--prefix=/cip0/production/stackpack/compile/DEPS_SOL8/omniORB
--disable-static
make make install

Anybody please i'm busy going out of my mind.

gary

On Thu, 17 Oct 2002, bjorn rohde jensen wrote:

> Hi Wayne,
>
>   I dont think, you need to rebuild anything to get the
> initial omniNames IOR. It should print that one out each
> time, it is started, and certainly each time it is started
> with the -start option. Try looking a message saying
> something like: "The rootContext is ...." You should find
> the right IOR after that.
>   It would be a good idea to upgrade your omniORB version
> though, a lot has happened since omniORB 2.8.0.
>
>
> Yours sincerely,
>
> Bjorn
>
> _______________________________________________
> omniORB-list mailing list
> omniORB-list@omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list
>