Error help me please

Command

Verified User
Joined
May 3, 2009
Messages
30
Code:
./libtool: line 990: g++: command not found
make[1]: *** [pcrecpp.lo] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/pcre-8.02'
make: *** [all] Error 2
[root@188-72-230-197 custombuild]#

Can 1 help me please :confused:
 
Code:
yum install g++

should solve

[root@server ~]# yum install g++
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.plusline.de
* base: ftp.plusline.de
* extras: ftp.plusline.de
* updates: ftp.plusline.de
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package g++ available.
Nothing to do
 
sorry im not familiar to non-debian os, looking on google i found this command for g++

Code:
yum install gcc-c++

hope it work ^^
 
Back
Top