Re: [mp2] Configure fails w/Perl 5.16.0

2012-06-06 Thread Fred Moyer
t;-- > > 1. Problem Description: > > > > > > I am trying to configure with Apache 2.4.2, mp 2.0.6 and Perl 5.16.0 with no > luck. > > > > Perl was compiled with and without threads. > > > > $ ./Configure -des -Dusethreads > > $ ./Co

[mp2] Configure fails w/Perl 5.16.0

2012-06-06 Thread Bruce Pettyjohn
--- 1. Problem Description: I am trying to configure with Apache 2.4.2, mp 2.0.6 and Perl 5.16.0 with no luck. Perl was compiled with and without threads. $ ./Configure -des -Dusethreads $ ./Configure -des -Uusethreads Apache 2.4.2 was compiled with $ ./configure --prefix=/usr

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
l > where to put them ? physically ? relative to what in which directory ? > also where to configure the path to this directory. > Thanks > > On Thu, Nov 17, 2011 at 4:34 PM, Issac Goldstand <mailto:mar...@beamartyr.net>> wrote: > > On 17/11/2011 16:27, Meir Yanovich

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
Hi and thanks for the fast reply , what i meant is for example , i have written filter called Myfilter.pm or MyFilter.pl where to put them ? physically ? relative to what in which directory ? also where to configure the path to this directory. Thanks On Thu, Nov 17, 2011 at 4:34 PM, Issac

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Issac Goldstand
On 17/11/2011 16:27, Meir Yanovich wrote: > There lots of tutorials on the web on how to configure the mod_perl > filters but info i didn't understand and its like no where written , > where to put them and how to tell mod_perl/apache about there path > /location . i mean only the

How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
There lots of tutorials on the web on how to configure the mod_perl filters but info i didn't understand and its like no where written , where to put them and how to tell mod_perl/apache about there path /location . i mean only the filters part not the ordinary perl files

Re: Need help to install & configure mod_perl

2009-03-24 Thread Adam Prime
sandhya pawar wrote: I have O.S Windows Vista ActivePerl5.8 Apache 2.2.11 Installed. C:\> ppm install mod_perl-2.0 ppm install failed: Can't find any package that provides mod_perl-2.0 C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd ppm install failed: 500 can't connect to

Need help to install & configure mod_perl

2009-03-24 Thread sandhya pawar
I have O.S Windows Vista ActivePerl5.8 Apache 2.2.11 Installed. C:\> ppm install mod_perl-2.0 ppm install failed: Can't find any package that provides mod_perl-2.0 C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd ppm install failed: 500 can't connect to theoryx5.uwinnipeg.ca/ppms

How to configure mod_perl

2009-02-26 Thread sandhya pawar
When I edit tht httpd.cong for mod_perl, Apache not works. ? Sandhya. On Tue, 24 Feb 2009 02:56:11 +0530 wrote > > >On Mon, 23 Feb 2009, Clinton Gormley wrote: >> to: >>    eval {load_application(); 1} || print STDERR $@; >>    1; >> >> then I see the proper error message, but apache starts >>

AW: [mp2][configure/make]

2008-08-27 Thread Ebner.EJ.Johannes
Thank you very much for that info. I configured it with: ./Configure -de -Accflags='-fPIC' -Dprefix=/path/to/perl as Dan Axtell sugfgested. Worked perfectly. Thanks alot! >-Ursprüngliche Nachricht- >Von: Fred Moyer [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch,

Re: [mp2][configure/make]

2008-08-27 Thread Fred Moyer
[EMAIL PROTECTED] wrote: 1. Problem Description: I cannot compile mod_perl for Apache2. There seem to be two issues with the Configure.PL/make-process. Configure runs through without an error but with a warning that header files have been found in an unexpected directory (see warning message

[mp2][configure/make]

2008-08-27 Thread Ebner.EJ.Johannes
1. Problem Description: I cannot compile mod_perl for Apache2. There seem to be two issues with the Configure.PL/make-process. Configure runs through without an error but with a warning that header files have been found in an unexpected directory (see warning message below) although I have

Re: Trying to configure Apache2::Request

2008-02-10 Thread Perrin Harkins
On Feb 10, 2008 12:14 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > my Apache2::Request $r = shift; > Tells the Perl compiler to expect an object in the C > class to be assigned to C<$r>. A patch has already been submitted to > use this information so method calls can be resolved at compile time. Tha

Re: Trying to configure Apache2::Request

2008-02-10 Thread Mag Gam
Nice, Thanks! Just figured this out... A known disadvantage to Perl method calls is that they are slower than direct function calls. It is possible to resolve method calls at compile time, rather than runtime, making method calls just as fast as subroutine calls. However, there is certain inf

Re: Trying to configure Apache2::Request

2008-02-10 Thread Perrin Harkins
On Feb 10, 2008 1:57 AM, Mag Gam <[EMAIL PROTECTED]> wrote: > doc.pl looks like this: > #!/usr/bin/perl -w > use strict; > use CGI; > use APR::Request::Apache2 (); > > > print "Content-type: text/html\n\n"; > print "Hello"; my $r = shift; > my $req = Apache2::Request->new($r, POST_MAX => "1M");

Trying to configure Apache2::Request

2008-02-09 Thread Mag Gam
I have installed Apache2::Request via CPAN, but i keep getting this message in my error_log [error] Global symbol "$r" requires explicit package name at /var/www/perl/doc.pl line 10.\n Apache configuration looks like this: LoadModule perl_module modules/mod_perl.so LoadModule apreq_module modul

Re: configure

2007-08-09 Thread Perrin Harkins
On 8/9/07, prasanthi devisetti <[EMAIL PROTECTED]> wrote: > How to install mod_perl in cygwin , without configure file , Are you looking for Windows binaries? Those are here: http://perl.apache.org/docs/2.0/os/win32/install.html#All_in_one_packages > please send me r

configure

2007-08-08 Thread prasanthi devisetti
hi How to install mod_perl in cygwin , without configure file , please send me reply as soon as possible Thankyou. prasanthi -- www.g-billboards.com

Re: how to configure the mod_perl to show a jpeg file.

2006-01-19 Thread Tyler MacDonald
<[EMAIL PROTECTED]> wrote: > but, if i had a project, i want put the all thing a directory. Can i do like > that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry, > that is correct? or there are the other way? thanks. Do you mean have real Apache2 request handlers (

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
Thank you. I really take care of the manal of Apache. :) Mike.G

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread Perrin Harkins
On Mon, 2006-01-16 at 10:37 +0800, 黄叶 wrote: > Alias /perl/ /home/ghw/myperl/webproject/ > PerlSwitches -T > >AddHandler perl-script .pl >SetHandler perl-script >PerlResponseHandler ModPerl::Registry >PerlOptions +ParseHeaders >Options +ExecCGI >Or

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
Hi, Fayland, but if you put a index.pl in your perl directory, when you access http://localhost/perl/ Can you get a response? I Can't get a response from apache. why? Mike.G

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
Thanks Fayland. I am ok too. I only need put the behind :) Mike.G

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread Fayland Lam
黄叶 wrote: but, if i had a project, i want put the all thing a directory. Can i do like that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry, that is correct? or there are the other way? thanks. it works on my side: # for ModPerl::Registry scripts Alias /perl/ "C:/Apache2/p

Re: how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread 黄叶
but, if i had a project, i want put the all thing a directory. Can i do like that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry, that is correct? or there are the other way? thanks.

Re: how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread Frank Wiles
On Mon, 16 Jan 2006 10:37:24 +0800 黄叶 <[EMAIL PROTECTED]> wrote: > HI, All. > I had configure the mod_perl environment, it is here: > > Alias /perl/ /home/ghw/myperl/webproject/ > PerlSwitches -T > >AddHandler perl-script .pl >

how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread 黄叶
HI, All. I had configure the mod_perl environment, it is here: Alias /perl/ /home/ghw/myperl/webproject/  PerlSwitches -T      AddHandler perl-script .pl    SetHandler perl-script    PerlResponseHandler ModPerl::Registry    PerlOptions +ParseHeaders    Options +ExecCGI

configure: error: C++ preprocessor "/lib/cpp" fails sanity check

2005-10-08 Thread Octavian Rasnita
Hi, I have just installed perl 5.8.7 and mod_perl 2.01 with no errors but I can't install libapreq2 due to the following error after running: # perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `

Apache SessionTimeOut how to configure

2005-05-11 Thread raja agireddy
Hello, I have installed mod_perl, Apache2.0, AuthenSmb 0.72 for the NT authentication on the UNIX server. I want to implement the time out feature, so that any user after 30 minutes of inactive session needs to relogin. Any suggestions will be greatly appreciated. Regards, Raja

SessionTimeOut how to configure

2005-05-10 Thread raja agireddy
Hello, I have installed mod_perl, Apache AuthenSmb for the NT authentication on the UNIX server. I want to implement the time out feature, so that any user after 30 minutes of inactive session need to relogin. Any suggestions will be greatly appreciated. Regards, Raja

Re: Fail to configure mod_perl and build apache

2004-10-31 Thread Nick Phillips
On 30/10/2004, at 7:19 AM, Stas Bekman wrote: CN wrote: Hi! Because "perl Makefile.PL" did not find LWP::UserAgent and HTML::HeadParser in my Debian box, I did "apt-get install libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove that package. Since then "perl Makefile.PL" seems t

Re: Fail to configure mod_perl and build apache

2004-10-29 Thread Stas Bekman
CN wrote: > Hi! > > Because "perl Makefile.PL" did not find LWP::UserAgent and > HTML::HeadParser in my Debian box, I did "apt-get install > libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove > that package. Since then "perl Makefile.PL" seems to have trouble as it > complains

Fail to configure mod_perl and build apache

2004-10-28 Thread CN
e as it complains "cat: ../apache_1.3.32/src/Makefile.config: No such file or directory": == host1:/usr/src/mod_perl-1.29# perl Makefile.PL Configure mod_perl with ../apache_1.3.32/src ? [y] y Shall I build httpd in ../apache_1.3.32/src for you? [y] n (cd ../ap

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-04 Thread Stas Bekman
[EMAIL PROTECTED] wrote: could you please report the initial report, including your latest tweaks to lib/Apache/Build.pm to the dev list [1]? I guess Philippe still didn't catch up with this list's email, but he should pick it up quickly at the dev list. Thanks. [1] http://perl.apache.org/mailli

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-04 Thread MGorbunov
b/Apache/Build.pm line 173 > > Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q', > > 'INCLUDEDIR') called at lib/Apache/Build.pm line 82 > > Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)') > > called

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread Fco. Valladolid
uild.pm line 173. > > at lib/Apache/Build.pm line 173 > >Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q', > >'INCLUDEDIR') called at lib/Apache/Build.pm line 82 > >Apache::Build::ap_prefix_invalid('Apache::Build

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread Stas Bekman
3. at lib/Apache/Build.pm line 173 Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q', 'INCLUDEDIR') called at lib/Apache/Build.pm line 82 Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)') called at Makefile.PL line 206

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-10-01 Thread MGorbunov
he/Build.pm line 173 Apache::Build::apxs('Apache::Build=HASH(0x8d7fcb8)', '-q', 'INCLUDEDIR') called at lib/Apache/Build.pm line 82 Apache::Build::ap_prefix_invalid('Apache::Build=HASH(0x8d7fcb8)') called at Makefile.PL line 206 main::con

Re: [mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-09-30 Thread Stas Bekman
[EMAIL PROTECTED] wrote: NetBSD-2.0_RC1 + perl-5.8.5 + httpd-2.0.52 : all the above builds and runs OK, but when trying to configure source of modperl-1.99_17-dev I get the following: $ perl Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 Reading Makefile.PL args from @ARGV MP_AP_PREFIX

[mp2] NetBSD-2.0_RC1 httpd-2.0.52 modperl-1.99_17-dev configure error

2004-09-29 Thread MGorbunov
NetBSD-2.0_RC1 + perl-5.8.5 + httpd-2.0.52 : all the above builds and runs OK, but when trying to configure source of modperl-1.99_17-dev I get the following: $ perl Makefile.PL MP_AP_PREFIX=$HOME/mp-test/httpd-2.0 Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /home/mgorb/mp-test/httpd

Re: "error 111" has been solved and some error occurred when configure apache

2004-08-02 Thread YY Liu
I have installed the mod_ssl openssl and apache successfully just according to the file "INSTALL" under the directory of mod_ssl. It's easy to understand and you can upgrate easily.:) But thank you all the same! --- Stas Bekman <[EMAIL PROTECTED]> 的正文: > Tom Schindl wrote: > > Well on

Re: "error 111" has been solved and some error occurred when configure apache

2004-08-01 Thread Stas Bekman
Tom Schindl wrote: Well once more let mod_perl do everything for you, see howto do that using INSTALL.simple.mod_ssl. or better, read the mp1 guide: http://perl.apache.org/docs/1.0/guide/install.html#Installation_Scenarios_for_mod_perl_and_Other_Components -- __

Re: "error 111" has been solved and some error occurred when configure apache

2004-07-29 Thread Tom Schindl
L PROTECTED] apache]$ cd mod_ssl-2.8.16 [EMAIL PROTECTED] apache]$ cd mod_ssl-2.8.16-1.3.29 [EMAIL PROTECTED] mod_ssl-2.8.16-1.3.29]$ ./configure \ --with-apache=../apache_1.3.29 [EMAIL PROTECTED] mod_ssl-2.8.16-1.3.29]$ cd .. [EMAIL PROTECTED] apache]$ tar xzvf mod_gzip-1.3.26.1a.tgz [EMAIL PROTEC

"error 111" has been solved and some error occurred when configure apache

2004-07-29 Thread YY Liu
Thanks a million, Tom! I have installed the mod_perl successfully according to your method. And I want to configure the apche on RH9 and I hava installed the following components--mod_perl, mod_ssl, openssl, mod_gzip.c separeately and there is no error, but when I run the command which is to add

Re: [MP2 CVS] configure error

2004-02-02 Thread Stas Bekman
Jie Gao wrote: [...] Also is it possible that your machine is slow and you need more time to start the server (our test suite take a *long* time to start under threaded mpms)? So please try: t/TEST -start -startup_timeout 300 though I doubt that this is the reason. It turned out this was the rea

Re: [MP2 CVS] configure error

2004-02-02 Thread Stas Bekman
Jie Gao wrote: [...] make test error: [...] waiting 180 seconds for server to start: giving up after 181 secs !!! server failed to start! (please examine t/logs/error_log) [...] -D APACHE_MPM_DIR="server/mpm/worker" osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='suno

Re: [MP2 CVS] configure error

2004-02-02 Thread Stas Bekman
Jie, please always submit a complete bug report, as explained here: http://perl.apache.org/bugs/ Using 5.8.3 with the latest CVS, running /usr/local/perl-5.8.3_threaded/bin/perl Makefile.PL MP_USE_DSO=1 MP_APXS=/usr/local/WASM_Sessions_Checker_apache_2.0.48/bin/apxs MP_TRACE=1 gives the following

[MP2 CVS] configure error

2004-02-02 Thread Jie Gao
Hi All, Using 5.8.3 with the latest CVS, running /usr/local/perl-5.8.3_threaded/bin/perl Makefile.PL MP_USE_DSO=1 MP_APXS=/usr/local/WASM_Sessions_Checker_apache_2.0.48/bin/apxs MP_TRACE=1 gives the following errors: *** dir '/usr/local/WASM_Sessions_Checker/htdocs/conf' does not exist (while

[mp2] configure Apache with PerlRequire and external script (does $PerlConfig work in mp2?)

2004-01-18 Thread Eric J. Hansen
I'd like to dynamically configure Apache using an external Perl script. i.e., in httpd.conf: PerlRequire myhttpdconf.pl Since I'm using a database to define how I'd like to configure multiple virtual hosts on my server, my Perl script iterates through records