m4ConfigOptions not defined error on installing examples.
When following the installation instructions outlined here:
https://hubzero.org/documentation/1.3.0/installation/installdeb.cms
once I've installed the CMS (apt-get install -y hubzero-cms-1.3.0)
I try to install the example (hzcms install example). It fails with the message:
Traceback (most recent call last):
File "/usr/bin/hzcms", line 4872, in
args.func(args)
File "/usr/bin/hzcms", line 1433, in installHub
return installHubDebian(args)
File "/usr/bin/hzcms", line 1554, in installHubDebian
generateLogrotateFiles(hubname)
File "/usr/bin/hzcms", line 920, in generateLogrotateFiles
m4ConfigOptions.append("-DHUBNAME=" + hubname)
NameError: global name 'm4ConfigOptions' is not defined
This has only started happening in the last week or so. How do I work around this?
Thanks
Martin
0 Like 0 Dislike
nkissebe @ on
I probably messed up the package that week. Get a new update of the package hubzero-cli and it should work (apt-get update; apt-get upgrade)
Reply Report abuse
Please login to answer the question.