Description:
Receiving a message "fabric_pkg: command not found" when trying to package my application.
Reason:
The reason this is occurring is that the fabric/system directory is not in the path. You may receive a similar message when trying to run log_monitor, fabric_ctl or other fabric utilities.
Solution:
The easiest solution is to add the fabric/system to the PATH. It may be a good idea to add the fabric/system path to another environment variable called FABRIC_HOME, and then add the $FABRIC_HOME or %FABRIC_HOME% to the PATH.
Note: If you are running linux and have the issue above, it is likely that you will also need to set the LD_LIBRARY_PATH environment variable to $FABRIC_HOME as well. You will know to do this if you receive a message about: "libxerces-c.so.2.7.0: cannot open shared object file: No such file or directory."
Description:
Receiving a message "fabric_pkg: command not found" when trying to package my application.
Reason:
The reason this is occurring is that the fabric/system directory is not in the path. You may receive a similar message when trying to run log_monitor, fabric_ctl or other fabric utilities.
Solution:
The easiest solution is to add the fabric/system to the PATH. It may be a good idea to add the fabric/system path to another environment variable called FABRIC_HOME, and then add the $FABRIC_HOME or %FABRIC_HOME% to the PATH.
Note: If you are running linux and have the issue above, it is likely that you will also need to set the LD_LIBRARY_PATH environment variable to $FABRIC_HOME as well. You will know to do this if you receive a message about: "libxerces-c.so.2.7.0: cannot open shared object file: No such file or directory."