Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
Okay, I'm running Ubuntu 5.10 and I have this program I'm trying to install, archivist , when I try to run the included binary, I get Code: ./archivist: error while ...
  1. #1
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8

    Archivist libwx_gtk2-2.4.so missing

    Okay, I'm running Ubuntu 5.10 and I have this program I'm trying to install, archivist, when I try to run the included binary, I get
    Code:
    ./archivist: error while loading shared libraries: libwx_gtk2-2.4.so: cannot open shared object file: No such file or directory
    where can I go about obtaining libwx_gtk2-2.4.so? (It's not any of the standard ones in synaptic) and if I can download it, where would I save it?

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I would try installing libwxgtk2.4
    If ubuntu doesn't have it you can download it and install it with
    Code:
    dpkg -i program_name.deb
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8
    Have it installed as a package already = \

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I think that should be it. From its sourceforge site

    the developers advise was to build wxgtk from source. You might try that.
    How to install software
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8
    okay, much obliged, I've got it built from source now and i've done make install and ldconfig as the superuser, but now it says I need to appropriately edit the LD_LIBRARY_PATH, where is it located and in which way am I supposed to edit it? these are the final lines after running make
    Code:
     ------------------------------------------------------
    
     The installation of wxWidgets is finished.  On certain
     platforms (e.g. Linux) you'll now have to run ldconfig
     if you installed a shared library and also modify the
     LD_LIBRARY_PATH (or equivalent) environment variable.
    
     wxWidgets comes with no guarantees and doesn't claim
     to be suitable for any purpose.
    
     Read the wxWidgets Licence on licencing conditions.
    
     ------------------------------------------------------

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    actually you shouldn't need to change the library path. I would try the original program now.
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8
    still returns the same error

  8. #8
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8
    what would be my chances of success if i were to try and manually install the library? and if that would accomplish anything, where would i install it

  9. #9
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by BitTorrentBuddha
    what would be my chances of success if i were to try and manually install the library? and if that would accomplish anything, where would i install it
    which library are you talking about?
    Brilliant Mediocrity - Making Failure Look Good

  10. #10
    Just Joined! BitTorrentBuddha's Avatar
    Join Date
    Dec 2005
    Location
    Waukesha
    Posts
    8
    Well, not a library, but the actual shared object. If that is possible.

Page 1 of 2 1 2 LastLast

Posting Permissions

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