Results 1 to 2 of 2

Thread: ubuntu debian packege: Setting up ICE_HOME and ICEJ_HOME

  1. #1
    eric_xue is offline Registered User
    Name: liang xue
    Organization: TU Munich
    Project: middleware integration real time database
    Join Date
    Nov 2008
    Posts
    1

    ubuntu debian packege: Setting up ICE_HOME and ICEJ_HOME

    Does anyone know where the ICE libraries are installed if you use sudo apt-get install *** for the ICE packages? (It seems lots of people manually install by compiling the source code, but I somewhat install the package from ubuntu repository)
    I've problem to set those environment variables...
    Thanks in advance.

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruña, Spain
    Posts
    588
    Hi Liang,

    i think that in ubuntu Ice libraries are in /usr/lib but i'm not sure because this is not an official supported platform.

    in anyway in debian based system you could use
    Code:
     dpkg-query -L <package-name>
    to get the list of files installed by a package.

    or you could simple use find command to locate where is libIce.so
    Code:
    find / -iname libIce.so
    Hope this help
    José

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Setting jvm parameters
    By aswani in forum Help Center
    Replies: 0
    Last Post: 08-20-2009, 02:03 PM
  2. Ubuntu Linux?
    By vincei in forum Comments
    Replies: 7
    Last Post: 08-24-2007, 09:26 AM
  3. Ant ICE_HOME and ice.bin.dir
    By blair in forum Bug Reports
    Replies: 1
    Last Post: 06-20-2007, 08:28 AM
  4. Ice for C# in ubuntu
    By timberwolf in forum Help Center
    Replies: 6
    Last Post: 05-22-2007, 10:07 PM
  5. Replies: 5
    Last Post: 08-23-2006, 08:58 PM

Posting Permissions

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