MySQL and DBI: (not) making connection

2002-11-22 Thread Tom McDonough
I have mysql v3.23.53 running on OS X.2 and can access it from terminal but I'm trying to use the DBI (DBI-1.30) and DBD (DBD-mysql-2.1020) to access it through cgi scripts. I've been getting all sorts of 'access denied' errors. Now I've got one that I really can't understand: Unknown MySQL Serv

Re: migration successful

2002-11-22 Thread Rich & Michaela
Heather Madrone wrote: > > > Does anyone have _Mac OS X for Unix Geeks_ (O'Reilly, US $24.95) > by Brian Jepson and Ernest E. Rothman? It has a great title, > but I've had mixed experiences with O'Reilly books. If you have > it or have seen it, is it worth the money? > > Heather Madrone ([EMA

CPAN Bundle error

2002-11-22 Thread Lou Moran
cpan> install Bundle::CPAN Can't install Bundle::CPAN, don't have an associated bundle file. :-( at /System/Library/Perl/CPAN.pm line 1806 Lines 1789 -- 1816 read: + if (ref $obj) { CPAN->debug( qq{pragma[$p

Re: migration successful

2002-11-22 Thread Heather Madrone
I appreciate all the good information y'all are sharing. I only have about an hour a day to work on my Mac migration, and it would creak along a lot more slowly if I didn't have your brains to pick. At 12:52 PM 11/22/2002 -0800, David Wheeler wrote: >On Friday, November 22, 2002, at 12:44 PM, Wi

Re: migration successful

2002-11-22 Thread David Wheeler
On Friday, November 22, 2002, at 12:44 PM, William H. Magill wrote: I'll have to experiment a bit, but I normaly use emacs as shipped with OS X -- mainly because as a long time emacs user, I much prefer the "standard" GNU emacs command set to Xemacs' implemenation. The two are NOT the same! F

Re: migration successful

2002-11-22 Thread William H. Magill
On Thursday, November 21, 2002, at 09:21 PM, Heather Madrone wrote: At 05:40 PM 11/21/2002 -0800, David Wheeler wrote: On Thursday, November 21, 2002, at 03:27 PM, Heather Madrone wrote: Thanks to everyone on this list for all their helpful suggestions. I still haven't managed to get emacs t

Re: migration successful

2002-11-22 Thread William H. Magill
On Friday, November 22, 2002, at 01:33 AM, Heather Madrone wrote: I admit to a lot of confusion about OS X. For example, I'm not sure what "logging out" might mean in this context. Does it mean closing my Terminal session and then forking a new one, or do I have to log out of the entire Mac sess

Re: Cry for DBD::mysql help

2002-11-22 Thread Charlie Minow
Andrew, MySQL is installed (from source, using the directions at Apple's developer web site) and working: I can use the command line client easily enough. DBI seemed to install without a hitch. The perl is just the stock Apple 5.6.0 that is in 10.1.5. Here's what I get when I do the "perl Ma

Re: Cry for DBD::mysql help

2002-11-22 Thread Andrew Brosnan
On 11/22/02 at 9:45 AM, [EMAIL PROTECTED] (Charlie Minow) wrote: > Hi, > > I've tried and tried and can't get DBD::mysql to work on my > powerbook. When I try to use it in a perl script i get a bunch of errors > that start like this: > > dyld: perl Undefined symbols: > _mysql_affected_rows >

Cry for DBD::mysql help

2002-11-22 Thread Charlie Minow
Hi, I've tried and tried and can't get DBD::mysql to work on my powerbook. When I try to use it in a perl script i get a bunch of errors that start like this: dyld: perl Undefined symbols: _mysql_affected_rows _mysql_close _mysql_create_db _mysql_data_seek . and about 20 more just like the