|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - 64bit Environments Running an AMD64 or Xeon system? Of course Linux is ready for it - but if you have any questions feel free to ask in here! |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Ok I installed the RPM for bitpim from the bitpim website. When I try to runbitpim I get the following error:
Traceback (most recent call last): File "/opt/cx_Freeze-3.0.3/initscripts/ConsoleSetLibPath.py", line 35, in <module> File "src/bp.py", line 20, in <module> File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module> File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 4, in <module> File "ExtensionLoader_wx__core_.py", line 12, in <module> ImportError: libexpat.so.0: cannot open shared object file: No such file or directory Now I made sure I had libexpat installed. I do have the file : /usr/lib64/libexpat.so.0 /usr/lib64/libexpat.so.0.5.0 Now when I searched for just "libexpat" I got: /lib64/libexpat.so.1 /lib64/libexpat.so.1.5.2 /lib/libexpat.so.1 /lib/libexpat.so.1.5.2 /usr/lib64/libexpat.a /usr/lib64/libexpat.so /usr/lib64/libexpat.so.0 /usr/lib64/libexpat.so.0.5.0 But I can't use the program. Please help in finding out what I am missing. |
|
|||
|
Quote:
O. |
|
|||
|
Quote:
su (password) cd /lib ln -s libexpat.so.1.5.2 libexpat.so.0 Hope this helps Dave |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|