Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Boysenberry Payne
What happens which you type: which perl perl -v perldoc DBD::mysql ok, here you are: from ~/ which perl /opt/local/bin/perl perl -v This is perl, v5.8.6 built for darwin-2level ... perldoc DBD::mysql No documentation found for "DBD::mysql" Mind you I'm in the process of reinstalling DBD::mysql...

Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Barry Hoggard
On Feb 10, 2005, at 2:01 PM, Geoffrey Young wrote: sorry for showing up late, but do the OS X-specific install instructions here not help or no longer apply? http://www.modperlcookbook.org/chapters/ch01.pdf I had forgotten about those. I haven't needed to use them lately. The regular 1.x cod

Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Geoffrey Young
Barry Hoggard wrote: > What happens which you type: > > which perl > perl -v > perldoc DBD::mysql > > Do all of those work? Can you tell us what they output? > > Since you are not using SSL for now, get rid of the SSL-related lines. > I'm sorry. I didn't realize you didn't understand that p

Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Barry Hoggard
What happens which you type: which perl perl -v perldoc DBD::mysql Do all of those work? Can you tell us what they output? Since you are not using SSL for now, get rid of the SSL-related lines. I'm sorry. I didn't realize you didn't understand that part. Use this to compile the static apache.

Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Boysenberry Payne
How can remove my fink directories from the @INC var? Do I just uninstall everything in the directories and just leave it, or is there a way to permanently remove it from being in the @INC? On Feb 10, 2005, at 7:57 AM, Peter Dyballa wrote: Am 10.02.2005 um 14:44 schrieb Boysenberry Payne: I was try

Re: At the end of my rope with apache and mod_perl

2005-02-10 Thread Boysenberry Payne
First of all I want to say thanks for your time and explanations... I'm going to try and re-explain my scenario, only because this thread has kind of bounced between two, kind of confusing them. And, to make it more complicated for me, it's on 4 lists. So here I go. About a week ago I decided to

Re: At the end of my rope with apache and mod_perl

2005-02-09 Thread Boysenberry Payne
I tried running one script below and got the following: ./installer: line 11: cd: /Users/boysie/src/mm-1.*: No such file or directory Configuring for Apache, Version 1.3.33 + using installation path layout: Darwin (config.layout) configure:Error: No such module named 'yes' ./installer: line 16: c

Re: At the end of my rope with apache and mod_perl

2005-02-09 Thread Boysenberry Payne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, I tried using darwinports to install apache 1.3 and mod_perl 1.26 using port install apache +mod_perl. It seemed to off without a hitch, no errors, no problem. Then I tried starting apache using: sudo /opt/local/sbin/apachectl start and received th

Re: At the end of my rope with apache and mod_perl

2005-02-08 Thread Barry Hoggard
On Feb 8, 2005, at 4:01 PM, Boysenberry Payne wrote: Since I can’t seem to figure out how to install apache_1.3.33 on mac ox x from source, I’m going to try and fix my issues with my currently installed version (comes with os x.) The problem I’m having is with mod_perl and mysql. I used fink to

At the end of my rope with apache and mod_perl

2005-02-08 Thread Boysenberry Payne
Since I can’t seem to figure out how to install apache_1.3.33 on mac ox x from source, I’m going to try and fix my issues with my currently installed version (comes with os x.) The problem I’m having is with mod_perl and mysql. I used fink to install mysql at one point and it confused mod_perl as