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
- Run the following command to switch to the copasi-dependencies-4.26.213 directory:
cd /path/to/COPASI/copasi-dependencies-4.26.213
- Run the following command to copy the files in the lib64 directory to the lib directory:
cp -r ./bin/lib64* ./bin/lib
Parent topic: COPASI 4.27.217 Porting Guide (CentOS 7.6)