hadfl / kvmadm

Manage KVM instances under SMF control (supports KVM in zones)
http://www.kvmadm.org
Other
21 stars 6 forks source link

perl compilation errors #77

Closed michaelkoetter closed 9 years ago

michaelkoetter commented 9 years ago

When trying to execute kvmadm, it fails with the following errors:

root@omnios-test:/opt/kvmadm-0.9.0-rc2# bin/kvmadm
Global symbol "@MON_INFO" requires explicit package name at bin/kvmadm line 264.
Global symbol "@MON_INFO" requires explicit package name at bin/kvmadm line 267.
Execution of bin/kvmadm aborted due to compilation errors.
root@omnios-test:/opt/kvmadm-0.9.0-rc2# perl --version

This is perl 5, version 16, subversion 1 (v5.16.1) built for i86pc-solaris-thread-multi-64int
[..]

This is on a fresh OmniOS r151014 install, only added gnu-make package.

hadfl commented 9 years ago

fixed in https://github.com/hadfl/kvmadm/releases/tag/v0.9.0-rc3 thanks!