Bug ID 991846
Summary there is no rdmacm.pc file for librdmacm-devel
Classification openSUSE
Product openSUSE Distribution
Version Leap 42.1
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Network
Assignee bnc-team-screening@forge.provo.novell.com
Reporter bliu@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

When I cpmpile corosync with dependency on librdmacm-devel, and confirm that I
've installed the this package, but configure said there was no such lib.

I checked the configure file which used pkg-config to check whether a devel
package installed or not. Then I checked the pkgconfig directory, no pc files
for the package above. And I used 'rpm -ql' to double confirm there is no pc
file in the devel package.

Here is the pc file I wrote:
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib64
sharedlibdir=${libdir}
includedir=${prefix}/include

Name: rdmacm
Description: rdmacm compression library
Version: 1.0.19 

Requires:
Libs: -L${libdir} -L${sharedlibdir} -lz
Cflags: -I${includedir}


You are receiving this mail because: