Questions marquées «path»

8
Problèmes de PATH pour les scripts init.d au démarrage

J'ai un script simple qui démarre une instance de licorne (sur Ubuntu 12.04LTS). #!/bin/sh case "$1" in start) echo "starting" cd /path && bundle exec unicorn -c /path/config/unicorn.rb -D -E production ;; stop) echo "Stopping Unicorn Instances" kill `cat /tmp/unicorn.pid` ;; restart) echo...

8
pourquoi macports ne peut-il pas trouver de marque

J'essaie d'exécuter des macports comme ceci: port install php5 Quand je le fais, cependant, j'obtiens cette erreur: Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration...