I installed ProbABEL(probabel-0.4.5.tar.gz) in unix with Eigen following installation instructions. Everything works well, except for "pacoxph". I have no idea why only pacoxph was not installed properly. Could you help me to fix it?
There was no error message during installation. After installation, pacoxph, palinear, and palogist were in the bin folder of "ProbABEL".
When running each of them, palinear and palogist run well but pacoxph does not.
Code: Select all
@:~/ProbABEL/bin> palinear
ProbABEL v. 0.2.0 (C) Yurii Aulchenko, Lennart C. Karssen, Maksim Struchalin, EMCR
Usage: palinear options
Code: Select all
@:~/ProbABEL/bin> palogist
ProbABEL v. 0.2.0 (C) Yurii Aulchenko, Lennart C. Karssen, Maksim Struchalin, EMCR
Usage: palogist options
Code: Select all
@:~/ProbABEL/bin> pacoxph
If 'pacoxph' is not a typo you can run the following command to lookup the package that contains the binary:
command-not-found pacoxph
-bash: pacoxph: command not found
Would you give any suggestions to figure it out?
Thanks,
Joey