Archived

This forum has been archived. Please start a new discussion on GitHub.

plug-in initialization failed: unable to load entry point `IceSSL:createIceSSL'

Hi,
I'm using Visual Studio Pro 2008 SP1 on XP
I compiled the demo solutions and I get the following error:

C:\Ice-3.4.0-demos\demo\Ice\hello>server
!! 03/09/10 18:37:45.320 server: error: PluginManagerI.cpp:357:
Ice::PluginInitializationException: plug-in initialization failed: unable to load entry point `IceSSL:createIceSSL'

Note: The Java demos work and the "simple" example work too.

Thx

Comments

  • Fixed

    Hi all,
    entertaining my own conversation here.
    There was something in the Windows PATH that was conflicting with Ice.
    When the Ice\bin was moved at the beginning of the PATH, the error disappeared....:mad:
  • SSL conflict

    I narrowed down the conflict to SecureLogin, an application that uses SSL,
    It conflicts when on the PATH with Ice SSL libraries.
    I put Ice\bin, followed by SecureLogin\bin on my PATH