Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1

2001-06-08 Thread Tomas Zeman


Hi, I already tried to find solution in archive and on
google.com, but I wasn't succesfull.

Compiler in redhat 7.1 should be OK, because module
compiles ok, but error is in perl 5.6.x 9I think),
because on the same platform, it worked with perl 5.5
!


Tomas

Date: Thu, 7 Jun 2001 22:17:54 +0100 (BST)
To: Tomas Zeman [EMAIL PROTECTED]
From: Ged Haywood [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1
problem
Hi there,

On Thu, 7 Jun 2001, Tomas Zeman wrote:

 I have tried Perl 5.6.0 and 5.6.1, mod_perl 1.24 and
 1.25, apache 1.3.9 and 1.3.20, but I am not able to
 make it work (on Redhat 7.1)
 
 It worked OK with redhat 6.2 with perl 5.5
 
 I compiled perl 5.6.1 and apache myself, mod_perl
 compiles OK (as DSO), but when I try to run the
 apache, it writes :

There were problems with the compiler shipped with a
recent version of
RedHat, can't remeber if it was 7.0 or 7.1, but it's
worth checking in
the mod_perl List archives where it has been
mentioned.  Apart from
gcc I think there's no reason why you should not be
able to get it
going on that platform.  Try to keep the
configuration to as simple  a
minimum as you can, and I'd try static instead of DSO
first.

Get back to us if you've already tried a different
compiler.

73,
Ged.


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1

2001-06-08 Thread Ged Haywood

Hi Tomas,

On Fri, 8 Jun 2001, Tomas Zeman wrote:

 Compiler in redhat 7.1 should be OK, because module
 compiles ok,

I don't follow your logic there.

 but error is in perl 5.6.x 9I think),
 because on the same platform, it worked with perl 5.5

Quite possible, all the same.  I still use 5.005_03 in my live
servers.  I recommend you do the same if it works for you.  There is
no Perl release called 5.5.  I have had no problems with 5.7.0 in
development, you might like to try it if you're adventurous...

73,
Ged.




mod_perl 1.25 , perl 5.6.x , Redhat7.1 problem

2001-06-07 Thread Tomas Zeman

Hi all,

I have tried Perl 5.6.0 and 5.6.1, mod_perl 1.24 and
1.25, apache 1.3.9 and 1.3.20, but I am not able to
make it work (on Redhat 7.1)

It worked OK with redhat 6.2 with perl 5.5

I compiled perl 5.6.1 and apache myself, mod_perl
compiles OK (as DSO), but when I try to run the
apache, it writes :

1 - if I use mod_perl 1.24 : undefined symbol
boot_apache_util cannot start

2 - if I use mod_perl 1.25 : cannot locate loadable
object for module Apache::Constants

Could you please help me, how to run mod_perl under
perl 5.6.x ?

thanks a lot
Tomas Zeman





__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: mod_perl 1.25 , perl 5.6.x , Redhat7.1 problem

2001-06-07 Thread Ged Haywood

Hi there,

On Thu, 7 Jun 2001, Tomas Zeman wrote:

 I have tried Perl 5.6.0 and 5.6.1, mod_perl 1.24 and
 1.25, apache 1.3.9 and 1.3.20, but I am not able to
 make it work (on Redhat 7.1)
 
 It worked OK with redhat 6.2 with perl 5.5
 
 I compiled perl 5.6.1 and apache myself, mod_perl
 compiles OK (as DSO), but when I try to run the
 apache, it writes :

There were problems with the compiler shipped with a recent version of
RedHat, can't remeber if it was 7.0 or 7.1, but it's worth checking in
the mod_perl List archives where it has been mentioned.  Apart from
gcc I think there's no reason why you should not be able to get it
going on that platform.  Try to keep the configuration to as simple  a
minimum as you can, and I'd try static instead of DSO first.

Get back to us if you've already tried a different compiler.

73,
Ged.





Re: mod_perl 1.25 + perl 5.6

2001-02-01 Thread Matisse Enzer

You know I am also seeing this exact result.

I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66
on a RH Linux 6.1 system.

If I compile Apache without modperl it run OK. If i compile it with 
mod_perl 1.25 I also get the segmentation fault on startup.

I looked in ../mod_perl/SUPPORT  and didn't see anything obvious abot 
this problem.

-Matisse

Hi there,

On Wed, 31 Jan 2001, Vasily Petrushin wrote:

  I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17
  Operating System is Sun Solaris 8 for SPARC, 64bit.
  [Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal
  Segmentation Fault (11)

Have you looked at the information in .../mod_perl/SUPPORT


and did you compile your Perl?

?

73,
Ged.

-- 
---
Matisse Enzer
TechTv Web Engineering
[EMAIL PROTECTED]
415-355-4364 (desk)
415-225-6703 (cellphone)



Re: mod_perl 1.25 + perl 5.6

2001-02-01 Thread The Doctor

On Thu, Feb 01, 2001 at 05:25:41PM -0800, Matisse Enzer wrote:
 You know I am also seeing this exact result.
 
 I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66
 on a RH Linux 6.1 system.
 
 If I compile Apache without modperl it run OK. If i compile it with 
 mod_perl 1.25 I also get the segmentation fault on startup.
 
 I looked in ../mod_perl/SUPPORT  and didn't see anything obvious abot 
 this problem.
 
 -Matisse
 
 Hi there,
 
 On Wed, 31 Jan 2001, Vasily Petrushin wrote:
 
   I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17
   Operating System is Sun Solaris 8 for SPARC, 64bit.
   [Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal
   Segmentation Fault (11)
 
 Have you looked at the information in .../mod_perl/SUPPORT
 
 
 and did you compile your Perl?
 
 ?
 
 73,
 Ged.
 
 -- 
 ---
 Matisse Enzer
 TechTv Web Engineering
 [EMAIL PROTECTED]
 415-355-4364 (desk)
 415-225-6703 (cellphone)

I just ran make test using apache 1.3.17 + mod_perl 1.25 + perl 5.6 et al
and the test croaks!

-- 
God Queen and Country   Member - Liberal International
Never Satan President and Republic   This is [EMAIL PROTECTED]  Ici [EMAIL PROTECTED]
Society MUST be saved! Republics must dissolve.
10 Years using the Internet and still broadcasting the truth



mod_perl 1.25 + perl 5.6

2001-01-31 Thread Vasily Petrushin



Hi, people.

I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17

After successful biulding and configuring an apache, httpd started
successfully, but after recieve any request the child process are 
dieing by signal 11 (Segmentation Fault).

Operating System is Sun Solaris 8 for SPARC, 64bit.

error_log
-
[Tue Jan 30 17:57:26 2001] [notice] Apache/1.3.17 (Unix) mod_perl/1.25
configured -- resuming normal operations
[Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal
Segmentation Fault (11)
-

May be I must say any special configuration parameters when building
perl 5.6 and apache? Can You advice?


Vasily Petrushin
+7 (095) 2508363
http://www.interfax.ru
mailto:[EMAIL PROTECTED]




Re: mod_perl 1.25 + perl 5.6

2001-01-31 Thread G.W. Haywood

Hi there,

On Wed, 31 Jan 2001, Vasily Petrushin wrote:

 I have a problem with perl 5.6 + mod_perl 1.25 + apache 1.3.17
 Operating System is Sun Solaris 8 for SPARC, 64bit.
 [Tue Jan 30 17:58:51 2001] [notice] child pid 17005 exit signal
 Segmentation Fault (11)

Have you looked at the information in .../mod_perl/SUPPORT


and did you compile your Perl?

?

73,
Ged.