Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-29 Thread Adrian Hosey
On Sep 28, 2011, at 1:41 PM, Lola Lee Beno wrote:
 
 Looks like I need to install make.  This means, I need to get XCode so I can 
 install make, right?

Yes, but - you should also read this 
http://deflatermouse.livejournal.com/149721.html

 - alh



Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread Lola Lee Beno
I upgraded to Lion.  I have pre-existing Perl modules that I had 
installed, but I hadn't yet installed DBD::mysql.


When I try to install DBD::mysql, I get this:

Checking if your kit is complete...
Looks good
Using DBI 1.615 (for perl 5.012003 on darwin-thread-multi-2level) 
installed in 
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBI/

Writing Makefile for DBD::mysql
Can't exec /usr/bin/make: No such file or directory at 
/System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.

  CAPTTOFU/DBD-mysql-4.020.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 CAPTTOFU/DBD-mysql-4.020.tar.gz  : make NO


When I try to update CPAN, I get this:

Warning: Prerequisite 'File::HomeDir = 0.69' for 
'ANDK/CPAN-1.9800.tar.gz' failed when processing 
'ADAMK/File-HomeDir-0.98.tar.gz' with 'make = NO'. Continuing, but 
chances to succeed are limited.
Can't exec /usr/bin/make: No such file or directory at 
/System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.

  ANDK/CPAN-1.9800.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 ADAMK/Test-Script-1.07.tar.gz: make NO
 CHANSEN/Mac-SystemDirectory-0.06.tar.gz  : writemakefile NO -- No 
'Makefile' created


 ANDK/CPAN-1.9800.tar.gz  : make NO
 ADAMK/File-HomeDir-0.98.tar.gz   : make NO
 RJBS/IPC-Run3-0.044.tar.gz   : make NO
 ADAMK/File-Which-1.09.tar.gz : make NO

So the common denominator is: Can't exec /usr/bin/make: No such file 
or directory at /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.


Looks like I need to install make.  This means, I need to get XCode so I 
can install make, right?


--
Lola J. Lee Beno
LinkedIn: http://www.linkedin.com/in/lolajleebeno
Facebook: http://www.facebook.com/profile.php?id=714355583
Blog: http://www.lolajl.net/blog/



Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread John Delacour

At 13:41 -0400 28/9/11, Lola Lee Beno wrote:


...Can't exec /usr/bin/make: No such file or directory at


Looks like I need to install make.  This means, I need to get XCode 
so I can install make, right?


Absolutely!  Isn't it on your Mac OS X install disks?

JD


Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread Bruce Van Allen

On 2011-09-28, Lola Lee Beno wrote:


Looks like I need to install make.  This means, I need to get XCode so I can 
install make, right?


Other than the huge download of a bunch of XCode stuff you might 
never use, that's probably the best way to install make.




   - Bruce

_bruce__van_allen__santa_cruz_ca_



Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread Elizabeth Mattijsen
On Sep 28, 2011, at 7:41 PM, Lola Lee Beno wrote:
 I upgraded to Lion.  I have pre-existing Perl modules that I had installed, 
 but I hadn't yet installed DBD::mysql.
 
 When I try to install DBD::mysql, I get this:
 
 Checking if your kit is complete...
 Looks good
 Using DBI 1.615 (for perl 5.012003 on darwin-thread-multi-2level) installed 
 in /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/DBI/
 Writing Makefile for DBD::mysql
 Can't exec /usr/bin/make: No such file or directory at 
 /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
  CAPTTOFU/DBD-mysql-4.020.tar.gz
  /usr/bin/make -- NOT OK
 Running make test
  Can't test without successful make
 Running make install
  Make had returned bad status, install seems impossible
 Failed during this command:
 CAPTTOFU/DBD-mysql-4.020.tar.gz  : make NO
 
 
 When I try to update CPAN, I get this:
 
 Warning: Prerequisite 'File::HomeDir = 0.69' for 'ANDK/CPAN-1.9800.tar.gz' 
 failed when processing 'ADAMK/File-HomeDir-0.98.tar.gz' with 'make = NO'. 
 Continuing, but chances to succeed are limited.
 Can't exec /usr/bin/make: No such file or directory at 
 /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
  ANDK/CPAN-1.9800.tar.gz
  /usr/bin/make -- NOT OK
 Running make test
  Can't test without successful make
 Running make install
  Make had returned bad status, install seems impossible
 Failed during this command:
 ADAMK/Test-Script-1.07.tar.gz: make NO
 CHANSEN/Mac-SystemDirectory-0.06.tar.gz  : writemakefile NO -- No 
 'Makefile' created
 
 ANDK/CPAN-1.9800.tar.gz  : make NO
 ADAMK/File-HomeDir-0.98.tar.gz   : make NO
 RJBS/IPC-Run3-0.044.tar.gz   : make NO
 ADAMK/File-Which-1.09.tar.gz : make NO
 
 So the common denominator is: Can't exec /usr/bin/make: No such file or 
 directory at /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
 
 Looks like I need to install make.  This means, I need to get XCode so I can 
 install make, right?

Yes, that would be a good start.  :-)   No guarantees after that though, but 
Xcode is essentially a prerequisite on Mac OS X.



Liz

Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread Lola Lee Beno
That's what I was afraid of.  Apparently a previous install of make got 
blown away. In the process of downloading XCode from App Store (uh) 
. . .



On 9/28/11 3:48 PM, Bruce Van Allen wrote:

On 2011-09-28, Lola Lee Beno wrote:

Looks like I need to install make.  This means, I need to get XCode 
so I can install make, right?


Other than the huge download of a bunch of XCode stuff you might never 
use, that's probably the best way to install make.





--
Lola J. Lee Beno
LinkedIn: http://www.linkedin.com/in/lolajleebeno
Facebook: http://www.facebook.com/profile.php?id=714355583
Blog: http://www.lolajl.net/blog/



Re: Can't Update CPAN, Can't Install DBD::mysql

2011-09-28 Thread Charlie Garrison

Good morning,

On 28/09/11 at 3:59 PM -0400, Lola Lee Beno l...@his.com wrote:

That's what I was afraid of.  Apparently a previous install of 
make got blown away. In the process of downloading XCode from 
App Store (uh) . . .


I had to install Xcode twice (not download, just install twice). 
And I seem to recall some reports from others saying the same 
thing. Installing twice also fixed borked xcode for a colleague. 
I never bothered to find out why that fixed things; just 
proceeded and kept working.



Charlie

--
   Ꮚ Charlie Garrison ♊ garri...@zeta.org.au

O ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠  http://www.ietf.org/rfc/rfc1855.txt