Jim, I see this on OpenSUSE Leap 42.2 as well.
Here is a temporary patch to fix it. Alex On 19-May-17 7:43 PM, Carroll, James R wrote: > Hi, > > I am trying to build OpenSAF 5.2 for the CENTOS 7.0 platform. > I am getting unresolved refences for the tool amfpm. > > Does anyone have any suggestions? > Is it being observed in rpm based installation or make install based? Share the output of ldd amfpm. > Thank you. > > Jim
--- src/amf/Makefile.am.old 2017-05-26 13:17:20.029547308 -0400 +++ src/amf/Makefile.am 2017-05-26 13:09:08.728447882 -0400 @@ -279,7 +279,8 @@ src/amf/tools/amf_pm.c bin_amfpm_LDADD = \ - lib/libSaAmf.la + lib/libSaAmf.la \ + lib/libopensaf_core.la bin_osafamfd_CXXFLAGS = -fno-strict-aliasing $(AM_CXXFLAGS)
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
