Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Randal L. Schwartz
> "Joe" == Joe Schaefer <[EMAIL PROTECTED]> writes: Joe> OTOH, I'd like to solicit some feedback on yet another installation Joe> process- first making libapreq a shared library, and then linking Joe> the Perl interfaces to *that* library (instead of libapreq.a). Beware. When I made mod_pe

htaccess and mime types

2002-02-22 Thread webmaster
Title: htaccess and mime types Hi all, A real newbie here with a question. I'm using an htaccess file to protect a directory of large gifs and sounds. Here is what i've written: - AuthUserFile /dev/null AuthGroupFile /dev/null Rewrite

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Ken Williams
On Friday, February 22, 2002, at 09:58 AM, Joe Schaefer wrote: > In the interim I'll try and maintain the "experimental" versions. > Stas has been kind enough to work on adding a test suite to libapreq, > which will very likely be included in the next release. That'll be MUCH appreciated. That

Re: [Samba authorization]

2002-02-22 Thread Carlos Ramirez
Write a test script using Authen::Smb and run it from the commandline. You can copy-paste the synopsis portion of the Authen::Smb documentation (i.e. perldoc Authen::Smb). If (you can connect and and authenticate from the commandline) { the problem resides in your mod_perl installation,

Re: [OT] Perl compillation

2002-02-22 Thread Hans Poo
El Vie 22 Feb 2002 13:47, Mithun Bhattacharya escribió: > Could someone tell me the right place to ask questions regarding > problems faced during compillation of perl 5.6.1 on i686 using gcc 3.0 > on a RedHat 7.2 installation. > > For the curious folks these are the steps I followed > ---

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Joe Schaefer
Ged Haywood <[EMAIL PROTECTED]> writes: > Hi there, > > On 22 Feb 2002, Joe Schaefer wrote: > > > 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: > > > > % ./configure > > % make > > % make install > > > > 4) Now install Apache::Request and Apache::Cookie us

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Ged Haywood
Hi there, On 22 Feb 2002, Joe Schaefer wrote: > John Siracusa <[EMAIL PROTECTED]> writes: [snip,snip] > 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: > > % ./configure > % make > % make install > > 4) Now install Apache::Request and Apache::Cookie using >

[OT] Perl compillation

2002-02-22 Thread Mithun Bhattacharya
Could someone tell me the right place to ask questions regarding problems faced during compillation of perl 5.6.1 on i686 using gcc 3.0 on a RedHat 7.2 installation. For the curious folks these are the steps I followed -- tar xzf stable.tar.gz cd perl-5.6.1/ rm -f co

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Joe Schaefer
John Siracusa <[EMAIL PROTECTED]> writes: > > On Thursday, February 14, 2002, at 04:44 PM, John Siracusa wrote: > >> Next, I downloaded all the source code. Note that I'm using Joe > >> Schaefer's "special" versions of apache and libapreq. > > > > Will their changes be merged into the main dist

hvrv2table in mod_perl stops me using mod_php DSO

2002-02-22 Thread J S
Hi, I'm trying to get the php module to work on Apache_1.3.22 under AIX 4.3.3. This works OK if I load mod_perl dynamically, but if I build mod_perl in statically, when httpd loads libphp4.so it gives a segmentation error. I've tried recompiling but that's made no difference. Everything was co

Re: When handlers misfire

2002-02-22 Thread Milo Hyson
On Thursday 21 February 2002 05:21 pm, Rick Myers wrote: > On Feb 21, 2002 at 15:23:04 -0800, Milo Hyson wrote: > > On Wednesday 20 February 2002 07:55 pm, Geoffrey Young wrote: > > > > If the redirected request needs that session > > > > data, there's a small chance it won't be there yet. > > > >