Results 1 to 2 of 2

Thread: Installing IcePy-3.2.1 on Solaris 10 x86

  1. #1
    fazkanji is offline Registered User
    Name: Faz Kanji
    Organization: Deutsche Bank
    Project: python scripts
    Join Date
    Nov 2007
    Posts
    1

    Installing IcePy-3.2.1 on Solaris 10 x86

    Hi, I have tried to compile the source code for IcePy-3.2.1 on Solaris 10 x86 using 'gmake' having edited the "Make.Rules" file according to the instructions. I already have Ice-3.2.1 installed but there are no python libraries in it. When trying to install IcePy, I get the following error:

    PyInt_FromLong 0x1c7 /usr/local/lib/python2.5/config/libpython2.5.a(enumobject.o)
    PyInt_FromLong 0x49b /usr/local/lib/python2.5/config/libpython2.5.a(enumobject.o)
    PyInt_FromLong 0x1da /usr/local/lib/python2.5/config/libpython2.5.a(rangeobject.o)
    PyInt_FromLong 0x1f5 /usr/local/lib/python2.5/config/libpython2.5.a(rangeobject.o)
    ld: fatal: relocations remain against allocatable but non-writable sections
    gmake[2]: *** [../../python/IcePy.so.3.2.1] Error 1
    gmake[2]: Leaving directory `/apps/IcePy-3.2.1/modules/IcePy'
    gmake[1]: *** [all] Error 1
    gmake[1]: Leaving directory `/apps/IcePy-3.2.1/modules'
    gmake: *** [all] Error 1

    Any ideas what is causing this and how this can be resolved?

    Many thanks,

    Faz

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    What compiler are you using? I suspect this is caused by linking against the python static library. You should recompile python 2.5 with shared library support.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem installing IcePy-3.2.1
    By xdm in forum Help Center
    Replies: 2
    Last Post: 04-29-2008, 03:50 AM
  2. Solaris 8 (SPARC) or Solaris 10 x86 support?
    By Ian James in forum Help Center
    Replies: 3
    Last Post: 06-29-2007, 10:16 AM
  3. I can use the Ice on Solaris 8 and Solaris 10?
    By tjl02040 in forum Help Center
    Replies: 1
    Last Post: 09-07-2006, 09:06 AM
  4. Anyone compiled and running on Solaris x86?
    By ehup in forum Help Center
    Replies: 0
    Last Post: 09-05-2006, 08:16 PM
  5. Replies: 1
    Last Post: 11-17-2005, 09:17 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
  •