Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - SuSE Linux > ARCHIVES - 64bit Environments
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
  #1 (permalink)  
Old 28-Oct-2007, 11:54
Digit01
Guest
 
Posts: n/a
Default

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.

  #2 (permalink)  
Old 08-Nov-2007, 11:13
orion940
Guest
 
Posts: n/a
Default

Quote:
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.
[/b]
You need to install libexpat0. But you will run into another problem after that. You will get some stuff that ends up with _md5 missing.

O.
  #3 (permalink)  
Old 19-Apr-2008, 15:51
dkoerner
Guest
 
Posts: n/a
Default

Quote:
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.
[/b]
bitpim is a 32 bit app. I fixed mine by adding symbolic link to "/lib/libexpat.so.1.5.2" with command "ln -s libexpat.so.1.5.2 libexpat.so.0". I did this from a root console by changing into the /lib directory.

su
(password)
cd /lib
ln -s libexpat.so.1.5.2 libexpat.so.0

Hope this helps

Dave
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2