Re: sendmail question

2005-03-15 Thread Matt Doughty
On Mon, Mar 14, 2005 at 10:12:38AM -0500, Wiggins d'Anconia wrote: Matt Doughty wrote: On Wed, Mar 09, 2005 at 09:42:00AM -0800, Ted Zeng wrote: modules that provide #1 will provide #2 too. And because talking to sendmail at the command line can get very hairy very quickly you are still

Re: sendmail question

2005-03-15 Thread Matt Doughty
On Mon, Mar 14, 2005 at 08:12:31AM +0100, Tommy Nordgren wrote: Mac OS X don't use sendmail. It uses an other program called postfix instead Home is not where you are born, but where your heart finds peace - Tommy Nordgren, The dying old crone And go to a terminal and type sendmail. Postfix

Re: Big troubles with LWP installation

2005-03-15 Thread anthony . joshua
Tried that. No luck Anthony Quoting David Jantzen [EMAIL PROTECTED]: I had problems installing LWP and numerous other Perl modules with C components until I upgraded to XCode 1.5. You can download it at Apple Developer Connection. http://connect.apple.com HTH, David On Mar 14,

problem with installing DBD::mysql

2005-03-15 Thread Ted Zeng
Hi, I tried to install DBD::mysql after I installed DBI. I run sudo perl -MCPAN -e install DBD::mysql It got the source , but always failed like any other perl module. I cd to the source directory and do sudo make and got the following error: LD_RUN_PATH=/Library/MySQL/lib/mysql:/usr/lib

Re: problem with installing DBD::mysql

2005-03-15 Thread Mark Wheeler
On Mar 15, 2005, at 5:02 PM, Ted Zeng wrote: Hi, I tried to install DBD::mysql after I installed DBI. I run sudo perl -MCPAN -e install DBD::mysql It got the source , but always failed like any other perl module. I cd to the source directory and do sudo make and got the following error:

Re: problem with installing DBD::mysql

2005-03-15 Thread Chris Devers
On Tue, 15 Mar 2005, Mark Wheeler wrote: I don't know if this will help, but here is a link that I found to a problem with installing DBD::mysql on Panther. Let me know if it works/is helpful, as I need to install it, too. I did the research for installing it (that's how I found the link)

Re: problem with installing DBD::mysql

2005-03-15 Thread John Horner
ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc' ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc' Call me petty, but this problem has been around for *years*, hasn't it? I'm constantly seeing it come up on the list. Hasn't Apple fixed it yet? The page referred to has some kind of reference to we spotted it

Re: problem with installing DBD::mysql

2005-03-15 Thread Ted Zeng
Thanks all. I followed both advices, and still got the following error: t/mysqlFAILED tests 46-48 Failed 3/68 tests, 95.59% okay t/mysql2...ok Failed Test Stat Wstat Total Fail Failed List of Failed

Re: problem with installing DBD::mysql

2005-03-15 Thread Chris Devers
On Wed, 16 Mar 2005, John Horner wrote: Call me petty, but this problem has been around for *years*, hasn't it? Well, since 15 Oct 2003, as noted in the URL that I forgot to paste last time: http://www.mail-archive.com/macosx%40perl.org/msg05736.html That's when Panther came out, not Jaguar.

Re: problem with installing DBD::mysql

2005-03-15 Thread Gregg R . Allen
On Mar 15, 2005, at 8:01 PM, Chris Devers wrote: On Wed, 16 Mar 2005, John Horner wrote: Call me petty, but this problem has been around for *years*, hasn't it? I saw that problem frequently, where I used to work. 9 out of 10 times it was caused by not having the correct version of

Re: problem with installing DBD::mysql

2005-03-15 Thread Sherm Pendley
On Mar 15, 2005, at 8:46 PM, Ted Zeng wrote: I followed both advices, and still got the following error: t/mysqlFAILED tests 46-48 Failed 3/68 tests, 95.59% okay Sigh. This comes up about every three months or so. I guess no one reads the archives. :-( The answer, as always,

Re: problem with installing DBD::mysql

2005-03-15 Thread Ted Zeng
I have given root user and its password for testing. So I assume this is not the cause for the problem. ted On Mar 15, 2005, at 7:39 PM, Sherm Pendley wrote: On Mar 15, 2005, at 8:46 PM, Ted Zeng wrote: I followed both advices, and still got the following error: t/mysqlFAILED tests

Re: problem with installing DBD::mysql

2005-03-15 Thread Ted Zeng
It used to say that it take 3 months if any code is touched in the OS for testing. But no, their internal build system's problem never override anything in OS releases, at least not before Steve Jobs came back. It is true that there is lots of consideration whether changes should be made. But

Re: problem with installing DBD::mysql

2005-03-15 Thread Sherm Pendley
On Mar 15, 2005, at 11:00 PM, Ted Zeng wrote: I have given root user and its password for testing. Let's assume for a moment that I *wasn't* watching over your shoulder. *How* did you give root and its password? Precisely what command did you use to do that? sherm-- Cocoa programming in Perl:

Re: problem with installing DBD::mysql

2005-03-15 Thread Sherm Pendley
On Mar 15, 2005, at 11:57 PM, Ted Zeng wrote: The web page Mark pointed out has this 4. perl Makefile.PL --testdb=test --testuser=username --testpassword=user_password --testhost=localhost And you can watch the output when make is run.It tells you what these parameters are for testing. That