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 ...
- 03-26-2006 #1
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
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?Code:./archivist: error while loading shared libraries: libwx_gtk2-2.4.so: cannot open shared object file: No such file or directory
- 03-26-2006 #2
I would try installing libwxgtk2.4
If ubuntu doesn't have it you can download it and install it withCode:dpkg -i program_name.deb
Brilliant Mediocrity - Making Failure Look Good
- 03-26-2006 #3
Have it installed as a package already = \
- 03-27-2006 #4
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 softwareBrilliant Mediocrity - Making Failure Look Good
- 03-27-2006 #5
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. ------------------------------------------------------
- 03-27-2006 #6
actually you shouldn't need to change the library path. I would try the original program now.
Brilliant Mediocrity - Making Failure Look Good
- 03-28-2006 #7
- 04-05-2006 #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
- 04-05-2006 #9which library are you talking about?
Originally Posted by BitTorrentBuddha Brilliant Mediocrity - Making Failure Look Good
- 04-06-2006 #10
Well, not a library, but the actual shared object. If that is possible.


Reply With Quote
