On 08/03/16 15:48, Grigory Shamov wrote:
> Hi,
>
> While trying to build recent RBH 3.0-rc1 from source forge on CentOS 6.6,
> I have found that Œmake rpms¹ somehow misses libdl, and thus the build
> fails. Adding LIBS=-ldl to configure fixes it.
>
Hi,

That's strange. I never observed that on any of the Centos 6.x versions.

./configure && make rpms runs correctly, and robinhood is correctly 
linked to libdl:

[robinhood.git](master)$ ldd  src/robinhood/robinhood
...
    libdl.so.2 => /lib64/libdl.so.2 (0x0000003b71e00000)


and the RPM reports about its libdl dependency:

[robinhood.git](master)$ rpm -qpR 
RPMS/x86_64/robinhood-lustre-3.0-0.rc1.lustre2.7.el6.x86_64.rpm
..

libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)

...

This may be due to your autotool or libtool version...

Can you send the output of the failed build?

Thomas

------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to