[omniORB] installation problem?

Mikhail Soukhanov mik@astra.relline.ru
Tue, 15 Dec 1998 11:34:09 +0300


Hi, Zoltan!

You have forgotten "IOR:" prefix when specifying the argument to
eg2_clt. Everything works well then.

Take care,
		Mikhail Soukhanov <mik@astra.relline.ru.>

Zoltan Glozik wrote:
> 
> Hello,
> 
> I have downloaded the omniORB 2.6.1 source onto my SCO machine and it
> didn't seem to work. I managed to compile it properly and the example eg1
> works as it should.
> 
> But if I want to run the 2nd example I get the following:
> 
> $ ./eg2_impl &
> [2] 13851
> $
> 'IOR:010000000d00000049444c3a4563686f3a312e30005a170801000000000000
> 0028000000010100000d0000003139322e3136382e34332e3100424b0d0c000000
> 367534623f7a361b00000001'
> 
> $ ./eg2_clt \
> 010000000d00000049444c3a4563686f3a312e30005a1708010000000000000028
> 000000010100000d0000003139322e3136382e34332e3100424b0d0c0000003675
> 34623f7a361b00000001
> Caught a system exception.
> $
> 
> And the third example doesn't work either.
> 
> I have tried to download the binary distribution of omniORB 2.5.0 for SCO but I
> got the same results with it.
> 
> I use the following system and compiler:
> $ uname -a
> SCO_SV engels 3.2 2 i386
> $ gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i486-pc-sco3.2v5.0/2.7.2.3/specs
> gcc version 2.7.2.3
> 
> Please help,
>         Zoltan