Re: Segmentation fault (11) with mod_perl 1.23...

2000-06-01 Thread Mark Haviland
Doug MacEachern wrote: On Thu, 25 May 2000, Mark Haviland wrote: No...I was hoping to be able to use it as a DSO, but maybe I can't win on this one it would be worth testing a static build to confirm that the problem is dso related. if it is, where to go from there i'm not sure

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
Hi Doug, Sorry for the delayed response - I just got back into town yesterday so was 'out of action' for awhile. Doug MacEachern wrote: On Fri, 12 May 2000, Mark Haviland wrote: Hey all... I just upgraded my box to redhat 6.2.2 and compiled Apache 1.3.12 with mod_perl (1.23) as a DSO

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
:). -Mark Mark Haviland wrote: Hi Doug, Sorry for the delayed response - I just got back into town yesterday so was 'out of action' for awhile. Doug MacEachern wrote: On Fri, 12 May 2000, Mark Haviland wrote: Hey all... I just upgraded my box to redhat 6.2.2 and compiled Apache

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
it) in the PerlRequire file. But, when I have the 'use Sybase::CTlib' inside of my handler, then everything is ok. Any ideas ? -Mark Mark Haviland wrote: Doug, I think I just figured out my problem. I upgraded my system, but was using a version of perl that I had compiled before my upgrade

Segmentation fault (11) with mod_perl 1.23...

2000-05-12 Thread Mark Haviland
anybody else seen this problem ? Here's a dump of my apache start-up (with MOD_PERL_TRACE=all). Can anyone give me a clue as to what's going on ? -Mark Haviland start up... /usr/hsi/apache-1.3.12/bin/hsi-httpd -f /usr/hsi/apache-1.3.12/conf/hsi-httpd.conf.2080 perl_parse args: '/dev/null

mod_perl as DSO on AIX...

2000-02-08 Thread Mark Haviland
This message was sent from Geocrawler.com by "Mark Haviland" [EMAIL PROTECTED] Be sure to reply to that address. I'm (still) trying to compile mod_perl as a DSO on AIX. trying the flexable-way, I am able to compile and install, but upon starting the server I get: Syntax error o

make test fails on Embperl...

2000-02-07 Thread Mark Haviland
This message was sent from Geocrawler.com by "Mark Haviland" [EMAIL PROTECTED] Be sure to reply to that address. I've been trying to build HTML::Embperl on aix (4.3.1), but the make test fails with the following: ): make test PERL_DL_NONLAZY=0 /usr/hsi/perl5/bin/perl -Iblib/a

Apache::Sybase::CTlib problems..

1999-10-14 Thread Mark Haviland
are written to the error_log. Any ideas ? Presuming that I can actually get this to work, how to I actually use the db connection I've created ? Do I assign a global scalar (ie: $mydb = Apache::Sybase::...) ?? puzzled... -Mark Haviland