Rate This Document
Findability
Accuracy
Completeness
Readability

Troubleshooting

Problem 1: An Error Is Reported After the make install Progress Reaches 100%

Symptom

After the make install progress reaches 100%, an error message "make[2]: *** No rule to make target `/path/to/COPASI/copasi-dependencies-master/bin/lib/libexpat.a', needed by `copasi/CopasiSE/CopasiSE'. Stop." is displayed.

Possible Causes

  • The libexpat.a file does not exist in the corresponding directory.
  • When the script is used to install the dependency, the file is generated in the lib64 directory at the same level.

Procedure

  1. Run the following command to switch to the copasi-dependencies-4.26.213 directory:
    cd /path/to/COPASI/copasi-dependencies-4.26.213
  2. Run the following command to copy the files in the lib64 directory to the lib directory:
    cp -r ./bin/lib64* ./bin/lib