* Will Whittaker shaped the electrons to say...
Yeah, I'm working on this right now, using Gozer's patch. I'm at OSCON right
now, so if you can find me, we can talk about it.
Thanks - unfortunately I'm not at OSCon - I can wait though. :)
-D
--
and I also learned that a meat vortex takes me
Has anyone written a protocol handler for UDP?
If so - could you share any examples?
Thanks.
-D
--
Indifference will certainly be the downfall of mankind, but who cares?
* Jan Eden shaped the electrons to say...
Ask - Can this version be released to CPAN?
Apache::DBI as shipped from CPAN is completely useless on MP2.
It is not. With the help of this list, I have been able to get it up
Exactly. _With the help of this list_.
One shouldn't need that. One sho
* Philip M. Gollucci shaped the electrons to say...
http://p6m7g8.net/Apache-DBI-0.96.tar.gz
was supposed to be
http://p6m7g8.net/Apache-DBI/Apache-DBI-0.96.tar.gz
I symlinked it in my site so both should be valid now.
Ask - Can this version be released to CPAN?
Apache::DBI as shipped from
* D. Hageman shaped the electrons to say...
You can get Apache::Request for mod_perl 2 from the apache website.
Please note that if you use the ->upload feature that you might want to
pull down a version out of svn as it is buggy in the released tarball.
Speaking of - when will there be another re
* Perrin Harkins shaped the electrons to say...
On Tue, 2005-03-15 at 14:11 -0500, Jonathan Vanasco wrote:
sqlite3 is closer in speed to bdb than mysql, and offers more of the
'accessibility' that mysql offers.
i find myself using it much more than bdb lately
SQLite2 was pretty slow when I benchma
* John D Groenveld shaped the electrons to say...
I've had no problems so far with libapreq2-2.04-dev, but with light usage.
http://httpd.apache.org/apreq/>
$ /opt/apache2/perl-5.8.6/bin/perl -MApache::Request -le 'print
$Apache::Request::VERSION' 2.04-dev
There are a few critical fixes related to
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say...
My perl doesn't have a shared lib - static only.
ldd perl then.
Nope.
And I don't compile in bdb to perl at any rate.
Yes, but what about 3rd party modules. e.g. DB::* (NDBM.so, etc.)?
Only DB_File & BerkeleyDB. Both are linked again
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say...
To submit problems reports please always following these guidelines:
http://perl.apache.org/bugs/
Ok
Most likely php and perl are linked against different -ldb versions and
that's why you have the problem. recompile both with the sam
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say...
Nope - I only have one version of BDB on my system, and both are linked
against the same. As is Apache itself.
What about your perl? ldd libperl.so?
My perl doesn't have a shared lib - static only. And I don't compile in bdb
to perl
So this just started happening, and I'm trying to track down why.
I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN
Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together anymore. I can
have one or the other loaded, but not both. Downgrading to the previous
version of B
* Joe Schaefer <[EMAIL PROTECTED]> shaped the electrons to say...
My first request to the webpage successfully generates a cookie, and I see it
in my browser's jar. The next response though, the Apache::Cookie->fetch()
gets a truncated cookie (md5 sum), and can't tie to the previous session and
cre
I'm running into an interesting problem, using Apache::SessionManager.
My first request to the webpage successfully generates a cookie, and I see it
in my browser's jar. The next response though, the Apache::Cookie->fetch()
gets a truncated cookie (md5 sum), and can't tie to the previous session an
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say...
Dan, you probably want to CC the authors, in case they are not listening
here... so it'll end up on CPAN... Thanks.
Already done - we'll see if they're listening elsewhere.
-D
--
"A good messenger expects to get shot." --Larry Wall
-
I've made a quick port of this to mod_perl 1.99 - surprised to not see it already.
Attached a diff and the full module.
-D
--
"A good messenger expects to get shot." --Larry Wall
# $Id: AuthenCache.pm,v 1.6 2001/01/03 19:17:56 cgilmore Exp $
#
# Author : Jason Bodnar, Christian Gilmore
# C
15 matches
Mail list logo