Re: errors installing libapreq [RESOLVED]

2003-07-14 Thread Stas Bekman
sbin/apachectl configtest && \ echo "congratulations, you may now reset apache by running" && \ echo "${builddir}/sbin/apachectl start" * Installation may disrupt Perl modules. I had to rebuild Apache::Test % sudo /sw/bin/perl -MCPAN -e shell cpan>

Re: [ANNOUNCE] libapreq-1.2 release

2003-07-14 Thread Stas Bekman
Joe Schaefer wrote: libapreq-1.2.tar.gz (Apache::Request) is now on CPAN: file: $CPAN/authors/id/J/JO/JOESUF/libapreq-1.2.tar.gz size: 277549 bytes md5: ae08726f11ca25a215d4d854d675c3ff and at www.apache.org: file: http://www.apache.org/dist/httpd/libapreq-1.2.tar.gz sig: http

RE: Problem building libapreq-1.2

2003-06-29 Thread Chris Pizzo
: [EMAIL PROTECTED] Subject: RE: Problem building libapreq-1.2 On Tue, 24 Jun 2003, Chris Pizzo wrote: > -Original Message- > From: Randy Kobes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 6:14 PM > To: Chris Pizzo > Cc: [EMAIL PROTECTED] > Subject: Re: Problem bui

Re: errors installing libapreq [RESOLVED]

2003-06-26 Thread Chris Devers
onfigtest && \ echo "congratulations, you may now reset apache by running" && \ echo "${builddir}/sbin/apachectl start" * Installation may disrupt Perl modules. I had to rebuild Apache::Test % sudo /sw/bin/perl -MCPAN -e shell cpan> install Apache::T

errors installing libapreq

2003-06-25 Thread Chris Devers
3 also requires about half of CPAN, so I got that too. More importantly, it requires mod_perl, but since I've upgraded to Perl 5.8, I can no longer depend on the 5.6 mod_perl as supplied by Apple, so I've had to build & install Apache 1.3.27 & mod_perl 1.27. So far so good. Or so

Re: Problem building libapreq-1.2

2003-06-25 Thread Randy Kobes
[ adding the apreq-dev list ] On Wed, 25 Jun 2003, Chris Pizzo wrote: > At 04:50 PM 6/24/2003, Chris Pizzo wrote: > >Hi all, > >I am trying to install libapreq-1.2 on my redhat 8.0 system. [ .. ] > >and when i run make i get a bunch of errors: > >Request.xs:41:22:

Re: Problem building libapreq-1.2

2003-06-25 Thread Chris Pizzo
copied. I checked another install I did and they are there. I guess I should also say I am building Apache using DSO Thanks for the help, Chris At 04:50 PM 6/24/2003, Chris Pizzo wrote: Hi all, I am trying to install libapreq-1.2 on my redhat 8.0 system. I keep getting these warnings when

RE: Problem building libapreq-1.2

2003-06-24 Thread Randy Kobes
On Tue, 24 Jun 2003, Chris Pizzo wrote: > -Original Message- > From: Randy Kobes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 6:14 PM > To: Chris Pizzo > Cc: [EMAIL PROTECTED] > Subject: Re: Problem building libapreq-1.2 > > On Tue, 24 Jun

RE: Problem building libapreq-1.2

2003-06-24 Thread Chris Pizzo
Yes I did install the mod perl. I even brought up the apache test page indicating it was installed. -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:14 PM To: Chris Pizzo Cc: [EMAIL PROTECTED] Subject: Re: Problem building libapreq-1.2 On Tue

Re: Problem building libapreq-1.2

2003-06-24 Thread Randy Kobes
On Tue, 24 Jun 2003, Chris Pizzo wrote: > Hi all, > I am trying to install libapreq-1.2 on my redhat 8.0 system. I keep > getting these warnings when i run perl Makefile.PL: > > Warning: -L../blib/arch/auto/libapreq changed to > -L/home/Chrisp/libapreq-1.2/Request/../blib/

Problem building libapreq-1.2

2003-06-24 Thread Chris Pizzo
Hi all, I am trying to install libapreq-1.2 on my redhat 8.0 system. I keep getting these warnings when i run perl Makefile.PL: Warning: -L../blib/arch/auto/libapreq changed to -L/home/Chrisp/libapreq-1.2/Request/../blib/arch/auto/libapreq Warning: -L../blib/arch/auto/libapreq changed to -L

Re: [ANNOUNCE] libapreq-1.2 release

2003-06-19 Thread Joe Schaefer
Joe Schaefer <[EMAIL PROTECTED]> writes: [...] > and at www.apache.org: > > file: http://www.apache.org/dist/httpd/libapreq-1.2.tar.gz >sig: http://www.apache.org/dist/httpd/libapreq-1.2.tar.gz.asc Correction- those urls for libapreq-1.2 should read http://www.apa

[ANNOUNCE] libapreq-1.2 release

2003-06-19 Thread Joe Schaefer
libapreq-1.2.tar.gz (Apache::Request) is now on CPAN: file: $CPAN/authors/id/J/JO/JOESUF/libapreq-1.2.tar.gz size: 277549 bytes md5: ae08726f11ca25a215d4d854d675c3ff and at www.apache.org: file: http://www.apache.org/dist/httpd/libapreq-1.2.tar.gz sig: http://www.apache.org/dist

Re: problem building libapreq on Solaris

2003-06-17 Thread Jordan Ward
27;ve just compiled Apache 1.3.27 with mod_perl 1.27 from > > > their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. > > > > > > The installation of libapreq with cpan(1) stops here: > > > > [snip] > > > > > t/httpd -f `pwd`/t/httpd.conf &

RE: new libapreq-1.2 release candidate 2 available

2003-06-17 Thread Randy Kobes
On Tue, 17 Jun 2003, Alejandro Galue wrote: > I'm using RedHat 8.0 (httpd-2.0.40-11.5, mod_perl-1.99-05-3). > I want to know how can I compile this module, because when I > try to run "perl Makefile.PL", it returns: > mod_perl 1.x (< 1.99) is required at Makefile.PL line 31. > So, is this module c

Re: problem building libapreq on Solaris

2003-06-17 Thread Xavier Noria
On Saturday 14 June 2003 20:54, Ged Haywood wrote: > On Fri, 13 Jun 2003, Xavier Noria wrote: > > Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from > > their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. > > > > The installation of

RE: new libapreq-1.2 release candidate 2 available

2003-06-17 Thread Alejandro Galue
_perl 2 ? My real interent in this module is for file uploading (form-multipart). How can I do it with or without this module ??? Thanks, Alejandro. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Joe Schaefer Sent: Tuesday, June 17, 2003 6:08 AM To: [EMAIL PROTECTED] Sub

new libapreq-1.2 release candidate 2 available

2003-06-17 Thread Joe Schaefer
A new release candidate #2 for libapreq-1.2 is available: http://httpd.apache.org/~joes/libapreq-1.2_rc2.tar.gz Please give it a try and report any problems to the apreq-dev@ list. I'd like to release this version to CPAN as soon as possible. Thanks. Changes since 1.1: July 13,

Re: problem building libapreq on Solaris

2003-06-15 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Fri, 13 Jun 2003, Xavier Noria wrote: Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. The installation of libapreq with cpan(1) stops here: [snip] t/httpd -f `pwd`/t/httpd.conf

Re: problem building libapreq on Solaris

2003-06-14 Thread Xavier Noria
On Saturday 14 June 2003 20:54, Ged Haywood wrote: > Don't know if there's anyone who actually knows what's going on here > but I thought you'd just like to hear from somebody. :) Sure, thank you :-). > This is a wild stab in the dark. Guessing that the libapr

Re: problem building libapreq on Solaris

2003-06-14 Thread Ged Haywood
Hi there, On Fri, 13 Jun 2003, Xavier Noria wrote: > Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their > tarballs on Solaris. perl is 5.8.0 packaged for Solaris. > > The installation of libapreq with cpan(1) stops here: [snip] > t/httpd -f `pwd`/t/htt

Re: problem building libapreq on Solaris

2003-06-13 Thread Joe Schaefer
Xavier Noria <[EMAIL PROTECTED]> writes: [...] > Looks like it's taking t/httpd instead of /usr/local/apache/bin/httpd, > though I entered that full path to httpd in a previous prompt. > > With similar settings I've just smoothly installed libapreq on Debian

problem building libapreq on Solaris

2003-06-13 Thread Xavier Noria
Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their tarballs on Solaris. perl is 5.8.0 packaged for Solaris. The installation of libapreq with cpan(1) stops here: Running make test make[1]: Entering directory `/root/.cpan/build/libapreq-1.1/c' make[1]: Leaving direct

Re: libapreq-1.1 SEGV's on AIX

2003-05-30 Thread Stas Bekman
[taking this thread to the apreq-dev list, those interested please go there] Steven M. Carter wrote: I've seen other posts mentioning this, but no solutions. I am trying to compile libapreq-1., on AIX 5.1, with perl-5.8.0 compiled with gcc 3.3. GCC 3.3 was the only thing that I could g

Re: libapreq-1.1 SEGV's on AIX

2003-05-30 Thread Ged Haywood
Hi there, On Thu, 29 May 2003, Steven M. Carter wrote: There's a thread here: http://www.geocrawler.com/archives/3/182/2000/2/0/3376687/ in which Doug MacEachern says: "I don`t expect libapreq (or any of the Apache:: xs modules outside of the mod_perl dist) to work under aix. i

libapreq-1.1 SEGV's on AIX

2003-05-30 Thread Steven M. Carter
I've seen other posts mentioning this, but no solutions. I am trying to compile libapreq-1., on AIX 5.1, with perl-5.8.0 compiled with gcc 3.3. GCC 3.3 was the only thing that I could get to compile perl on AIX without failing any tests. When I try to compile libapreq-1.1, I get:

Re: Problem with make test and libapreq 1.1

2003-05-29 Thread Stas Bekman
Angie Ahl wrote: Hi I'm having a problem getting past the maketest stage installing libapreq-1.1 (to get Apache::Request), Apache 1 and Mod_Perl 1 it's fine (I think) up until the last bit (pasted in at the end). I'm guessing that it's the following line that's causin

Re: Problem with make test and libapreq 1.1

2003-05-29 Thread Ged Haywood
Hi there, On Wed, 28 May 2003, Angie Ahl wrote: > I'm having a problem getting past the maketest stage installing libapreq-1.1 (to > get Apache::Request), Apache 1 and Mod_Perl 1 If that's all that's holding up the installation, you'd probably get away with installing

Problem with make test and libapreq 1.1

2003-05-29 Thread Angie Ahl
Hi I'm having a problem getting past the maketest stage installing libapreq-1.1 (to get Apache::Request), Apache 1 and Mod_Perl 1 it's fine (I think) up until the last bit (pasted in at the end). I'm guessing that it's the following line that's causing the othe

Compiling libapreq 1.1 on Mac OS 10.2.4: Solved

2003-03-19 Thread Ken Y. Clark
Well, I guess taking a break from the problem helped me fix it, but I'm not sure how. I came back to my machine, removed the symlink in "/usr/bin/" to "/sw/bin/glibtool" and restored the original "libtool" binary, removed the existing libapreq source directory

Compiling libapreq 1.1 on Mac OS 10.2.4

2003-03-19 Thread Ken Y. Clark
I've been trying to compile libapreq 1.1 (Apache::Request) on Mac OS 10.2.4 for a couple of hours, but I'm having no luck. I've been following the directions in the INSTALL.MacOSX file and following along with David Wheeler's article "Installing libapreq on

SOAP::Lite and libapreq...

2003-03-17 Thread Rob Mueller
ar 18 17:24:10 2003] [error] [client 127.0.0.1] [libapreq] unknown content-type: `text/xml; charset=utf-8' Having a look in libapreq I find: if (r->method_number == M_POST) { const char *ct = ap_table_get(r->headers_in, "Content-type"); if (ct && st

mod perl && libapreq make test problem

2003-02-26 Thread Lamotte Denis
make test t/httpd -f `pwd`/t/httpd.conf dyld: t/httpd Undefined symbols: _ap_null_cleanup _ap_pcalloc _ap_register_cleanup _ap_table_add _ap_table_get _ap_table_set _ap_table_unset _hvrv2table _mod_perl_tie_table _perl_request_rec _sv2request_rec _ap_day_snames _ap_month_snames _ap_null_cleanup mak

Re: libapreq

2003-02-20 Thread David Wilde
Will do, thank you. On Thursday 20 February 2003 23:36, Stas Bekman wrote: > David Wilde wrote: > > Is there a beta version of libapreq available for Apache 2? > > No, but subscribe to [EMAIL PROTECTED] to stay up to > date with th

Re: libapreq

2003-02-20 Thread Stas Bekman
David Wilde wrote: Is there a beta version of libapreq available for Apache 2? No, but subscribe to [EMAIL PROTECTED] to stay up to date with the new developments. __ Stas BekmanJAm_pH --> Just Another mod_p

libapreq

2003-02-20 Thread David Wilde
Is there a beta version of libapreq available for Apache 2?

Fwd: mod perl && libapreq make test problem

2003-02-17 Thread Lamotte Denis
or get clearer and appear directly when doing the made command: LD_RUN_PATH="/usr/local/src/httpd-apreq/Request/../blib/arch/auto/libapreq" cc -bundle -bundle_loader /usr/bin/perl -lperl -L/System/Library/Perl/darwin/CORE Request.o -o ../blib/arch/auto/Apache/Request/Request.bundle -

Fwd: Re: mod perl && libapreq make test problem

2003-02-17 Thread Lamotte Denis
'm working on Mac osx 10.2.4 with perl 5.8.0 > > Did you compile the libapreq C library before > compiling > Apache::libapreq? See INSTALL.MacOSX in the libapreq > distribution for > complete details. I've also published an update to > may "Build

Re: mod perl && libapreq make test problem

2003-02-16 Thread David Wheeler
On Sunday, February 16, 2003, at 09:37 AM, Lamotte Denis wrote: i think ive successfully compile apache with mod perl and mod php. i'm working on Mac osx 10.2.4 with perl 5.8.0 Did you compile the libapreq C library before compiling Apache::libapreq? See INSTALL.MacOSX in the lib

mod perl && libapreq make test problem

2003-02-16 Thread Lamotte Denis
make test t/httpd -f `pwd`/t/httpd.conf dyld: t/httpd Undefined symbols: _ap_null_cleanup _ap_pcalloc _ap_register_cleanup _ap_table_add _ap_table_get _ap_table_set _ap_table_unset _hvrv2table _mod_perl_tie_table _perl_request_rec _sv2request_rec _ap_day_snames _ap_month_snames _ap_null_cleanup mak

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-31 Thread Stas Bekman
Matt Sergeant wrote: On Thursday, Jan 30, 2003, at 22:36 Europe/London, Stas Bekman wrote: Matt, Apache::Test may not work when run under root, because Apache won't let you start the server as 'User root' so it tries to use 'nobody' or something else as the username the server runs under, whi

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-31 Thread Matt Sergeant
On Thursday, Jan 30, 2003, at 22:36 Europe/London, Stas Bekman wrote: Matt, Apache::Test may not work when run under root, because Apache won't let you start the server as 'User root' so it tries to use 'nobody' or something else as the username the server runs under, which of course has no pe

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-31 Thread Matt Sergeant
On Thursday, Jan 30, 2003, at 22:51 Europe/London, Stas Bekman wrote: Matt Sergeant wrote: [...] It would help to know your platform details. We tried to eliminate all segfaults related to perl-5.8.0, but in the process we may have introduced new ones. perl 5.00503 on RH 6.2 and mod_perl 1.26

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Nathan Byrd wrote: [...] Matt, Apache::Test may not work when run under root, because Apache won't let you start the server as 'User root' so it tries to use 'nobody' or something else as the username the server runs under, which of course has no perms to access files created by root and hence

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Nathan Byrd
On Thu, 2003-01-30 at 16:36, Stas Bekman wrote: > Joe Schaefer wrote: > > Matt Sergeant <[EMAIL PROTECTED]> writes: > > > > > >>On 28 Jan 2003, Joe Schaefer wrote: > >> > >> > >>>libapreq-1.1 is now available on CPAN, > >>

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Joe Schaefer wrote: Stas Bekman <[EMAIL PROTECTED]> writes: Joe, I thought you've reverted to use the old test suite? I did, sorry for the confusion. The test suite in 1.1 is based on Apache::test, not Apache::Test. In any case we need to solve this problem for Apache::Test. I'll take car

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: > Joe, I thought you've reverted to use the old test suite? I did, sorry for the confusion. The test suite in 1.1 is based on Apache::test, not Apache::Test. -- Joe Schaefer

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Matt Sergeant <[EMAIL PROTECTED]> writes: [...] > > It would help to know your platform details. We tried to eliminate > > all segfaults related to perl-5.8.0, but in the process we may have > > introduced new ones. > > perl 5.00503 on RH 6.2 and mod_perl 1.26 IIRC. The segfault was during > t

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Matt Sergeant wrote: [...] It would help to know your platform details. We tried to eliminate all segfaults related to perl-5.8.0, but in the process we may have introduced new ones. perl 5.00503 on RH 6.2 and mod_perl 1.26 IIRC. The segfault was during the file upload tests. And the backtra

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Matt Sergeant
On Thursday, Jan 30, 2003, at 14:46 Europe/London, Joe Schaefer wrote: Matt Sergeant <[EMAIL PROTECTED]> writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Stas Bekman
Joe Schaefer wrote: Matt Sergeant <[EMAIL PROTECTED]> writes: On 28 Jan 2003, Joe Schaefer wrote: libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz Failed badly to install for me. First of

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Dave Rolsky <[EMAIL PROTECTED]> writes: > On Tue, 28 Jan 2003, Joe Schaefer wrote: > > > libapreq-1.1 is now available on CPAN, > > and also through the Apache website at > > > > http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz > > What a

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Dave Rolsky
On Tue, 28 Jan 2003, Joe Schaefer wrote: > libapreq-1.1 is now available on CPAN, > and also through the Apache website at > > http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz What are the difference between this version and 1.05? The changelog ends at 1

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Joe Schaefer
Matt Sergeant <[EMAIL PROTECTED]> writes: > On 28 Jan 2003, Joe Schaefer wrote: > > > > > libapreq-1.1 is now available on CPAN, > > and also through the Apache website at > > > > http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz > >

Re: [ANNOUNCE] libapreq-1.1 is out

2003-01-30 Thread Matt Sergeant
On 28 Jan 2003, Joe Schaefer wrote: > > libapreq-1.1 is now available on CPAN, > and also through the Apache website at > > http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz Failed badly to install for me. First of all it won't install via the CPAN shell as r

[ANNOUNCE] libapreq-1.1 is out

2003-01-28 Thread Joe Schaefer
libapreq-1.1 is now available on CPAN, and also through the Apache website at http://www.apache.org/dist/httpd/libapreq/libapreq-1.1.tar.gz -- Joe Schaefer

libapreq-1.1 non-release

2003-01-26 Thread Joe Schaefer
libapreq-1.1 was non-released on January 10, 2003. libapreq-1.1 is NOT an official ASF release, and is not available on CPAN, but a non-official version is temporarily not non-available here: http://www.apache.org/~joes/libapreq-1.1.tar.gz -- Joe Schaefer

libapreq-1.1 Release Candidate 2

2002-12-20 Thread Joe Schaefer
The apreq developers are planning a maintenance release of libapreq-1.1. This version does not include support for modperl-2, but it *could* address some outstanding problems in 1.0: * OS X support [1] * perl 5.8 segfaults related to file uploads [2] Please give the tarball at http

Re: libapreq-1.1 Release Candidate 1

2002-11-26 Thread Ken Williams
lo' libtool=yes \ depfile='.deps/apache_cookie.Plo' tmpdepfile='.deps/apache_cookie.TPlo' \ depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\&q

Re: libapreq-1.1 Release Candidate 1

2002-11-26 Thread Martin Nilsson
Joe Schaefer wrote: The apreq developers are planning a maintenance release of libapreq-1.1. This version does not include support for modperl-2, but it does address some outstanding problems in 1.0: I have made the below patch to make Apache::Request behave like CGI.pm when parsing multi

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Ken Williams
On Tuesday, November 26, 2002, at 05:24 PM, Joe Schaefer wrote: Ken Williams <[EMAIL PROTECTED]> writes: [...] I got through "./configure -> make -> make install" successfully, installing to /usr/local/lib/ and /usr/local/include/. However, there doesn't seem to be a "ldconfig" on my system

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Joe Schaefer
Ken Williams <[EMAIL PROTECTED]> writes: [...] > I got through "./configure -> make -> make install" > successfully, installing to /usr/local/lib/ and > /usr/local/include/. However, there doesn't seem to be a > "ldconfig" on my system ('locate' couldn't find one anywhere, > and I checked ma

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Geoffrey Young
a try and report comments/problems/etc. to the apreq-dev list at [EMAIL PROTECTED] I have a comment :) I've been building nightly from CVS for almost a year now, but when you added the Apache::test stuff I had to stop doing it - the prompt for the Apache path when building the makefile make

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Ken Williams
However, there doesn't seem to be a "ldconfig" on my system ('locate' couldn't find one anywhere, and I checked manually in /sbin/ and /usr/sbin/). Did the libtool-based build of libapreq install successfully before you tried doing the perl build? This time

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Edward Moon
file='.deps/apache_cookie.TPlo' \ depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libapreq\&q

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Joe Schaefer
Ken Williams <[EMAIL PROTECTED]> writes: [...] > I've attached the full output. Thanks, Ken. I looked over the result, but didn't see any indication that you used the "./configure -> make -> make install" instructions from the web page. Did the libt

Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Ken Williams
error from several months ago, that the binary namespaces of Apache::Request and Apache::Cookie are conflicting. I've attached the full output. -Ken On Tuesday, November 26, 2002, at 10:34 AM, Joe Schaefer wrote: The apreq developers are planning a maintenance release of libapreq-1

libapreq-1.1 Release Candidate 1

2002-11-25 Thread Joe Schaefer
The apreq developers are planning a maintenance release of libapreq-1.1. This version does not include support for modperl-2, but it does address some outstanding problems in 1.0: * OS X support * perl 5.8 segfaults related to file uploads. Please give the tarball at http

Re: libapreq-1.0 Seg Faults

2002-09-06 Thread Bill
Sorry, this bounced from my Mac.com acct :P On Friday, September 6, 2002, at 12:50 PM, William C (Bill) Jones wrote: > This is a USELARGEFILES support issue. > > On Friday, September 6, 2002, at 12:16 PM, ODELL, TODD E (SWBT) wrote: > >> ... >> Apache::Request it gives a 'segmentation fault (11

libapreq-1.0 Seg Faults

2002-09-06 Thread ODELL, TODD E (SWBT)
I installed libapreq-1.0 on an AIX 4.3.3 with Perl 5.6.1( build at bottom of page)/Apache 1.3.26/PHP-4.2.2. I read the README and INSTALL which came w/ the libapreq.1-0 and everything went fine. I compiled it with the same VAC 4.4.0.3 as I had used for the Perl/Apache. But when I try to use the

Re: problems installing libapreq-1.0

2002-08-31 Thread Michael Robinton
never mind. It appears that the order in which things are done is important. I finally got it to work by reinstalling mod-perl for the umpteenth time and then again trying libapreq. Strange, the old version that was installed would no re-install until I did this. > I have two identical ho

problems installing libapreq-1.0

2002-08-31 Thread Michael Robinton
I have two identical hosts with the following mod_perl-1.26 apache apache_1.3.26 ben apachessl_1.48 openssll-0.9.6b on one, libapreq-1.0 installs just fine, on the other I get this error: In file included from /usr/lib/perl5/site_perl/i386-linux/auto/Apache/include/include/httpd.h:79

Re: Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Randy Kobes
at (eval 3) line 7. > ' > > Can someone point me in the right direction? > > Levon Barker The libapreq library hasn't been ported to Apache-2 yet; there's some talk about trying to get it into the httpd core, but I'm not sure what stage that's at yet. -- best regards, randy kobes

Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Levon Barker
Hello, For mod_perl 1.x I used: ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq.ppd However, it doesn't seem to work for 2.0 as I get this error message in the Apache error log: [Thu Jul 18 14:54:07 2002] [error] 248: ModPerl::Registry: `Can't locate object method "boot" via pac

libapreq and mod_perl 1.27

2002-07-13 Thread Alvar Freude
Hi, are there some known problems with libapreq and mod_perl 1.27/Apache 1.3.26 (on FreeBSD)? I get the error described in http://www.apache.org/dist/httpd/libapreq/libapreq-1.0.readme Error: 'Apache::Table' not in typemap in Request.xs, line 348 mod_perl is build with EV

Re: errors installing libapreq

2002-06-26 Thread Dave Rolsky
On Tue, 25 Jun 2002, Tim Bolin wrote: > ok, im at the end of my proverbial rope on this one and dont know how to > proceed... i am trying to install libapreq for Apache::Request, and when i > try to run "make" the thing just pukes up a huge long string of errors like: Yo

Re: errors installing libapreq

2002-06-26 Thread Joe Schaefer
[cross-posted to apreq-dev] Tim Bolin <[EMAIL PROTECTED]> writes: > ok, im at the end of my proverbial rope on this one and dont know how > to proceed... i am trying to install libapreq for Apache::Request, and > when i try to run "make" the thing just pukes up a hug

Re: errors installing libapreq

2002-06-26 Thread [EMAIL PROTECTED]
Try an older version. --- Tim Bolin <[EMAIL PROTECTED]> wrote: > ok, im at the end of my proverbial rope on this one > and dont know how to > proceed... i am trying to install libapreq for > Apache::Request, and when i > try to run "make" the thing just pukes up

Re: libapreq: could not create/open temp file

2002-06-08 Thread Joe Schaefer
> Jean-Denis Girard wrote: > > > > Everything worked flawlesly, the web site was still working, but after a > > few days, visitors started to complain that uplaods didn't work. > > mod_perl dies with the message: > > [libapreq] could not create/open

Re: libapreq: could not create/open temp file

2002-06-08 Thread Ask Bjoern Hansen
On Sat, 8 Jun 2002, Stas Bekman wrote: > > Has anybody already seen this error ??? [...] > > [libapreq] could not create/open temp file sounds like something is running out of filehandles; or a temp file system of some kind running out of space. Try applying the patch Stas

Re: libapreq: could not create/open temp file

2002-06-07 Thread Stas Bekman
Apache_1.3.20 / mod_ssl / mod_proxy_add_forward, on a Linux > server. > > Last week we upgraded most components of the system (kernel, > libraries...) including Perl (5.6.0 to 5.6.1), then recompiled Apache, > mod_ssl, mod_perl, libapreq-0.33, and rebooted (Apache, mod_ssl, > m

libapreq: could not create/open temp file

2002-06-07 Thread Jean-Denis Girard
week we upgraded most components of the system (kernel, libraries...) including Perl (5.6.0 to 5.6.1), then recompiled Apache, mod_ssl, mod_perl, libapreq-0.33, and rebooted (Apache, mod_ssl, mod_perl upgrade was planned for this month). Everything worked flawlesly, the web site was still

How do I compile libapreq under Cygwin

2002-05-15 Thread Daniel Fisher
Alexander Solovey's clues to compile mod_perl were a godsend... But now I'm pulling out my hair trying to compile libapreq under Cygwin. I get the following string of errors... # Begin Snippet ... LD_RUN_PATH="/home/Administrator/.cpan/build/libapreq-1.0/Request/../blib/arch/a ut

RE: [ANNOUNCE] libapreq 1.0 released [OT?]

2002-02-25 Thread Rob Bloodgood
> > more information is at: > > http://httpd.apache.org/apreq/ Am I the only one that noticed that the web page thinks 1.0 was released 4 months before 0.33? :-) News February 21, 2001 - libapreq-1.0 was released. June 19, 2001 - libapreq-0.33 was released. December 23, 200

Re: [ANNOUNCE] libapreq 1.0 released

2002-02-24 Thread David Wheeler
On Fri, 2002-02-22 at 12:43, Jim Winstead wrote: > (this is the package that provides Apache::Request and > Apache::Cookie.) Okay, just so I'm clear, does this version of libapreq compile on Mac OS X just like on any other *nix? You don't mention support for Mac OS X in the Ch

[ANNOUNCE] libapreq 1.0 released

2002-02-24 Thread Jim Winstead
(this is the package that provides Apache::Request and Apache::Cookie.) The URL http://httpd.apache.org/dist/httpd/libapreq-1.0.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JI/JIMW/libapreq-1.0.tar.gz size: 160944 bytes md5: 26b9c4c6667ce367cd28c46805bee2dd more information

Re: SUCCESS: libapreq working in Mac OS X

2002-02-24 Thread Charles Albrecht
At 12:17 PM -0500 2/22/2002, Joe Schaefer wrote: >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 >>

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 (

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. Tha

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 >

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. &

Re: libapreq problem and mozilla 0.97

2002-02-06 Thread Joe Schaefer
"Rob Mueller (fastmail)" <[EMAIL PROTECTED]> writes: > Note the extra blank line, which I think the lack of is causing the > problem under 0.97. I'm pretty sure we can come up with a reasonable work-around for 1.0, but it would really help if you can: 1) rebu

Re: libapreq problem and mozilla 0.97

2002-02-05 Thread Chris Winters
On Tue, 2002-02-05 at 20:43, Rob Mueller (fastmail) wrote: > Just wondering if anyone has encountered this before and if it's been fixed > in libapreq for the upcoming release. > > Basically, whenever I try and use Mozilla 0.97 with a file upload field on a > form and don&

libapreq problem and mozilla 0.97

2002-02-05 Thread Rob Mueller (fastmail)
Just wondering if anyone has encountered this before and if it's been fixed in libapreq for the upcoming release. Basically, whenever I try and use Mozilla 0.97 with a file upload field on a form and don't select any file in the field, libapreq seems to hang on the $R->parse() call.

Compile error trying to build libapreq-0.33

2001-12-18 Thread Bob Kramer
When trying to build Bundle::Apache, I am getting a compile error with libapreq-0.33, regarding a typemap missing an entry. A script showing what I'm doing and the subsequent error follows. Any pointers would be greatly appreciated (including "this belongs in another forum", as t

Re: libapreq. Apache::Cookie returns different 'expires' than CGI::Cookie?

2001-12-18 Thread Alexei Danchenkov
Hello, darren, Friday, December 14, 2001, 9:39:46 PM, you wrote: dc> Alexei Danchenkov <[EMAIL PROTECTED]> said something to this effect on 12/14/2001: >> Hello, All! >> I wonder why my '$cookie->expires' for this code returns a >> different result than the similar one with CGI::Cookie >> (commen

Re: libapreq. Apache::Cookie returns different 'expires' than CGI::Cookie?

2001-12-14 Thread darren chamberlain
Alexei Danchenkov <[EMAIL PROTECTED]> said something to this effect on 12/14/2001: > Hello, All! > I wonder why my '$cookie->expires' for this code returns a > different result than the similar one with CGI::Cookie > (commented). The result is different in a way that some > additional binary code

libapreq. Apache::Cookie returns different 'expires' than CGI::Cookie?

2001-12-14 Thread Alexei Danchenkov
Hello, All! I wonder why my '$cookie->expires' for this code returns a different result than the similar one with CGI::Cookie (commented). The result is different in a way that some additional binary code is being added to the expiry date. $cookie = Apache::Cookie->new( $r, -name=>"access", -v

Re: Problems compiling libapreq C libs on solaris 7....

2001-10-15 Thread John D Groenveld
>I'm interested in the C routines, not the perl routines (have them Do you mean eg/c/testapreq per INSTALL? You'll need to modify Makefile.apxs for the real location of libapreq and associated headers. > PS Is there a prefix directive for the Makefile.PL that'll let S

  1   2   >