Re: Mason and undefined symbols error: resolved

2004-07-16 Thread Andrew Brosnan
On Jul 15, 2004, at 12:36 PM, Andrew Brosnan wrote: I need some help troubleshooting an 'Undefined symbols' error. I'm trying to get Mason/mod_perl/Apache to install and work properly. Currently I am running Mac OS X 10.2.8. ... On 7/15/04 at 1:38 PM, [EMAIL PROTECTED] (Do

Re: Mason and undefined symbols error

2004-07-16 Thread Alan Olsen
On Jul 15, 2004, at 1:45 PM, Joseph Alotta wrote: This might be a little out of our developed world mindset, but I have heard numerous missionaries report that people in their host countries will do the exorcism first off on all kinds of equipment, especially cars and trucks and generators and

Mason and undefined symbols error

2004-07-15 Thread Andrew Brosnan
Hello, I need some help troubleshooting an 'Undefined symbols' error. I'm trying to get Mason/mod_perl/Apache to install and work properly. Currently I am running Mac OS X 10.2.8. I first installed Perl v5.8.4. (I still have the Perl 5.6 installation that comes from Apple.) I installed Apache

Re: Mason and undefined symbols error

2004-07-15 Thread Do Hyun Kim
Hello Andrew, I had similar problems when getting Perl 5.8.4 / Apache / mod_perl to work. It stems from the fact that OS X really is happier when you build a dynamic libperl (in fact, thats the way the shipped version of Perl on OS X is) So, the way I fixed this was to recompile Perl with

Re: Mason and undefined symbols error

2004-07-15 Thread Andrew Brosnan
Hello, Sorry to be a pest, but I'm rather confused by these 'undefined symbol' errors. Yes, I have two versions of Perl installed, but they are in different locations. Also, they have no common directories in their respective @INC (except '.'). I am further confused by posts in the archive and

Re: Mason and undefined symbols error

2004-07-15 Thread Sherm Pendley
On Jul 15, 2004, at 2:44 PM, Andrew Brosnan wrote: I am further confused by posts in the archive and elsewhere. Some seem to say, 'Find the old offending libraries and remove them.' While others seem to say, 'Don't mess with Apple's version of Perl. Install a second version instead.' So which

Re: Mason and undefined symbols error

2004-07-15 Thread Andrew Brosnan
On 7/15/04 at 2:53 PM, [EMAIL PROTECTED] (Sherm Pendley) wrote: ... But that is not the case here. You're not building an ordinary module - you're building mod_perl. Do Hyun Kim's answer in this case is appropriate - try building your Perl with a dynamic libperl instead of the default

Re: Mason and undefined symbols error

2004-07-15 Thread Sherm Pendley
On Jul 15, 2004, at 3:15 PM, Andrew Brosnan wrote: I'll try that next. I had opted not to build mod_perl as a DSO since the Mason book specifically recommends against it That's a different question. You could try building Perl with a dynamic libperl, and still build mod_perl as a static Apache

Re: Mason and undefined symbols error

2004-07-15 Thread Joseph Alotta
This might be a little out of our developed world mindset, but I have heard numerous missionaries report that people in their host countries will do the exorcism first off on all kinds of equipment, especially cars and trucks and generators and household appliances. The general conclusion is that

Re: Mason and undefined symbols error

2004-07-15 Thread David Wheeler
On Jul 15, 2004, at 2:52 PM, Ken Williams wrote: I know of no problems with DSO mod_perl Mason on OS X. You should be safe using it, assuming you can get it to work in the first place. The problems we referred to in the book were mostly on a couple flaky distributions of Linux. Actually, I

Re: Mason and undefined symbols error

2004-07-15 Thread David Wheeler
On Jul 15, 2004, at 3:01 PM, David Wheeler wrote: On Panther, I get: % /usr/bin/perl5.8.1 -V:usemymalloc usemymalloc='n'; So it's probably usable. Actually, to be more specific: % /usr/bin/perl5.8.1 -V:bincompat5005 -V:usemymalloc bincompat5005='UNKNOWN'; usemymalloc='n'; So it should