View Single Post
  #3 (permalink)  
Old 02-02-2004
benoit's Avatar
benoit benoit is offline
ZeroC Staff
 
Name: Benoit Foucher
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Rennes, France
Posts: 1,560
Interesting, looks like this symbol was added in one of the minor 10.3.x update? I used 10.3.2 for the port.

Could you try the following for me and send me the output?

$ grep RTLD /usr/include/dlfcn.h

You could either try to update to 10.3.2 or comment out the offending code in src/Ice/FactoryTableDef.cpp (however the automatic registration of user exception and class factories won't work and will cause the test/IcePack/deployer test to fail). I'll see if I can install 10.3 on another partition to try it out.

Benoit.
Reply With Quote