installation problem make: command not found

2013-02-18 Thread Abeer Fadda
Hi, this is the output : $ perl -v This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail) DBI-1.623 abeer$ perl Makefile.PL *** Your LANG environment variable is set to 'en_US.UTF-8' *** This may cause

Re: installation problem make: command not found

2013-02-18 Thread Jon
Hello Abeer, It appears that make is not installed. You can install make by itself (depending on your platform) CentOS/RHEL: yum install make Debian/Ubuntu: apt-get install make or install the development meta package CentOS/RHEL: yum install Developement Tools Debian/ubuntu: apt-get install

Re: installation problem make: command not found

2013-02-18 Thread Jon
Hello Abeer, Apologies for the typo, The following command to install the Development Tools meta package (barring the obvious typo): CentOS/RHEL: yum install Developement Tools should actually be: CentOS/RHEL: yum groupinstall Development Tools Best Regards, Jon A On Mon, Feb 18, 2013 at

Re: installation problem make: command not found

2013-02-18 Thread Bruce Johnson
On Feb 18, 2013, at 11:07 AM, Jon three1...@gmail.com wrote: Hello Abeer, It appears that make is not installed. You can install make by itself (depending on your platform) CentOS/RHEL: yum install make Debian/Ubuntu: apt-get install make or install the development meta package

Re: installation problem make: command not found

2013-02-18 Thread Jon
Indeed. Thanks for the correction. On Feb 18, 2013 12:42 PM, Bruce Johnson john...@pharmacy.arizona.edu wrote: On Feb 18, 2013, at 11:07 AM, Jon three1...@gmail.com wrote: Hello Abeer, It appears that make is not installed. You can install make by itself (depending on your platform)