On 24/03/16 08:44 +0100, [email protected] wrote: > Jan Pokorný <[email protected]> schrieb am 23.03.2016 19:22:13: > >> Von: Jan Pokorný <[email protected]> >> An: [email protected] >> Datum: 23.03.2016 19:23 >> Betreff: Re: [ClusterLabs] pacemakerd: undefined symbol: >> crm_procfs_process_info >> >> On 23/03/16 18:40 +0100, [email protected] wrote: >>> $ sudo pacemakerd -V >>> pacemakerd: symbol lookup error: pacemakerd: undefined symbol: >>> crm_procfs_process_info >> >> For a start, please provide output of: >> >> ls -l $(rpm -E %{_libdir})/libcrmcommon.so* >> ldd $(rpm -E %{_sbindir})/pacemakerd >> >> Adjust the path per your actual installation, also depending >> how you got the pacemaker installed: from RPMs (assumed), >> by starting with the sources and compiling by hand, etc. > > i got sources from github and compiled by hand. > >> Note that if RPMs were indeed used, you should rather make sure >> that the same version of the packages arising from single >> SRPM is installed (pacemaker, pacemaker-libs, ...). > > on that hint - i removed all old source directories and startet new > download/compilation today. > after that everything works like expected - may i messed up some old files > in working directory.
Do you use "make install" as part of your procedure? Where I was headed is that either "ldconfig" invocation might be missing once the libraries are at place, or that /usr/lib* remnants take precedence over /usr/local/lib* files in run-time linking (provided that use use default installation prefix). -- Jan (Poki)
pgpw8zpCTd5Wm.pgp
Description: PGP signature
_______________________________________________ Users mailing list: [email protected] http://clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
