Re: installation problem make: command not found

Jon <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.general
Message-ID <CAL40zrQJkX2uUV48Q8AP603t+CB7tC5A-TVzD38mPuQN98urNQ@mail.gmail.com>
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 build-essential

Best Regards,
Jon A

On Mon, Feb 18, 2013 at 8:58 AM, Abeer Fadda
<[email protected]> wrote:
> 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 problems for some perl installations.
> *** If you get test failures, please try again with LANG unset.
> *** If that then works, please email [email protected] with details
> *** including the output of 'perl -V'
>
> Your perl was compiled with gcc (version 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)), okay.
> Creating test wrappers for DBD::Gofer:
> t/zvg_01basics.t
> t/zvg_02dbidrv.t
> t/zvg_03handle.t
> t/zvg_04mods.t
> t/zvg_05concathash.t
> t/zvg_06attrs.t
> t/zvg_07kids.t
> t/zvg_08keeperr.t
> t/zvg_09trace.t
> t/zvg_10examp.t
> t/zvg_11fetch.t
> t/zvg_12quote.t
> t/zvg_13taint.t
> t/zvg_14utf8.t
> t/zvg_15array.t
> t/zvg_16destroy.t
> t/zvg_19fhtrace.t
> t/zvg_20meta.t
> t/zvg_30subclass.t
> t/zvg_31methcache.t
> t/zvg_35thrclone.t (use threads)
> t/zvg_40profile.t
> t/zvg_41prof_dump.t
> t/zvg_42prof_data.t
> t/zvg_43prof_env.t
> t/zvg_48dbi_dbd_sqlengine.t
> t/zvg_49dbd_file.t
> t/zvg_50dbm_simple.t
> t/zvg_51dbm_file.t
> t/zvg_52dbm_complex.t
> t/zvg_60preparse.t
> t/zvg_65transact.t
> t/zvg_70callbacks.t
> t/zvg_72childhandles.t
> t/zvg_80proxy.t
> t/zvg_85gofer.t
> t/zvg_86gofer_fail.t
> t/zvg_87gofer_cache.t
> t/zvg_90sql_type_cast.t
> Creating test wrappers for DBI::SQL::Nano:
> t/zvn_48dbi_dbd_sqlengine.t
> t/zvn_49dbd_file.t
> t/zvn_50dbm_simple.t
> t/zvn_51dbm_file.t
> t/zvn_52dbm_complex.t
> t/zvn_85gofer.t
> Creating test wrappers for DBI::PurePerl:
> t/zvp_01basics.t
> t/zvp_02dbidrv.t
> t/zvp_03handle.t
> t/zvp_04mods.t
> t/zvp_05concathash.t
> t/zvp_06attrs.t
> t/zvp_07kids.t
> t/zvp_08keeperr.t
> t/zvp_09trace.t
> t/zvp_10examp.t
> t/zvp_11fetch.t
> t/zvp_12quote.t
> t/zvp_13taint.t
> t/zvp_14utf8.t
> t/zvp_15array.t
> t/zvp_16destroy.t
> t/zvp_19fhtrace.t
> t/zvp_20meta.t
> t/zvp_30subclass.t
> t/zvp_31methcache.t
> t/zvp_35thrclone.t (use threads)
> t/zvp_40profile.t
> t/zvp_41prof_dump.t
> t/zvp_42prof_data.t
> t/zvp_43prof_env.t
> t/zvp_48dbi_dbd_sqlengine.t
> t/zvp_49dbd_file.t
> t/zvp_50dbm_simple.t
> t/zvp_51dbm_file.t
> t/zvp_52dbm_complex.t
> t/zvp_60preparse.t
> t/zvp_65transact.t
> t/zvp_70callbacks.t
> t/zvp_72childhandles.t
> t/zvp_80proxy.t
> t/zvp_85gofer.t
> t/zvp_86gofer_fail.t
> t/zvp_87gofer_cache.t
> t/zvp_90sql_type_cast.t
> Creating test wrappers for DBD::Gofer + DBI::SQL::Nano:
> t/zvxgn_48dbi_dbd_sqlengine.t
> t/zvxgn_49dbd_file.t
> t/zvxgn_50dbm_simple.t
> t/zvxgn_51dbm_file.t
> t/zvxgn_52dbm_complex.t
> t/zvxgn_85gofer.t
> Creating test wrappers for DBD::Gofer + DBI::PurePerl:
> t/zvxgp_01basics.t
> t/zvxgp_02dbidrv.t
> t/zvxgp_03handle.t
> t/zvxgp_04mods.t
> t/zvxgp_05concathash.t
> t/zvxgp_06attrs.t
> t/zvxgp_07kids.t
> t/zvxgp_08keeperr.t
> t/zvxgp_09trace.t
> t/zvxgp_10examp.t
> t/zvxgp_11fetch.t
> t/zvxgp_12quote.t
> t/zvxgp_13taint.t
> t/zvxgp_14utf8.t
> t/zvxgp_15array.t
> t/zvxgp_16destroy.t
> t/zvxgp_19fhtrace.t
> t/zvxgp_20meta.t
> t/zvxgp_30subclass.t
> t/zvxgp_31methcache.t
> t/zvxgp_35thrclone.t (use threads)
> t/zvxgp_40profile.t
> t/zvxgp_41prof_dump.t
> t/zvxgp_42prof_data.t
> t/zvxgp_43prof_env.t
> t/zvxgp_48dbi_dbd_sqlengine.t
> t/zvxgp_49dbd_file.t
> t/zvxgp_50dbm_simple.t
> t/zvxgp_51dbm_file.t
> t/zvxgp_52dbm_complex.t
> t/zvxgp_60preparse.t
> t/zvxgp_65transact.t
> t/zvxgp_70callbacks.t
> t/zvxgp_72childhandles.t
> t/zvxgp_80proxy.t
> t/zvxgp_85gofer.t
> t/zvxgp_86gofer_fail.t
> t/zvxgp_87gofer_cache.t
> t/zvxgp_90sql_type_cast.t
> Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl:
> t/zvxnp_48dbi_dbd_sqlengine.t
> t/zvxnp_49dbd_file.t
> t/zvxnp_50dbm_simple.t
> t/zvxnp_51dbm_file.t
> t/zvxnp_52dbm_complex.t
> t/zvxnp_85gofer.t
> Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl:
> t/zvxgnp_48dbi_dbd_sqlengine.t
> t/zvxgnp_49dbd_file.t
> t/zvxgnp_50dbm_simple.t
> t/zvxgnp_51dbm_file.t
> t/zvxgnp_52dbm_complex.t
> t/zvxgnp_85gofer.t
> Checking if your kit is complete...
> Looks good
>
>     I see you're using perl 5.012004 on darwin-thread-multi-2level, okay.
>     Remember to actually *read* the README file!
>     Use  'make' to build the software (dmake or nmake on Windows).
>     Then 'make test' to execute self tests.
>     Then 'make install' to install the DBI and then delete this working
>     directory before unpacking and building any DBD::* drivers.
>
> Writing Makefile for DBI
>
> 1Clayton2-iMac27:DBI-1.623 abeer$ make
> -bash: make: command not found
>
> regards,
>
>
> Abeer Fadda, PhD
> Post-doctoral researcher at AG Clayton
> ZMBH
> Im Neuenheimer Feld 282
> D-69120 Heidelberg
> Tel.: +496221546877
> Germany
>
>
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.