Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
Hi, It took a while for this to sink into my weak little brain, but I did almost exactly as you said and life is good! I ended up putting the new Perl in /opt and linking /usr/local/bin/perl to it. I read some stuff that scared me away from trying to replace the existing 5.6.1 perl. Thanks for

Re: mod_perl sometimes prints to error log instead of client

2004-09-24 Thread Ryan Underwood
On Fri, Sep 24, 2004 at 02:45:14PM -0400, Perrin Harkins wrote: > On Wed, 2004-09-22 at 23:58, Ryan Underwood wrote: > > I might have figured it out. The program wasn't closing STDOUT at the > > end of printing stuff to the client. Is this a known boo-boo? > > I don't normally touch STDOUT or S

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
Hi, I just realized I have no idea what you just told me because of that Configure in the command line. I did find this in the INSTALL which makes some sense: On most systems, both Perl and Apache+mod_perl must be built using the same compiler. Sometimes Perl's configuration will choose one comp

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
At 01:42 PM 9/24/2004, John D Groenveld wrote: In message <[EMAIL PROTECTED]>, Eric writes : >Which sounds like the answer to my problem except I don't know how to >correctly make these changes so that gcc flags are used instead of Solaris >compiler flags. I am guessing that mod_perl is being a li

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-24 Thread Matthew Hodgson
On Fri, 24 Sep 2004, Matthew Hodgson wrote: Stas Bekman wrote: Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released. http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution Okay, my previous build

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Eric writes : >Which sounds like the answer to my problem except I don't know how to >correctly make these changes so that gcc flags are used instead of Solaris >compiler flags. I am guessing that mod_perl is being a little too smart for As root, # rm /usr/bin/pe

Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
Hi, I have installed: gcc -v Reading specs from /opt/sfw/gcc-3/lib/gcc-lib/i386-pc-solaris2.9/3.3.2/specs Configured with: ../gcc-3.3.2/configure --prefix=/opt/sfw/gcc-3 --with-ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/as --without-gnu-ld --without-gnu-as --enable-shared Thread model: posix gcc v

Re: mod_perl sometimes prints to error log instead of client

2004-09-24 Thread Perrin Harkins
On Wed, 2004-09-22 at 23:58, Ryan Underwood wrote: > I might have figured it out. The program wasn't closing STDOUT at the > end of printing stuff to the client. Is this a known boo-boo? I don't normally touch STDOUT or STDERR directly at all. Has the problem reappeared since you did this? - P

Re: brand new staticised mod_perl 1.99.16 / apache 2.0.51 segfaults.

2004-09-24 Thread Matthew Hodgson
On Thu, 23 Sep 2004, Stas Bekman wrote: Matthew Hodgson wrote: Stas Bekman wrote: Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released. http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution ---

Linking Problems Solved With New CVS Version But New Problem Occurs

2004-09-24 Thread Jon Forrest
Yesterday I submitted a bug report titled "The "cannot find -lapr-0" and ""undefined symbol: apr_bucket_setaside_notimpl" problems again" and you said Jon, please try the current cvs: http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution I just did. The linking

Re: BEGIN/END block problems with Win32::Shortcut under mp1

2004-09-24 Thread Steve Hay
Steve Hay wrote: >Jan Dubois wrote: > > >>The other issue you are seeing is that CoInitialize() needs to be called >>in each *thread* that wants to make COM calls. To do this properly, the >>module needs to provide a CLONE method if you are using Perl threads in >>5.8.x. >> >> >> >That's no