Hi All,
I'm trying to remove libapreq2 via "make clean" without a whole lot of success.
Below is what I get back from "make clean" (and Request.so still exists
afterwards)
Any ideas? The long story is I decided to run the Ubuntu update to bring one of
our dev servers up to date. Now I keep g
On May 14, 2007, at 10:18 AM, cfaust-dougot wrote:
Hi All,
I'm trying to remove libapreq2 via "make clean" without a whole lot
of success. Below is what I get back from "make clean" (and
Request.so still exists afterwards)
Any ideas? The long story is I decided to run the Ubuntu update t
Thanks Jonathan, I think that helped get me closer.
I removed the Request.so (don't know where it came from if it shouldn't have
been there), now I get " Can't locate loadable object for module APR::Request"
which is coming from "use APR::Request ();" in my startup.pl
Am i just missing somethin
On Mon, 14 May 2007 10:18:24 -0400
"cfaust-dougot" <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I'm trying to remove libapreq2 via "make clean" without a whole lot
> of success. Below is what I get back from "make clean" (and
> Request.so still exists afterwards) Any ideas?
make clean doesn'
On Mon, 14 May 2007 11:40:46 -0400
"cfaust-dougot" <[EMAIL PROTECTED]> wrote:
> Thanks Jonathan, I think that helped get me closer.
> I removed the Request.so (don't know where it came from if it
> shouldn't have been there), now I get " Can't locate loadable object
> for module APR::Request" whic
Thanks Guys, Everything is working now (but I still have no idea how they got
that way).
I removed the entire APR/* dir out of the perl dir and everything was good. So
I must have had 2 versions of libapreq installed and the wrong one was being
found via @INC??? I don't know, but its working!!
On May 11, 2007, at 12:05 PM, Michael Peters wrote:
This kind of thing happens all the time. Think of SAX XML parsers
or mod_perl
filters. It's not terribly difficult to parse something in chunks
like that.
I wasn't saying that it wouldn't be easier to have everything in
memory. Heck
I'