Re: mssql

2003-03-09 Thread Christian Schneider
On Samstag, März 8, 2003, at 11:46 Uhr, Sherm Pendley wrote: On Saturday, March 8, 2003, at 01:17 AM, rich allen wrote: is there anyway to connect from Mac OS X to mssql? I don't know of a native driver - please, someone correct me if I'm wrong. Even lacking a native driver, you can connect

(Newbie) make/install help

2003-03-09 Thread ps
I'm doing an upgrade to 5.8.0 on Jaguar, standard installation according to the instructions on the apple website. After running the config file, I got this error: I can't find make or gmake, and my life depends on it. Go find a public domain implementation or fix your PATH setting! I am using

Re: (Newbie) make/install help

2003-03-09 Thread stephen rouse
do you have the developer tools installed? At 6:38 PM + 3/9/03, ps wrote: I'm doing an upgrade to 5.8.0 on Jaguar, standard installation according to the instructions on the apple website. After running the config file, I got this error: I can't find make or gmake, and my life depends on it.

Re: Perl/Tk on OSX?

2003-03-09 Thread Vicki Brown
Some, ahem, interesting anomalies I have discovered in attempting to build/install Perl/Tk on Mac OS X (10.2.4). 1) There are two versions of Tk currently available. The CPAN shell downloads Tk800_24 (circa 17 Mar 2002). I used CPAN shell under Perl 5.6.1 on FreeBSD and installed Perl/Tk

Re: Perl/Tk on OSX?

2003-03-09 Thread David R. Morrison
There are two separate installations which must be done to get a complete X11.app installation: the main installation and the SDK installation (which is hiding down at the bottom right of Apple's web page). The file /usr/X11R6/include/X11/Xlib.h is installed by the SDK part. -- Dave

Re: word list generator?

2003-03-09 Thread John Horner
I would like to build a scrabble/crossword_puzzle cheater. I did something like this a while ago: * I found a wordlist online -- there are many, so if you search for english wordlist on Google you should be able to find one for download via scrabble/crossword sites * I wrote a quick

Fwd: Re: perl: warning: Setting locale failed.

2003-03-09 Thread Kay Roepke
oops, forgot to CC: the list. Kay Begin forwarded message: From: Kay Roepke [EMAIL PROTECTED] Date: Mon Mar 10, 2003 3:15:26 AM Europe/Berlin To: Vicki Brown [EMAIL PROTECTED] Subject: Re: perl: warning: Setting locale failed. On Monday, March 10, 2003, at 12:12 AM, Vicki Brown wrote: perl:

Where is site_perl?

2003-03-09 Thread Vicki Brown
OK, where is site_perl? ... or the moral equivalent thereof? Given Apple's unusual installation directories, if I have a set of .pm's I need to install (no bundle, no Makefile, I just need to put them in the right place)... do I put them in /Library/Perl/darwin? /Library/Perl/darwin/auto?

Re: Where is site_perl?

2003-03-09 Thread Chris Devers
On Sun, 9 Mar 2003, Vicki Brown wrote: OK, where is site_perl? ... or the moral equivalent thereof? For standard directories, /Library/Perl seems to be the moral equivalent of /usr/local, but you have other options as well. I'm not sure how close to standard my setup is, but: % perl -e

Re: mssql

2003-03-09 Thread Chris Devers
On Fri, 7 Mar 2003, rich allen wrote: is there anyway to connect from Mac OS X to mssql? Is ODBC an option? There's ODBC support in OSX itself, which you might be able to tap into [?], and you can also try DBD::ODBC, which I'd imagine would be the Right Way to do it. Asking CPAN.pm about