Try prefork httpd instead of worker?
On Wed, Mar 24, 2010 at 8:33 AM, Idel Fuschini wrote:
> Hi,
> I'm trying to install mod_perl on sun solaris 5.10 with apache 2.2.9.
>
> after perl Makefile.PL I have this problem
>
> Configuring Apache/2.2.9 mod_perl/2.0.4 Perl/v5.10.1
> [ error] Using Perl 5
Hi,
I'm trying to install mod_perl on sun solaris 5.10 with apache 2.2.9.
after perl Makefile.PL I have this problem
Configuring Apache/2.2.9 mod_perl/2.0.4 Perl/v5.10.1
[ error] Using Perl 5.010001 w/o ithreads and 'worker' mpm httpd.
[ error] Failed requirements:
[ error] - Perl built with
On Monday 05 March 2007 10:26, Anoop kumar V wrote:
> I think I figured out the exact problem (not the solution)... apache starts
> fine when forced to start on the commandline, but fails to start as a
> service. SO it is not a problem of the apachemonitor per se.
>
> It is wierd that something sto
I think I figured out the exact problem (not the solution)... apache starts
fine when forced to start on the commandline, but fails to start as a
service. SO it is not a problem of the apachemonitor per se.
It is wierd that something stops apache running as a service. Also it does
not write any l
Thank you for the suggestion Randy - but perl had always been in my path. I
think that gets set when perl is installed.
I think I will have to do a manual start / ^C the apache process until the
monitor gets fixed.
Thanks,
Anoop
On 3/3/07, Randy Kobes <[EMAIL PROTECTED]> wrote:
On Fri, 2 Mar
On Fri, 2 Mar 2007, Anoop kumar V wrote:
Yes - I checked that - without mod_perl enabled, with a vanilla Apache
installation (and with weblogic module enabled), the apachemonitor starts
and stops apache fine. With the mod_perl line: (LoadModule .) in
httpd.conf it errors out. If I remove the
On 3/2/07, Randy Kobes <[EMAIL PROTECTED]> wrote:
On Fri, 2 Mar 2007, Anoop kumar V wrote:
> Is it expected that the apachemonitor breaks when mod-perl is installed.
>
> After I did the below steps, I can start Apache from the commandline,
but
> when I try using the ApacheMonitor tool from my t
On Fri, 2 Mar 2007, Anoop kumar V wrote:
Is it expected that the apachemonitor breaks when mod-perl is installed.
After I did the below steps, I can start Apache from the commandline, but
when I try using the ApacheMonitor tool from my task tray, it says the same
thing that "The requested opera
Is it expected that the apachemonitor breaks when mod-perl is installed.
After I did the below steps, I can start Apache from the commandline, but
when I try using the ApacheMonitor tool from my task tray, it says the same
thing that "The requested operation has failed"
I tested this with smilar
Woww - thanks so much Randy - I tried this as you suggested and it works
beautifully:
C:\tools\Apache2\bin>ppm install
http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd
Downloading mod_perl-2.0-2.0.3...done
Unpacking mod_perl-2.0-2.0.3...done
Generating HTML for mod_perl-2.0-2.0.3...done
Updatin
On Thu, 1 Mar 2007, Anoop kumar V wrote:
I am having problems installing mod_perl. I have installed perl from
ActivePerl-5.8.8.820-MSWin32-x86-274739. I still get the error
"Cannot load C:/tools/Apache2/modules/mod_perl.so into server: The specified
module could not be found."
[ ... ]
C:\tools
I am having problems installing mod_perl. I have installed perl from
ActivePerl-5.8.8.820-MSWin32-x86-274739. I still get the error
"Cannot load C:/tools/Apache2/modules/mod_perl.so into server: The specified
module could not be found."
C:\tools\Apache2\bin>perl -V
Summary of my perl5 (revision 5
Anthony Gardner wrote:
I'm trying to install mod_perl-2.0.2 with httpd-2.2.3 and while
compiling mod_perl, I get the following error ...
No such file: lib/ModPerl/DummyVersions.pm
Not in MANIFEST: .mypacklist
Not in MANIFEST: Apache-Test/t/cgi-bin/cookies.pl
Not in MANIFEST: Apache-Test/t/R
I'm trying to install mod_perl-2.0.2 with httpd-2.2.3 and while compiling mod_perl, I get the following error ... No such file: lib/ModPerl/DummyVersions.pm Not in MANIFEST: .mypacklist Not in MANIFEST: Apache-Test/t/cgi-bin/cookies.pl Not in MANIFEST: Apache-Test/t/REPORT Not in MANIFEST: lib
On Mar 23, 2006, at 9:10 AM, N L wrote:
I write on Xterm the command: perl Makefile.PL
MP_AP_PREFIX="path to apache2 directory" (because all
file are in the same directory). It was fine ; After I
wanted to do a "make test" and I get this error
message :
waiting 120 seconds for server to start:
Hello ,
I am working on Mac Osx Tiger, I installed automaticly
a package including apache2 , php5, MySQL4, and
phpMyAdmin it is really clean and it is working fine
but now I want to install with this the mod_perl
module I saw one is able to install dynamic mod_perl
if apache is already installed.
Are you sure, that the scripts don__t miss a module or something? Does "perl
-c" show any errors? Are the executable? Do they work without mod_perl? Did
paths to modules change?
I often get this kind of error because of some missing module or a tiny error
inside the script, that causes executio
Op woensdag 18 januari 2006 18:03, schreef Johan Barelds:
> Hi all,
>
> I am migrating from SuSE9.2 to 10.0
> Both running apache2 and mod_perl2.
> All the perl web-applications didn't work anymore after the migration.
> I doesn't execute the perl script(s) but asks me if i want to download
> it..:
On Wed, 2006-01-18 at 18:03 +0100, Johan Barelds wrote:
> All the perl web-applications didn't work anymore after the migration.
> I doesn't execute the perl script(s) but asks me if i want to download it..:-)
That's usually a configuration error.
> Does anyone have a clue?
> Is there a troublesh
Hi all,
I am migrating from SuSE9.2 to 10.0
Both running apache2 and mod_perl2.
All the perl web-applications didn't work anymore after the migration.
I doesn't execute the perl script(s) but asks me if i want to download it..:-)
Does anyone have a clue?
Is there a troubleshooting guide?
How do i
Nick Wellnhofer wrote:
When I run "perl Makefile.PL" to configure a static mod_perl2 build and
have an older version of Apache already installed in the --prefix
directory, I get the following error message:
Configuring Apache/2.0.52 mod_perl/1.999.21 Perl/v5.8.5
[ error] Can't find apr include/
When I run "perl Makefile.PL" to configure a static mod_perl2 build and
have an older version of Apache already installed in the --prefix
directory, I get the following error message:
Configuring Apache/2.0.52 mod_perl/1.999.21 Perl/v5.8.5
[ error] Can't find apr include/ directory,
[ error] u
led because search permissions are
> > missing on a component of the path
> > ===
>
> Probably move the whole thing into a different location, like /tmp and
> try again. It's not an installation problem, but the 'make test' one -
> you probabl
] [error] [client 127.0.0.1] (13)Permission
denied: access to /test.html failed because search permissions are
missing on a component of the path
===
Probably move the whole thing into a different location, like /tmp and
try again. It's not an installation problem, but the '
Hello,
I am having trouble with an installation of mod_perl.
Perl version is 5.8.0
Apache 1.3.31
mod_perl 1.28
Error is when I am running make test, the following occurs -
===
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
d
Jean-Michel Hiver wrote:
[...]
Anyhow why not try to compile a perl in a separate location and try to
compile mod_perl against that?
For example on some of our machines we have an RPM perl in /usr/bin/perl
and a compiled one in /usr/local/bin/perl. It works quite well - you
just need to make su
I S wrote:
Thanks. Yet, the web site and practical mod_perl book says that "
"|Can't load DBI|" or *similar error for the IO module or whatever
dynamic module mod_perl tries to pull in first*. The solution is to
re-configure, re-build and re-install Perl and dynamic modules with the
followi
Problem: Can't load ' ../auto/DBI/DBI.so for module
DBI.
Well, you could try Net::MySQL instead which is pure perl.
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
Hi all,
I am really stuck and have been looking for solutions
around on Internet but with no luck. I am about to
give up and kind of not sure I should post this
question. Anyways, I give it a try and hope for some
suggestions.
I realize that the problem that I have is listed on
perl.apache.org.
29 matches
Mail list logo