Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Stas Bekman <[EMAIL PROTECTED]> wrote on 15.09.2004 18:03:35: Warning: You do not have permissions to install into /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd at /usr/pkg/lib/perl5/5.8.4/ExtUtils/Install.pm line 114. mkdir /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netb

Re: Linking Perl Modules with gcc - avoiding conflicts with cc

2004-09-15 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Thomas Gutzmann writes: >under Solaris 9 with Perl 5.6.1 pre-installed, I just fought with these >infamous error messages I find it easier to build my own Perls from source to support my applications. John [EMAIL PROTECTED] -- Report problems: http://perl.apac

Logs showing DBD::Oracle errors from nonexistant and/or unconnected apps

2004-09-15 Thread Rafael Caceres
Hi, About a month ago, we started having our Apache (1.3.29,mod_perl 1.29) logs showing many DBD::Oracle errors (basically ORA-01001:Invalid Cursor, ORA-01007: variable not in select list, ORA-01461: can bind a LONG value only for insert in a LONG column, ORA-03120: two-task conversion routine - i

Problem with Image::Imlib2 with mod_perl

2004-09-15 Thread Bird Lei
I am experiencing error when running a script under modperl while the script runs fine elsewhere. I am installing Apache::Gallery. Everything runs fine except the main part: Image::Imlib2, which used by A::G, complains that "Image::Imlib2 load error: No loader for file format". However, the same

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 15.09.2004 18:03:35: > > > > Warning: You do not have permissions to install into > > /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd at > > /usr/pkg/lib/perl5/5.8.4/ExtUtils/Install.pm line 114. > > mkdir /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd/A

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread Stas Bekman
Warning: You do not have permissions to install into /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd at /usr/pkg/lib/perl5/5.8.4/ExtUtils/Install.pm line 114. mkdir /usr/pkg/lib/perl5/site_perl/5.8.4/i386-netbsd/Apache2: Permission denied at /usr/pkg/lib/perl5/5.8.4/ExtUtils/Install.pm line 176

[Fwd: [Announce] ApacheCon Early-Bird Registration Extended to September 30th]

2004-09-15 Thread Geoffrey Young
for anyone wanting to attend ApacheCon, if you register before September 30th you will save $300 on the conference alone. as I mentioned before, there are lots of talks this year for mod_perl and Perl minded folks, so I hope to see you there. --Geoff Original Message Subject:

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
> Stas Bekman <[EMAIL PROTECTED]> wrote on 14.09.2004 04:36:59: > > > Mea culpa, not sure why it did work for me. I guess my emulation of apr > > not having threads didn't work completely. Please try this patch: > > > > Index: lib/ModPerl/BuildMM.pm > > =

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread MGorbunov
Stas Bekman <[EMAIL PROTECTED]> wrote on 14.09.2004 04:36:59: > Mea culpa, not sure why it did work for me. I guess my emulation of apr > not having threads didn't work completely. Please try this patch: > > Index: lib/ModPerl/BuildMM.pm >

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread Joe Orton
On Wed, Sep 15, 2004 at 05:15:05PM +1000, Carl Brewer wrote: > Joe Orton wrote: > > >Oh well, having found a NetBSD box to testd this myself, the NetBSD > >fcntl() is being economical with the truth. It doesn't return > >O_NONBLOCK yet the socket really is non-blocking. I'll put in the > >suggest

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-15 Thread Carl Brewer
Joe Orton wrote: Oh well, having found a NetBSD box to testd this myself, the NetBSD fcntl() is being economical with the truth. It doesn't return O_NONBLOCK yet the socket really is non-blocking. I'll put in the suggested apr_hints.m4 change. fun fun This may be worth bringing to the attention o