oscar-broman / PAWN-Boilerplate

(discontinued) Solid core for a big SA-MP server script.
http://sa-mp.com/
24 stars 13 forks source link

Linux compiler - php not found #30

Closed HB-2012 closed 12 years ago

HB-2012 commented 12 years ago

I'm using Ubuntu 10.12, and I run against this issue when I try to execute the compiler.

./compile: 3: ./compile: php: not found

I do have execute permissions to all files.

oscar-broman commented 12 years ago

Install PHP.

sudo apt-get install php5-cli

IIRC.

oscar-broman commented 12 years ago

Did it work?

HB-2012 commented 12 years ago

I've been using Windows to script since that issue, actually. I will see if I can test it anywhere this week.

HB-2012 commented 12 years ago

Tested it, works after installing php5. Edited Wiki with this information.