[omniORB] SSL & static linking

Slava Garelin garelin@ukr.net
Wed Sep 4 11:59:00 2002


Hi all!
If I try link SSL example statically, then I have 

omniORB:   useTypeCodeIndirections = 1
omniORB:   verifyObjectExistsAndType = 1
omniORB: Initialising incoming endpoints.
omniORB: Error: Unable to create an endpoint of this description: giop:ssl::
omniORB: throw INITIALIZE from objectAdapter.cc:241 
(NO,INITIALIZE_TransportError)

on server.

I do 
=============
g++ -o eg2_impl -O2 -Wall -Wno-unused -fexceptions -static -L../../../lib 
-L../../../lib eg2_impl.o ../../../stub/echoSK.o -lomniORB4 -lomnithread 
-lpthread -lomnisslTP -L/usr/lib -lssl -lcrypto
=============

Where I wrong?

-- 
Slava Garelin