unix - Error in installing SimpleDB::Class -
i try install simpledb::class cpan sudo cpan simpledb::class. needs dependency memcached::libmemcached. try install it, have following errors.
ccld clients/memstat cc tests/atomsmasher.o ccld tests/atomsmasher cxx tests/tests_hashplus-hash_plus.o ./config/depcomp: line 611: exec: g++: not found make[2]: *** [tests/tests_hashplus-hash_plus.o] error 127 make[2]: leaving directory `/home/vanitha/.cpan/build/memcached-libmemcached-0.4406- oq4z_m/src/libmemcached' make[1]: *** [install-recursive] error 1 make[1]: leaving directory `/home/vanitha/.cpan/build/memcached-libmemcached-0.4406- oq4z_m/src/libmemcached' make: *** [install] error 2 unable build libmemcached: error running cd src/libmemcached && make install aborted. no 'makefile' created timb/memcached-libmemcached-0.4406.tar.gz /usr/bin/perl makefile.pl installdirs=site -- not ok running make test make had problems, won't test running make install make had problems, won't install not read metadata file. falling other methods determine prerequisites
exec: g++: not found
- error
try first of all: sudo apt-get install g++
Comments
Post a Comment