On 2007-08-02 at 20:21, Chris Harms <[EMAIL PROTECTED]> elucidated:
> Hi,
> 
> I get the following error during make on RHEL 5 x86_64 with 
> heartbeat-2.1.2.tar.gz
> 
> ./.libs/libplumb.so: undefined reference to `cl_str_to_boolean'
> ./.libs/libplumb.so: undefined reference to `cl_binary_to_int'
> collect2: ld returned 1 exit status
> gmake[2]: *** [ipctest] Error 1
> gmake[2]: Leaving directory `/usr/src/heartbeat-2.1.2/lib/clplumbing'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/src/heartbeat-2.1.2/lib'
> make: *** [all-recursive] Error 1
> 
> 
> Suggestions?
> 

perhaps something like:

for i in /usr/lib/lib*.so 
{
echo $i
nm $i | grep cl_str_to_boolean
}


Might reveal something. Or use objdump for something similar, if the
libraries are stripped.


Dale



_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to