Installing on RedHat 9 problem

Hi all,

Im a bit of a newb so my apologies

Im trying to get the install going on my redhat box and am sure i have all dependencies on there now but when running make install i get teh following.

[root@localhost asterisk-1.4.14]# make install
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules …
[LD] astman.o md5.o -> astman
make[1]: g++: Command not found
make[1]: *** [astman] Error 127
make: *** [utils] Error 2
[root@localhost asterisk-1.4.14]#

Any ideas?
All help appreciated.
Thanks
TF

Howdy,

Did the ./configure script indicate that it found the g++ executable okay?
The error there indicates that g++ can’t be run.

As RedHat 9.0 came out about 4.5 years ago, you’re not in the best of shape for trying to build current software against it.

Cheers.

Thanks for the reply,

No it didnt!!! Have now installed, had gcc installed but needed to install gcc-c++ aswell, but your right about RH9, the version of ‘make’ available is too old and has an error on compile.

Am downloading CentOS, should be much betta :smiley: