From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Description of problem: The x86_64 version of openobex-devel only contains the /usr/lib64/libopenobex.a and a broken symlink named /usr/lib64/libopenobex.so Version-Release number of selected component (if applicable): openobex-devel-1.0.1-3 How reproducible: Always Steps to Reproduce: 1. Install openobex-devel RPM 2. ls -la /usr/lib64/libopenobex.so Additional info:
$ rpm -qpl openobex-1.0.1-3.x86_64.rpm /usr/lib64/libopenobex-1.0.so.1 /usr/lib64/libopenobex-1.0.so.1.0.0 $ rpm -qvpl openobex-devel-1.0.1-3.x86_64.rpm ... /usr/lib64/libopenobex.so -> libopenobex-1.0.so.1.0.0 ... seems to be ok ...
Perhaps I am missing something here, but the output you get shows my point exactly. There is a symlink in the RPM but the library is missing, isn't it? Or is that the way it should be? # rpm -qvl openobex-devel-1.0.1-3.x86_64 | grep libopenobex.so lrwxrwxrwx 1 root root 24 mar 2 15:19 /usr/lib64/libopenobex.so -> libopenobex-1.0.so.1.0.0 # ll /usr/lib64/libopenobex.so lrwxrwxrwx 1 root root 24 10 jul 13.09 /usr/lib64/libopenobex.so -> libopenobex-1.0.so.1.0.0 # ll /usr/lib64/libopenobex-1.0.so.1.0.0 ls: /usr/lib64/libopenobex-1.0.so.1.0.0: No such file or directory
the .so symlink from openobex-devel-1.0.1-3.x86_64.rpm points to the real file from openobex-1.0.1-3.x86_64.rpm. install openobex-1.0.1-3.x86_64.rpm and you are fine.