Foundation 10 and Flow 10 Installer Fails on Linux
The linux installer for Foundation 10.0.1 and Flow 10.0.1 always fail with the following error:
Configuring Installer...
Executing ***unknown variable ccif.dir.openssl.runnable***openssl
Error running ***unknown variable ccif.dir.openssl.runnable***openssl req -config ***unknown variable ccif.dir.openssl.config***openssl.cnf -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem -subj "/C=US/ST=New COUNTRY/L=SOMEWHERE /O=.../OU=.../CN=.../emailAddress=...": /bin/sh: line 1: ***unknown variable ccif.dir.openssl.runnable***openssl: command not found
[16:54:37] Failed to configure installation RuntimeI finally gave up and manually installed Foundation and am now experiencing the same problem with Flow and there is no manual way to install Flow that I'm aware of so now I'm stuck.
The openssl command is available (version 3.2.2.4) but it looks to fail injecting variables called ccif.dir.openssl.runnable and ccid.dir.openssl.config. There are other ccif.* variables:
# grep ccif ThingWorxFlow_install.log
[16:49:48] ccif.projectFlavor: PostgreSQL
[16:49:50] homeDir set to ~/.ptc_ccif
[16:50:05] ccif.dir.tmp |/opt/ptc/ThingworxFlow/installer/tmp/|
[16:50:05] ccif.dir.install |/opt/ptc/ThingworxFlow|
[16:50:05] ccif.dir.installer |/opt/ptc/ThingworxFlow/installer/|
[16:50:05] ccif.dir.tarballs |/opt/ptc/ThingworxFlow/installer/tarballs/|
[16:54:16] ccif.dir.tmp |/opt/ptc/ThingworxFlow/installer/tmp/|
[16:54:16] ccif.dir.install |/opt/ptc/ThingworxFlow|
[16:54:16] ccif.dir.installer |/opt/ptc/ThingworxFlow/installer/|
[16:54:16] ccif.dir.tarballs |/opt/ptc/ThingworxFlow/installer/tarballs/|
[16:54:17] ~/.ptc_ccif/ThingWorxFlow.xml does not exist
[16:54:25] ccif.cincInstalled: 1
[16:54:30] start ccif_start_pre
[16:54:30] end ccif_start_pre
[16:54:30] start ccif_end_pre
[16:54:31] end ccif_end_pre
[16:54:31] start ccif_start_main
[16:54:32] end ccif_start_main
Executing ***unknown variable ccif.dir.openssl.runnable***openssl
Error running ***unknown variable ccif.dir.openssl.runnable***openssl req -config ***unknown variable ccif.dir.openssl.config***openssl.cnf -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem -subj "/C=US/ST=New COUNTRY/L=SOMEWHERE /O=.../OU=.../CN=.../emailAddress=...": /bin/sh: line 1: ***unknown variable ccif.dir.openssl.runnable***openssl: command not found
[16:54:55] Executing abort action : ccif_start_main component
[16:54:55] Executing abort action : ccif_end_pre component
[16:54:56] Executing abort action : ccif_start_pre componentIs there a way around this with the installer or is there a way to manually install?
-Matt

