News:

2023-08-10 - ExifTool version 12.65 released

Main Menu

make command not found

Started by Archive, May 12, 2010, 08:54:15 AM

Previous topic - Next topic

Archive

[Originally posted by awmarsh on 2008-02-04 09:44:26-08]

hi i m awmarsh

i want to install DBI.
1)perl Makefile.Pl commans run successfully.
but when i want t run make command it says "make command not found"

if some body know some idea plz answer
thanks

Archive

[Originally posted by exiftool on 2008-02-04 11:53:00-08]

Did you read the INSTALLATION section in the README file?:

Code:
You can install the Image::ExifTool package to make it available for use by
other Perl scripts by typing the following:

   perl Makefile.PL
   make
   make test
   make install

Notes:
   i) You need root access for the last step above.

   ii) Some Perl installations (like the standard OSX installation) may not
   contain the necessary files to complete the first step above.  But no
   worries:  You can install ExifTool manually by moving 'exiftool' and the
   'lib' directory to any directory in your current PATH (ie. /usr/bin).

   iii) In Windows, the "nmake" utility may be downloaded from Microsoft at
   http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084 -- Type
   "nmake" instead of "make" in the commands above if using this utility.

Also, it would be helpful to know what system you are using.

- Phil

Archive

[Originally posted by awmarsh on 2008-02-05 03:52:42-08]

i can,t understand what r u telling?
my installation on unix OS
plz tell me in clear way
thanks

Archive

[Originally posted by exiftool on 2008-02-05 11:55:17-08]

try this:

Code:
  perl Makefile.PL
   gmake
   gmake test
   sudo gmake install

You may need to type in your password for the last step.

- Phil