cBio / cbio-cluster

MSKCC cBio cluster documentation
12 stars 2 forks source link

Install php command-line tool on nodes #320

Closed danielparton closed 9 years ago

danielparton commented 9 years ago

I'm running a program, MolProbity, which seems to require the php command-line tool. MolProbity runs ok on the login nodes, where the php tool is installed at /usr/bin/php.

On the nodes (only tested on gpu-2-9), php is not found when searching with which, and MolProbity fails with the error /usr/bin/env: php: No such file or directory.

Would it be possible to install the php command-line tool on the nodes please?

tatarsky commented 9 years ago

Added the basic php-cli RPM on the nodes. Advise if that covers your needs or if other php modules are required. (php is on the head node due to its need by some of the web dashboards)

danielparton commented 9 years ago

My program seems to be working now, so I think that's all that is required. Thanks!