Results 1 to 2 of 2

Thread: v3.1.1 upgrade issue

  1. #1
    dthompson is offline Registered User
    Name: Don Thompson
    Organization: Digital Federal Credit Union
    Project: credit card fraud monitoring
    Join Date
    Aug 2005
    Location
    south shore mass
    Posts
    10

    v3.1.1 upgrade issue

    Hi,
    I'm trying to upgrade to v3.1.1 from v3.0.1. My applicaton built ok, but on run I get exception: unable to load entry point `IceSSL:create':
    see below. Did SSL support not get included? I built 3.1 from source. My config/Make.rules looks same for both 3.0 and 3.1.

    thanks,
    Don

    g++ -g -O2 -o server server.o cdata.o caccess.o csys.o ccamblock.o ccamdata.o ccams.o clogger.o CARD.o ccdetail.o cchistory.o ccmerch.o ccpart.o cvauth.o cmfraud.o chist.o cimage.o cldata.o cperson.o cref.o csdata.o clprod.o clisting.o ctjou.o ctran.o cxfer.o datecalc.o date.o /usr/local/mysql++/lib/libmysqlpp.so -L/opt/Ice-3.1.1/lib -lIce -lIceUtil -lpthread

    dont@mytp:/opt/dthompson/cards/card-server$ ./server
    Clogger:: Initialize log file...
    warning: unknown property: IceSSL.Client.CertPath
    warning: unknown property: IceSSL.Client.Config
    warning: unknown property: IceSSL.Server.CertPath
    warning: unknown property: IceSSL.Server.Config
    ./server: PluginManagerI.cpp:290: Ice::PluginInitializationException:
    plugin initialization failed: unable to load entry point `IceSSL:create': /opt/Ice-3.1.1/lib/libIce.so.31: undefined symbol: create
    Clogger::~Clogger...close and destroy
    Don Thompson
    Digital Federal Credit Union
    www.dcu.org
    Ice Project: credit union core processing prototype which may expand to open source project.
    Current Environment:
    Debian Linux Sarge,
    mysql 4.1.11-Debian,
    mysql++ v 2.1.0.beta1,
    qt3 v 3.3.4,
    Ice-3.0.1
    IcePHP-3.0.1
    Server: c++ using mysql++ to access mysql db, with Ice interfaces.
    Desktop Client: c++ using qt3, Ice interfaces to Server
    Home Banking Client: Python using IcePy interface to Server
    Currently using PHP Client

  2. #2
    beagles's Avatar
    beagles is offline Registered User
    Name: Brent Eagles
    Organization: Eagles Technologies Inc
    Project: Asterisk SCF
    Join Date
    Feb 2003
    Location
    Newfoundland
    Posts
    111
    There have been several changes to the IceSSL plugin since 3.0.1. I recommend reviewing the CHANGES file and the most recent version of the Ice manual. As always, the Ice demos have excellent examples of the new IceSSL configuration.

    Cheers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Observations on 3.3 upgrade
    By ctennis in forum Comments
    Replies: 2
    Last Post: 07-07-2008, 01:44 PM
  2. 3.3 upgrade went well
    By ctennis in forum Help Center
    Replies: 1
    Last Post: 05-23-2008, 05:18 PM
  3. Crash on exit, after upgrade to Ice 3.2
    By vanco in forum Help Center
    Replies: 5
    Last Post: 04-08-2008, 07:59 PM
  4. Upgrade to ice 3.2 : problem with Icegrid admin session
    By Vivien Delage in forum Help Center
    Replies: 2
    Last Post: 10-15-2007, 04:13 AM
  5. PHP4->PHP5 upgrade on FC3
    By surfer in forum Help Center
    Replies: 2
    Last Post: 09-02-2005, 09:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •