Re: Modperl conflicting with other modules

2000-11-13 Thread Yu Di
to mention that my Perl version is 5.6.0, can this be related to the problem? Thanks a lot! Di, Yu 11.13 On Mon, 13 Nov 2000, Daniel Chetlin wrote: > On Mon, Nov 13, 2000 at 08:20:53AM -0600, Yu Di wrote: > [snip] > > Then I found that I cannot access any Mod_perl, PHP, or FastCGI

Modperl conflicting with other modules

2000-11-13 Thread Yu Di
Hi, I have a problem. I have downloaded Apache 1.3.14, Mod_perl 1.24_01, PHP 4.0.3pl1, mod_fastcgi 2.2.8, and untarred all of them. I configured Apache with mod_so enabled, installed it, then installed all the three modules as DSO with apxs. Then I found that I cannot access any Mod_perl, PHP, or

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-08 Thread Yu Di
Hi, I upgraded my gcc to 2.95.2, re-compiled Perl 5.6.0, Apache 1.3.12, and mod_perl 1.22. I put "PerlModule Apache::ASP" and "PerlModule Apache::DBI" in the httpd.conf. Then it worked. I guess the problem was some confliction between mod_perl and other Apache modules (I installed PHP 4RC1 and fas

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-07 Thread Yu Di
ecompile all of your perl from scratch, as > well as modperl & apache. The RedHat guys are notorious > for building perls and modperl that don't work sometimes. > > --Joshua > > Yu Di wrote: > > > > Hi, I also changed Perl to 5.005_03, and this problem sti

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-07 Thread Yu Di
amas wrote: > > Sounds like an odd conflict between 5.6, mod_perl and > DBI or DBD::mysql. Anyone know how to work through > these issues? This is likely platform dependent, so > will need relevant advice, what O/S are you running again? > > --Joshua > > Yu Di wrote: >

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-06 Thread Yu Di
ername","mypasswd"), it will generate the segmentation fault. But the same statement will execute just well if put into a standalone Perl program, so I am really puzzled by what's going on here. Di, Yu 4.6 On Tue, 4 Apr 2000, Joshua Chamas wrote: > Yu Di wrote: > > &g

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-04 Thread Yu Di
I added that before my "", no change. BTW, the Apache::Registry test program always worked correctly. Di, Yu 4.4 On Tue, 4 Apr 2000, Doug MacEachern wrote: > On Tue, 4 Apr 2000, Yu Di wrote: > > > Hi, I did compile it statically. But currently for my program, I alwa

Re: Error in Apache::ASP with Perl 5.6.0

2000-04-04 Thread Yu Di
Hi, there was an error with my mailbox and I can't open your mail and test the patch, could you please send it again? Thank you! Di, Yu 4.4

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-04 Thread Yu Di
signal Segmentation fault (11)". I have changed ASP.pm as I wrote last time, for if I did not do so, I will get other error messages. So is it that Apache::ASP is currently not compatible with Perl 5.6? Di, Yu 4.4 ~ On Mon, 3 Apr 2000, Joshua Chamas wrote: > Yu Di wrote: > > >

Another Error in Apache::ASP and Perl 5.6.0

2000-04-02 Thread Yu Di
Hi, after I reported the last error, I found that Apache::ASP was still not working correctly, as when I try to access an ASP file, sometimes the server will report "[notice] child pid 561 exit signal Segmentation fault (11)" and the file will not be able to be accessed. Is this an error of Apac

Error in Apache::ASP with Perl 5.6.0

2000-04-02 Thread Yu Di
Hi, I installed Apache::ASP module with Perl 5.6.0 and mod_perl 1.22 and Apache 1.3.12. When I started to use it with any file, I got the error log: " [error] Can't upgrade that kind of scalar at /usr/lib /perl5/site_perl/5.6.0/Apache/ASP.pm line 1627." I changed the "MD5"'s in ASP.pm to "Diges