Find the answer to your Linux question:
Results 1 to 9 of 9
I installed the GraphiteOne3d package in Ubuntu 5.04 Hoary and the following error when run: @ubuntu:~$ graphiteone Traceback (most recent call last): File "/opt/GraphiteOne/lib/graphiteonesplashscreen.py", line 16, in ? from qt ...
  1. #1
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    146

    GraphiteOne 3d

    I installed the GraphiteOne3d package in Ubuntu 5.04 Hoary and the following error when run:

    @ubuntu:~$ graphiteone
    Traceback (most recent call last):
    File "/opt/GraphiteOne/lib/graphiteonesplashscreen.py", line 16, in ?
    from qt import Qt
    File "/opt/GraphiteOne/lib/qt.py", line 46, in ?
    import libsip
    ImportError: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    /opt/GraphiteOne/lib/HPY.py:2: RuntimeWarning: Python C API version mismatch for module HPYc: This Python has API version 1012, module HPYc has version 1011.
    import HPYc
    Traceback (most recent call last):
    File "/opt/GraphiteOne/lib/graphiteone.py", line 15, in ?
    from graphiteoneapplication import GOneApplication
    File "/opt/GraphiteOne/lib/graphiteoneapplication.py", line 17, in ?
    from qt import QString
    File "/opt/GraphiteOne/lib/qt.py", line 46, in ?
    import libsip
    ImportError: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

    It seems to be a libs version mismatch but GraphiteOne docs list Python2.2 and libsstdc 2.9 as the only earliest version requirements. Hoary has Python2.4 nd libs**v3. So why the error message??? any help would be appreciated

  2. #2
    Just Joined!
    Join Date
    Aug 2006
    Posts
    3

    graphiteone on Debian

    I am having the same problem, I tried installing directly with alien as well as converting the rpm to deb and installing.

    Traceback (most recent call last):
    File "/opt/GraphiteOne/lib/graphiteonesplashscreen.py", line 16, in ?
    from qt import Qt
    File "/opt/GraphiteOne/lib/qt.py", line 46, in ?
    import libsip
    ImportError: libXft.so.1: cannot open shared object file: No such file or directory
    Traceback (most recent call last):
    File "/opt/GraphiteOne/lib/graphiteone.py", line 15, in ?
    from graphiteoneapplication import GOneApplication
    File "/opt/GraphiteOne/lib/graphiteoneapplication.py", line 17, in ?
    from qt import QString
    File "/opt/GraphiteOne/lib/qt.py", line 46, in ?
    import libsip
    ImportError: libXft.so.1: cannot open shared object file: No such file or directory

  3. #3
    Just Joined!
    Join Date
    Jan 2006
    Posts
    71
    Dalani:
    ImportError: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    What shows up if you run this
    ls -l | grep libstd
    You should see a couple libstd files. Seems like it is looking for libstdc++-libc6.2-2.so.3. If it isnt there, link that name to the libstdc++-3-libc6.2-2-2.10.0.so or whichever version you see

    JadeS:
    You have a different error than Dalani,
    ImportError: libXft.so.1: cannot open shared object file: No such file or directory
    ls -l | grep libXft
    On my system, I dont have libXft.so.1 If this is the case for you, you can try linking libXft.so.1 to libXft.so.2.1.2

  4. #4
    Just Joined!
    Join Date
    Jan 2006
    Posts
    71
    ..forgot:
    Maybe you dont have the libsip package installed. You can apt-get it.

  5. #5
    Linux Newbie
    Join Date
    Jan 2005
    Posts
    146
    If it isnt there, link that name to the libstdc++-3-libc6.2-2-2.10.0.so or whichever version you see
    how do I link the name to another??

  6. #6
    Just Joined!
    Join Date
    Aug 2006
    Posts
    3
    Hey, linking libXft.so.1 to libXft.so.2.1.2 worked for part of it...now all I have to do is get libsip. I attemted to apt-get it but got there is no installation candidate. By the way, I am running Debian Etch.

  7. #7
    Just Joined!
    Join Date
    Aug 2006
    Posts
    3
    To create link: ln -sf libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.2-2.so.3

  8. #8
    Just Joined!
    Join Date
    Jan 2006
    Posts
    71
    **USE AT YOUR OWN RISK**
    It says it is for "oldstable", so I dont know how/if it is compatible with Etch. If you are willing to try, you can find the package on the debian website:

    http://packages.debian.org/oldstable/libs/libsip

  9. #9
    Just Joined!
    Join Date
    Oct 2006
    Posts
    1

    Same only different....

    Installed Graphiteone under Fedora Core 5, when I tried to start it got the following:
    Traceback (most recent call last):
    File "/opt/GraphiteOne/lib/graphiteone.py", line 15, in ?
    from graphiteoneapplication import GOneApplication
    File "/opt/GraphiteOne/lib/graphiteoneapplication.py", line 13, in ?
    import HPY
    File "/opt/GraphiteOne/lib/HPY.py", line 2, in ?
    import HPYc
    ImportError: /opt/GraphiteOne/lib/libhoops1100.so: cannot restore segment prot after reloc: Permission denied

    I'm not a Linux guru at all, so I have no idea what any of it means. All assistance greatly appreciated.

    Thanks,

    AMD64 dual core, Gigabyte mobo, Radeon X1600 video card (trying to run dual head but only kinda half works...), FC5.

Posting Permissions

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