On 11/6/2012 3:26 PM, nikita michalko wrote: > Hi all! > > I'm new to Corosync and just only trying to install the corosync 2.1.0 > from tarball on SLES 11/SP2 - kernel 3.0.13-0.27 - without luck: > > sp2:/opt/HA/corosync-2.1.0 # ./configure --disable-nss > ... > checking for int8_t... yes > checking for uint16_t... yes > checking for uint32_t... yes > checking for uint64_t... yes > checking for uint8_t... yes > checking for size_t... yes > checking for ssize_t... yes > checking return type of signal handlers... void > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for nss... configure: error: Package requirements (nss) were > not met: > > No package 'nss' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables nss_CFLAGS > and nss_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > But I don't want those nss! > What is wrong with it? > Any ideas? libnss/nspr are required to build crypto code support so that corosync network traffic is encrypted and verified. it is a build requirement, you can disable crypto at runtime in corosync.conf if you don´t care about security. Fabio _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss