Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › hcicyclesavemsgs in upgrade from 3.8.1 to 5.3 › Reply To: hcicyclesavemsgs in upgrade from 3.8.1 to 5.3
#!/hci/qdx5.1/integrator/bin/perl
I believe the “/usr/bin/ksh: /hci/qdx5.3/integrator/contrib/hcicyclesavemsgs: not found.” message that you are seeing is because the perl interpreter is not being found, not the hcicyclesavemsgs script itself. The error message is a little misleading in this regard, and has fooled us in the past.
If you update the first line of the hcicyclesavemsgs script to this:
#!/hci/qdx5.3/integrator/bin/perl
it should solve the problem.
– Glenn