Hey all,
I'm messing around with HA on FreeBSD. I managed to get CARP going as well as HAST but I want more control on a cluster than HAST can give. Given that I have a fair amount of experience with Corosync and Pacemaker I thought it would make sense to go that route.
I've run into an issue when running
I've looked unsuccessfully for a package called pkg-config and nss appears to be installed as you can see from this output:
Anyone got any ideas where to start on this?
Thanks
-mgb
I'm messing around with HA on FreeBSD. I managed to get CARP going as well as HAST but I want more control on a cluster than HAST can give. Given that I have a fair amount of experience with Corosync and Pacemaker I thought it would make sense to go that route.
I've run into an issue when running
./configure
while trying to install Corosync. The process craps out at nss with this error:
Code:
checking for nss... configure: error: in `/root/heartbeat/corosync-2.3.3':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
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.
I've looked unsuccessfully for a package called pkg-config and nss appears to be installed as you can see from this output:
Code:
root@wellesley:~/heartbeat/corosync-2.3.3 # pkg install nss
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
Anyone got any ideas where to start on this?
Thanks
-mgb
Last edited by a moderator: