instal on vps eror

sigitux

New member
Joined
Sep 14, 2009
Messages
2
Hi, I installed the virtual server(vps) but I erora emissions after installation:


*** gcc is required for compiling, please install gcc ***
*** g++ is required for compiling, please install g++ ***
*** flex is required for compiling php, please install flex ***
*** bison is required for compiling, please install bison ***
*** cannot find /usr/include/openssl/ssl.h. Please make sure libssl-dev is installed ***
eg: apt-get install libssl-dev
*** cannot find /usr/bin/patch. Please make sure that patch is installed ***
Installation didn't pass, halting install.
*******************************************
*******************************************

Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d

How fixed this eror?
 
Code:
aptitude update
aptitude -y install gcc g++ build-essential patch bison flex
 
We cannot possibly tell him what command to use until we know the OS.

However he should already know what command to use. We just need to tell him to install the things he is missing.

If he does not already the commands he probably should shut down his VPS until he does since it will be very insecure and will get hacked.
 
Back
Top