(See attached file: sbd_configure_log.txt)

Hi,

I am trying to build SBD on
OS: RHEL 7.2
Arch: PPC64LE

Steps:
1. autoreconf -fi
2. ./configure

Step 2 fails with message :  configure: error: Missing required libraries
or functions.

After I checked the configure log, I noticed one package was not found as
given below:

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib... yes
checking for pacemaker... yes
checking for pcmk... no
checking for libqb... yes
checking for libxml... yes

I have installed pacemaker successfully from Clusterlabs. Still I am not
sure if pcmk is installed or not.

Any inputs will be greatly appreciated.

Thanks and Regards,
Anup Halarnkar
# ./configure
checking build system type... powerpc64le-unknown-linux-gnu
checking host system type... powerpc64le-unknown-linux-gnu
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib... yes
checking for pacemaker... yes
checking for pcmk... no
checking for libqb... yes
checking for libxml... yes
checking for io_setup in -laio... no
checking for qb_ipcs_connection_auth_set in -lqb... yes
checking for cib_new in -lcib... yes
checking for set_crm_log_level in -lcrmcommon... yes
checking for pe_find_node in -lpe_status... yes
checking for test_rule in -lpe_rules... yes
checking for crm_peer_init in -lcrmcluster... yes
checking for uuid_unparse in -luuid... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pacemaker/crm/cluster.h usability... yes
checking pacemaker/crm/cluster.h presence... yes
checking for pacemaker/crm/cluster.h... yes
checking for pcmk_strerror in -lcrmcommon... yes
checking for cib_apply_patch_event in -lcib... yes
configure: error: Missing required libraries or functions.
_______________________________________________
Developers mailing list
[email protected]
http://clusterlabs.org/mailman/listinfo/developers

Reply via email to