Re: Apache config problem .. please help

2003-07-03 Thread Ranga Nathan
Ged Haywood wrote: Hi there, On Thu, 3 Jul 2003, Dennis Stout wrote: I made a simple mod_perl change to the config and when restarting Apache I got this error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:2250 no listening sockets available, shutting down

RE: Apache config problem .. please help

2003-07-03 Thread Hauck, William B.
-Original Message- From: Ranga Nathan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 1:51 PM Cc: mod_perl Mailing List Subject: Re: Apache config problem .. please help Ged Haywood wrote: Hi there, On Thu, 3 Jul 2003, Dennis Stout wrote: I made a simple mod_perl change

Re: Apache config problem .. please help

2003-07-03 Thread Gedanken
I know this is not of much help, but I have had situations where a badly terminating process would prevent subsequent processes from using that port. on windows, i never found a solution other than to reboot. on solaris 7, i never found a solution other than to wait 8 minutes. I did some

Re: Apache config problem .. please help

2003-07-03 Thread Ged Haywood
Hi there, On Thu, 3 Jul 2003, Ranga Nathan wrote: In other words there's an Apache still running The 'top' output is : [snip] How can I get a list of ports being used so I can kill the processes? As I said, there may be more wrong than just what's obvious. It looks like the obvious

Re: Apache config problem .. please help

2003-07-03 Thread Ranga Nathan
Gedanken wrote: I know this is not of much help, but I have had situations where a badly terminating process would prevent subsequent processes from using that port. on windows, i never found a solution other than to reboot. on solaris 7, i never found a solution other than to wait 8 minutes

Please help newbie with Module problem.

2003-07-02 Thread Matt Corbett
Title: Message Dear List, I have got a problem that I can't fix no way, no how. I am porting a Linux website to xp pro. Ineed to use the Apache::Request module on a range of programs to use POST andGET methods in my HTML to process information gathered. The port I am using is

Re: Please help newbie with Module problem.

2003-07-02 Thread Dennis Stout
however when I run the following code #!c:/perl/bin/perl -w use Apache (); use Apache::Request (); use CGI::Carp qw(fatalsToBrowser); my $r = Apache::Request-new(shift); # my $apr = Apache::Request-new($r); print Content-type:text/html\n\n; print Hello, World...\n; print $r; print

Re: Please help newbie with Module problem.

2003-07-02 Thread Perrin Harkins
On Wed, 2003-07-02 at 11:50, Matt Corbett wrote: I need to use the Apache::Request module on a range of programs to use POST and GET methods in my HTML to process information gathered. Actually, you don't. You can use CGI.pm, CGI::Simple, CGI_Lite, etc. for this. If you want to use

Re: Please help newbie with Module problem.

2003-07-02 Thread Dennis Stout
this, however the line $r-content-type('text/html'); seems to be giving my compiler some problems. You could'nt just give me a hint on My mistake, shift key didn't get pressed hard enough =P $r-content_type('text/html'); Dennis

Re: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
On Wed, 2 Jul 2003, Matt Corbett wrote: Dear List, I have got a problem that I can't fix no way, no how. I am porting a Linux website to xp pro. I need to use the Apache::Request module on a range of programs to use POST and GET methods in my HTML to process information gathered. The

Re: FW: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
, as that means the files are probably in the expected places, and Apache/mod_perl can use/load them. Does it help if you put a PerlModule Apache::Request directive in, before the directives defining your registry location? -- best regards, randy

RE: FW: Please help newbie with Module problem.

2003-07-02 Thread Matt Corbett
Randy, Does'nt seem to make any difference. Matt -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 19:39 To: Matt Corbett Cc: [EMAIL PROTECTED] Subject: Re: FW: Please help newbie with Module problem. On Wed, 2 Jul 2003, Matt Corbett wrote: Yes, mod

RE: FW: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
On Wed, 2 Jul 2003, Matt Corbett wrote: -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 19:39 To: Matt Corbett Cc: [EMAIL PROTECTED] Subject: Re: FW: Please help newbie with Module problem. Does it help if you put a PerlModule Apache::Request

RE: Please help newbie with Module problem.

2003-07-02 Thread Matt Corbett
Dennis and Randy and others on the list that gave advice, Thank you so much for both your help. This has sorted out the problem. I copied the *.pl files to the c:\apache\perl directory and before I made the change to the httpd.conf file I tried it tham again and it's perfect. If either or both

Re: Please help newbie with Module problem.

2003-07-02 Thread Dennis Stout
You can send me- er, the Help Dennis Move out of Alaska charity money by giving your credit card number to *grin* Thank you, I'm sure Randy would agree when I say it's nice to be appreciated :) Dennis Stout S.T.O.U.T. = Synthetic Technician Optimized for Ultimate Troublshooting

Re: Help needed !!

2003-06-16 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 12 June 2003 08:22, ECE Webmaster wrote: Hi , I am having a problem with an application that I am running on an Apache server. It says that it is unable to load the script. I have chmod all things to 777. My application is at

Need help again

2003-06-14 Thread Oskar
Hi, Thx for help, finally installing Apache 1.3 put mod_perl to work. I have another question. Now I have Apache configured to interpret in perl all files in particular directory. But Iwant perl to be accessible on whole site and just files with particular extensions should be interpreted

Re: Need help again

2003-06-14 Thread Randy Kobes
On Sat, 14 Jun 2003, Oskar wrote: Hi, Thx for help, finally installing Apache 1.3 put mod_perl to work. I have another question. Now I have Apache configured to interpret in perl all files in particular directory. But I want perl to be accessible on whole site and just files with particular

Help pls

2003-06-13 Thread Oskar
efore the LoadModule perl_module "modules/mod_perl.so" directive but it does not work neither. Can someone help me pls? I have xp professional, ver. of Apache 2.0.46 and built of perl is 635. Oskar

Re: Help pls

2003-06-13 Thread Randy Kobes
before the LoadModule perl_module modules/mod_perl.so directive but it does not work neither. Can someone help me pls? I have xp professional, ver. of Apache 2.0.46 and built of perl is 635. Oskar As is described under http://perl.apache.org/docs/2.0/os/win32/, ActivePerl 6xx doesn't work well

Help needed !!

2003-06-12 Thread ECE Webmaster
Hi , I am having a problem with an application that I am running on an Apache server. It says that it is unable to load the script. I have chmod all things to 777. My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html Thanks a ton Mandeep

Re: Help needed !!

2003-06-12 Thread Raf
ECE Webmaster said: Hi , I am having a problem with an application that I am running on an Apache server. It says that it is unable to load the script. I have chmod all things to 777. My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html Thanks a ton Mandeep That

Re: Help needed !!

2003-06-12 Thread Stas Bekman
ECE Webmaster wrote: Hi , I am having a problem with an application that I am running on an Apache server. It says that it is unable to load the script. I have chmod all things to 777. My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html You should look in error_log. It'll

Fw: [Perl] HTML::Mason help anyone?

2003-06-09 Thread Issac Goldstand
Forwarded from the Israeli Perl Mongers mailing list: - Original Message - From: Ron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 09, 2003 1:48 PM Subject: [Perl] HTML::Mason help anyone? I have a simple form that looks like so: form method=GET action=/company

Re: Fw: [Perl] HTML::Mason help anyone?

2003-06-09 Thread Ged Haywood
Hi there, On Mon, 9 Jun 2003, Issac Goldstand wrote: Forwarded from the Israeli Perl Mongers mailing list: - Original Message - From: Ron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 09, 2003 1:48 PM Subject: [Perl] HTML::Mason help anyone? I have a simple

Re: Help with Apache::httpd_conf

2003-05-31 Thread Ged Haywood
Hi there, On Thu, 29 May 2003, Shashank Kailash Shringi wrote: I need one common entry for handlers in Location directive, both inside and outside virtual host. I'm not sure I understand your problem, but I wonder if it's the sort of thing that mod_macro could help you with? 73, Ged.

Help with Apache::httpd_conf

2003-05-30 Thread Shashank Kailash Shringi
PerlAuthzHandler Apache::MyModule require valid-user PerlSetVariable something /Location Also, how do I parse /~xyz from Location directive outside virtual host. Thanks in advance for your help. Regards, Shashank. - To unsubscribe

Help with Apache::httpd_conf

2003-05-30 Thread Shashank Kailash Shringi
directive outside virtual host. Thanks in advance for your help. Regards, Shashank.

Re: Help: Problems compling mod_perl-1.x-dev on FreeBSD-4.8

2003-05-30 Thread Forrest Aldrich
customize). Thanks for your help. At 12:01 PM 5/26/2003, you wrote: Hello again, Please keep it on the list. On Mon, 26 May 2003, Forrest Aldrich wrote: I'm using whatever is in CVS at the moment. The Changes file indicates this is version 1.27_01-dev. Well that *should* be OK, but I have

Re: Help: Problems compling mod_perl-1.x-dev on FreeBSD-4.8

2003-05-30 Thread Ged Haywood
Hi there, On Fri, 30 May 2003, Forrest Aldrich wrote: how do you add/activate other modules to apache in this manner. Here's one I prepared earlier. Use caution, this is an old one and I haven't tested it lately. The documentation is in the Eagle Book, I don't know if it's in the CookBook,

Help with proxy and PerlHandler with Apache::Filter

2003-03-12 Thread David Culp
I'm having problems using Proxy after a PerlHandler and Apache::Filter is used. Objective: Proxy / http://foo.com What Happens: proxy:http://foo.com Any suggestion or pointers to relevant docs would be greatly appreciated. Thanks, David

Re: Help with proxy and PerlHandler with Apache::Filter

2003-03-12 Thread Perrin Harkins
David Culp wrote: I'm having problems using Proxy after a PerlHandler and Apache::Filter is used. Objective: Proxy/http://foo.com What Happens: proxy:http://foo.com Any suggestion or pointers to relevant docs

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Svein E. Seldal
Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out, and to stitch all these small threads of information

Re: Newbie help with mod-perl 2.0

2003-03-11 Thread Nick Tonkin
On Tue, 11 Mar 2003, Svein E. Seldal wrote: Hi, Thanks for your help. I'm closer to my goal, thanks to you. However, I have more questions, and I'd hoped you'd enlighten me. I'm reading a lot of documentation on the web about MP2, but I need some more information to clear things out

Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working". What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced

Re: Need Help With Apache::Filter (mod 1.x)

2003-03-11 Thread Stas Bekman
David Culp wrote: Any Examples of Apache::Filter would be greatly appreciated. http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz p.s. Apache-Clean-2.x is for mp2. __ Stas BekmanJAm_pH -- Just

Need Help With Apache::Filter

2003-03-11 Thread David Culp
I need help with the Apache::Filter and Apache::OutputChain modules. I've read all the documentation and review the few examples. I've installed the modules, but "it is still not working". What I want to accomplish: I have done via Apache 2.0 mod_ext_filter. However, I am forced

Re: Need Help With Apache::Filter (mod 1.x) - Results

2003-03-11 Thread David Culp
Stas wrote: http://www.cpan.org/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz p.s. Apache-Clean-2.x is for mp2. Thanks Stas ! Looking in the tar file and at modperl_extra.pl, I was able to use the syntax and methods/properties to update my perl file. I was able to change some of

Newbie help with mod-perl 2.0

2003-03-10 Thread Svein E. Seldal
help would be very useful, please. I'm stuck. (Even if you replied with only four lines of perl code :o) Thanks, Svein package Test::Test; use strict; use warnings; use Apache::Reload; use Apache::RequestRec; use Apache::RequestIO; use Apache::Const -compile = qw(OK); sub handler { my $r

Re: Newbie help with mod-perl 2.0

2003-03-10 Thread Stas Bekman
Svein E. Seldal wrote: Hello, I'm running: Apache/2.0.44 (Win32) mod_perl/1.99_09-dev Perl/v5.8.0 good choice ;) I'm toying around with mod_perl handlers. And I've written this silly little app attached below which works partly. My problem is simple: - I need to get the querystring (and

Help - Can Apache 2 Filters be implemented in Apache 1.3.x via mod_perl

2003-03-06 Thread David Culp
Can Apache 2 Filters be implemented in Apache 1.3.x via mod_perl ? My goal is to rewrite some parts of the body of a web page before it is sent back to the client (Output Filter). I have it working in Apache 2 using an Output Filter. However, I'm forced to return to Apache 1.3.x; I

Help - Can Apache 2 Filters be implemented in Apache 1.3.x via mod_perl - Continue

2003-03-06 Thread David Culp
Sorry - implemented via mod_perl 1.x - Original Message - From: David Culp To: [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 11:13 PM Subject: Help - Can Apache 2 Filters be implemented in Apache 1.3.x via mod_perl Can Apache 2 Filters be implemented in Apache 1.3.x via

Re: Help - Can Apache 2 Filters be implemented in Apache 1.3.x viamod_perl

2003-03-06 Thread Perrin Harkins
On Thu, 2003-03-06 at 23:13, David Culp wrote: Can Apache 2 Filters be implemented in Apache 1.3.x via mod_perl [1.x]? No. However, there are a couple of method for doing this in 1.x. See Apache::Filter or Apache::OutputChain. - Perrin

Help needed to set up Apache, PERL, PHP and MySQL

2003-03-01 Thread Mo Elwaisi
Hi I have been tryin to set the following on a Linux machine for the last few months, but i have been having problem, especialy with PERL and Apache 2. I have been advised to use Apache 1.3.27!. i have formated the system and installed Red Hat 8 once again but this time i did not include any

Re: Help needed to set up Apache, PERL, PHP and MySQL

2003-03-01 Thread Stas Bekman
already be on the way to having them resolved. The modperl list is not a help-desk service, but a volunteer effort. Therefore you don't ask someone first if they are willing to listen to your troubles, but you simply go ahead and tell what your troubles are and if someone has the right knowledge

help with dl_install_.al error please

2003-02-28 Thread Warren Pollans
Hi Folks, I still need help with this. Which module is responsible for putting dl_install_.al in auto/DynaLoader? Dynaloader is there. Warren On Wed, 26 Feb 2003 12:20:16 -0500 Warren Pollans [EMAIL PROTECTED] wrote: Hello, I'm trying to work through recipe 9.16 in the cookbook

Re: help with dl_install_.al error please

2003-02-28 Thread Geoffrey Young
Warren Pollans wrote: Hi Folks, I still need help with this. Which module is responsible for putting dl_install_.al in auto/DynaLoader? Dynaloader is there. you might want to ask this question over on [EMAIL PROTECTED], where there are people who specialize in the nuances of OS X

RE: [mp1] Help with Apache::MP3

2003-02-27 Thread Wilcox, Curtis
-list. -- From: Wilcox, Curtis Sent: Thursday, February 20, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: [mp1] Help with Apache::MP3 Actually I run into the problem before I get to the Apache::MP3 part but running Apache::MP3 is the ultimate goal. The distro

Re: [mp1] Help with Apache::MP3

2003-02-27 Thread Stas Bekman
, you have to try the latest stable version or even the cvs version, since many bugs were fixed since the version bundled with RH8.0. If the bugs is still there, please do a complete bug report following the guidelines: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems

Re: Help: Can't coerce GLOB to string...

2003-02-26 Thread Kurt George Gjerde
On Wed, 26 Feb 2003, Stas Bekman wrote: use threads; use threads::shared; why do you need to load threads? Do you plan to spawn your own threads? No, they're not supposed to be there. ### TRANSFORM my $results; eval { $results = $stylesheet-transform($document); ### ---

Re: Help: Can't coerce GLOB to string...

2003-02-26 Thread Stas Bekman
Kurt George Gjerde wrote: On Wed, 26 Feb 2003, Stas Bekman wrote: use threads; use threads::shared; why do you need to load threads? Do you plan to spawn your own threads? No, they're not supposed to be there. ### TRANSFORM my $results; eval { $results =

Help: Can't coerce GLOB to string...

2003-02-25 Thread Kurt George Gjerde
Hi, I get a Can't coerce GLOB to string-error for every new thread that is started (mp2). I have no idea why this happens (or even what this error actually means). The module is included below (line producing the error is marked ERROR HERE). Error happens for every new thread (on the first

Re: sanity check problem: Help installingmod_perl1.27andapache1.3.27

2003-02-25 Thread Charlie Smith
or someone else could help code the test for an OS in this shell file. I left this out, so the user will have to use the modified file rather than the original. I modified ldopts file, which is included in both themod_perl distribution and the apache distribution, under .../src/modules/perl/ldopts I

Re: Help: Can't coerce GLOB to string...

2003-02-25 Thread Stas Bekman
Kurt George Gjerde wrote: Hi, I get a Can't coerce GLOB to string-error for every new thread that is started (mp2). I have no idea why this happens (or even what this error actually means). The module is included below (line producing the error is marked ERROR HERE). Error happens for every new

Re: sanity check problem: Help installing mod_perl 1.27andapache 1.3.27

2003-02-24 Thread Charlie Smith
Yes. I used gcc to compile perl 5.8, DBI 1.30, DBD::Orace 1.12. Then as part of this particular install, I've installed HTML-Parser-3.27, URI-1.23, URI-1.22, libwww-perl-5.69. I did have similar type of problem with perl 5.8 install. I changed all file containing 'WI,-E' to not use ',-E'.

Re: sanity check problem: Help installing mod_perl 1.27 andapache1.3.27

2003-02-24 Thread Ged Haywood
Hello again Charlie, On Mon, 24 Feb 2003, Charlie Smith wrote: Yes. I used gcc to compile perl 5.8, DBI 1.30, DBD::Orace 1.12. And Apache and mod_perl? I did have similar type of problem with perl 5.8 install. I changed all file containing 'WI,-E' to not use ',-E'. This allowed me to

Re: sanity check problem: Help installing mod_perl1.27andapache 1.3.27

2003-02-24 Thread Charlie Smith
Hi Ged, apache and mod_perl at 1.3.19 and 1.25, resp. I came on board afterapache and mod_perlhad been installed via binaries off of a cd. It is part of my task to upgrade these and try and get rid of some problems with mod_perl. Current configuration: GCC 2.95, PERL 5.8, DBI 1.3 and

Re: sanity check problem: Help installing mod_perl1.27andapache 1.3.27

2003-02-24 Thread Charlie Smith
So Ged, How long before something like this gets into the build process and out as a patch? Or is there something I could do in the interim? "Ged Haywood" [EMAIL PROTECTED] 02/24/03 10:03AM Hello again Charlie,On Mon, 24 Feb 2003, Charlie Smith wrote: Yes. I used gcc to compile perl 5.8,

Re: sanity check problem: Help installing mod_perl 1.27andapache1.3.27

2003-02-24 Thread Ged Haywood
Hi Charlie, On Mon, 24 Feb 2003, Charlie Smith wrote: How long before something like this gets into the build process and out as a patch? Or is there something I could do in the interim? As it seems that you're the only one having the problem, I meant that *you* might fix it and submit a

Re: sanity check problem: Help installing mod_perl1.27andapache1.3.27

2003-02-24 Thread Charlie Smith
Ok. I'll give it a whack or hack or whatever you want to call it. Where are the Wl flags loaded from for the mod_perl stuff? "Ged Haywood" [EMAIL PROTECTED] 02/24/03 12:00PM Hi Charlie,On Mon, 24 Feb 2003, Charlie Smith wrote: How long before something like this gets into the build process

Re: sanity check problem: Help installing mod_perl1.27andapache1.3.27

2003-02-24 Thread Ged Haywood
Hi Charlie, On Mon, 24 Feb 2003, Charlie Smith wrote: Ok. I'll give it a whack or hack or whatever you want to call it. Where are the Wl flags loaded from for the mod_perl stuff? Actually they're from the Apache source, the mod_perl configuration may hack them. The tool I use most for

Re: HELP - Problem installing modperl

2003-02-23 Thread Stas Bekman
Pablo Jejcic wrote: Here is my 'perl -V'. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [...] Compiler: cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', [...] cccdlflags='-KPIC', lddlflags='-G' Still, either you aren't using the same compiler as

RE: HELP - Problem installing modperl

2003-02-21 Thread Pablo Jejcic
Cc: [EMAIL PROTECTED] Subject: Re: HELP - Problem installing modperl Pablo Jejcic wrote: I rebuild PERL and when I use perl -V I can see -KPIC but when I try to make mod_perl I receive the same error Any other thoughts??? How is it possible that the same compiler accepts an option

RE: HELP - Problem installing modperl

2003-02-20 Thread Pablo Jejcic
are looking for.'' A. Tanenbaum, ``Introduction to Computer Networks' _ -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 23:02 To: Pablo Jejcic Cc: [EMAIL PROTECTED] Subject: Re: HELP - Problem installing modperl Pablo Jejcic wrote

Help installing mod_perl 1.27 and apache 1.3.27. newbiequestion.

2003-02-20 Thread Charlie Smith
I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95. ### perl Makefile.PLConfigure mod_perl with ../apache_1.3.27/src ? [y]Shall I build httpd in ../apache_1.3.27/src for you? [y]sh: make: not

Re: Help installing mod_perl 1.27 and apache 1.3.27. newbie question.

2003-02-20 Thread Cory 'G' Watson
On Thursday, February 20, 2003, at 08:13 AM, Charlie Smith wrote: I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95.     # # # perl Makefile.PL Configure mod_perl with ../apache_1.3.27/src ? [y]

RE: Help installing mod_perl 1.27 and apache 1.3.27. newbie question.

2003-02-20 Thread Martin Scantland
: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL. I'm running perl 5.8 on solaris. gcc 2.95

RE: Help installing mod_perl 1.27 and apache 1.3.27.newbiequest ion.

2003-02-20 Thread Charlie Smith
lie Smith [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I get errors on installing mod_perl/Apache 1.3.27, under the root account when running perl Makefile.PL.

RE: Help installing mod_perl 1.27 and apache 1.3.27.newbiequest ion.

2003-02-20 Thread Charlie Smith
ngineering, Nortel Networks Phone: 613.765.4052, ESN 395.4052 -Original Message-From: Charlie Smith [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 20, 2003 9:14 AMTo: [EMAIL PROTECTED]Subject: Help installing mod_perl 1.27 and apache 1.3.27. newbie question. I

[mp1] Help with Apache::MP3

2003-02-20 Thread Wilcox, Curtis
Actually I run into the problem before I get to the Apache::MP3 part but running Apache::MP3 is the ultimate goal. The distro I'm trying is Red Hat 8.0 which includes apache 2.x.x, mod_perl 1.99 and perl 5.8.0 but Apache::MP3 requires the 1.0 mod_perl API. I tried to use the Apache::compat module

sanity check problem: Help installing mod_perl 1.27 and apache1.3.27

2003-02-20 Thread Charlie Smith
Am having problems as seen in the 'sanity check' below. Am attempting to install mod_perl 1.27 and Apache 1.3.27. I'm also running perl 5.8 on solaris. gcc 2.95. # perl Makefile.PLConfigure mod_perl with ../apache_1.3.27/src ? [y]Shall I build httpd in ../apache_1.3.27/src for you?

Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 /use/local/apache2-19/build/mod_perl-1.27 So, following the suggestion from

Re: sanity check problem: Help installing mod_perl 1.27 and apache1.3.27

2003-02-20 Thread Ged Haywood
Hi there, On Thu, 20 Feb 2003, Charlie Smith wrote: Am having problems as seen in the 'sanity check' below. [snip] -lsocket -lnsl -lpthread -Wl -L/usr/local/lib -L/opt/local/lib /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Ged Haywood
Hi there, On Thu, 20 Feb 2003, Arshavir Grigorian wrote: I was trying to build Apache 1.3.27 + mod_perl 1.27 [snip] So, following the suggestion from http://perl.apache.org/docs/1.0/guide/install.html#APACI_ARGS that one can pass *any* arguments to the Apache ./configure through the

Re: [mp1] Help with Apache::MP3

2003-02-20 Thread Ged Haywood
On Thu, 20 Feb 2003, Wilcox, Curtis wrote: [snip,snip] tried installing apache-1.3.27 and mod_perl-1.27, following the instructions in INSTALL.simple, included in the mod_perl source. Unfortunately when I add the following to httpd.conf, the apachectl configtest segfaults: Location /Songs

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Arshavir Grigorian
Much cleaner. Thanks! I don't even get those nasty warning about barewords, etc. I still think the example in the guide should be updated. Arsh Ged Haywood wrote: Hi there, On Thu, 20 Feb 2003, Arshavir Grigorian wrote: I was trying to build Apache 1.3.27 + mod_perl 1.27 [snip]

RE: [mp1] Help with Apache::MP3

2003-02-20 Thread Wilcox, Curtis
-Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 4:30 PM To: Wilcox, Curtis Cc: [EMAIL PROTECTED] Subject: Re: [mp1] Help with Apache::MP3 On Thu, 20 Feb 2003, Wilcox, Curtis wrote: [snip,snip] tried installing apache-1.3.27

Re: HELP - Problem installing modperl

2003-02-20 Thread Stas Bekman
Pablo Jejcic wrote: I rebuild PERL and when I use perl -V I can see -KPIC but when I try to make mod_perl I receive the same error Any other thoughts??? How is it possible that the same compiler accepts an option for building one program, but not the other? Can you please post your 'perl

Re: Help with Apache 1.3.27 + mod_perl 1.27 installation

2003-02-20 Thread Stas Bekman
Arshavir Grigorian wrote: Hi, I was trying to build Apache 1.3.27 + mod_perl 1.27 from the mod_perl tree. Dir structure as follows: /usr/local/apache2-19 /use/local/apache2-19/build /use/local/apache2-19/build/apache_1.3.27 /use/local/apache2-19/build/mod_perl-1.27 So, following the suggestion

Re: help with Apache::DB

2003-02-19 Thread giorgos
hi stas, thanks for you help. i tried debugging one my non modperl scripts from the command line and it seems to be working as expected. the debugger commands 'w' and 'l' display the source code as expected and i also always see the current line being executed by the debugger. so the problem

Re: help with Apache::DB

2003-02-19 Thread Perrin Harkins
On Tue, 2003-02-18 at 08:07, giorgos zervas wrote: i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. That's because you are compiling that code before you activate

Re: help with Apache::DB

2003-02-19 Thread Stas Bekman
Perrin Harkins wrote: On Tue, 2003-02-18 at 08:07, giorgos zervas wrote: i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. That's because you are compiling that code

help with Apache::DB

2003-02-18 Thread giorgos zervas
hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef

help with Apache::DB

2003-02-18 Thread giorgos zervas
hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef

HELP - Problem installing modperl

2003-02-18 Thread Pablo Jejcic
Title: Message Hello guys, I have just installed PERL/Apache and mod_perl, but this last one gave me an error when I try to compile. Could anyone help me? Thi is the error: bash-2.05# make make testcd "src/modules/perl" make -f Makefile.modperlmake[1]: Entering

Re: HELP - Problem installing modperl

2003-02-18 Thread Stas Bekman
Pablo Jejcic wrote: Hello guys, I have just installed PERL/Apache and mod_perl, but this last one gave me an error when I try to compile. Could anyone help me? Thi is the error: bash-2.05# make make test cd src/modules/perl make -f Makefile.modperl make[1]: Entering directory

Re: help with Apache::DB

2003-02-18 Thread Stas Bekman
giorgos zervas wrote: hi all, i am using Apache::DB to debug my mod_perl handlers and altough the debugger seems to be working fine it won't display the source code next to the current line being debugged. for example: DB10 r scalar context return from CODE(0x8d7101c): - undef

Help-me

2003-02-12 Thread Rangel, Luciano
Hi. Please help-me with error. waiting for server to start: .[Wed Feb 12 14:56:58 2003] [info] 20 Apache:: modules loaded [Wed Feb 12 14:56:58 2003] [info] 5 APR:: modules loaded [Wed Feb 12 14:56:58 2003] [info] base server + 5 vhosts ready to run tests

Re: Help-me

2003-02-12 Thread Ged Haywood
Hello there, On Wed, 12 Feb 2003, Rangel, Luciano wrote: Please help-me with error. waiting for server to start: .[Wed Feb 12 14:56:58 2003] [info] 20 Apache:: modules loaded [Wed Feb 12 14:56:58 2003] [info] 5 APR:: modules loaded [Wed Feb 12 14:56:58 2003] [info] base server + 5

Help installing mod_perl-1.99_08

2003-01-30 Thread Casey Songer
and the docs that came with mod_perl. I apologize if I am missing something obvious here, but any help would be extremely appreciated, including links to more documentation that I can read. Casey Songer

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Christopher Warren
://perl.apache.org/docs/2.0/user/intro/start_fast.html and http://perl.apache.org/docs/2.0/user/install/install.html and the docs that came with mod_perl. I apologize if I am missing something obvious here, but any help would be extremely appreciated, including links to more documentation that I can

Re: Help installing mod_perl-1.99_08

2003-01-30 Thread Stas Bekman
/install/install.html and the docs that came with mod_perl. I apologize if I am missing something obvious here, but any help would be extremely appreciated, including links to more documentation that I can read. What you are missing is that Apache has to be built and installed first. I'll

RE: Installation help

2003-01-29 Thread Blankenship, Scott R
thanks for the help... I got it running now. Attention to detail... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 6:27 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Blankenship, Scott R wrote: I'm

Needfurther help on MP2 config.

2003-01-29 Thread benjamin mccall
and c modules with mod_perl as advocated by Steve and Doug. My testbed includes Apache 2.043: mod_perl(1.99_08): perl 5.8 on linux. If someone could help me with this, I'd really appreciate it. Benjamin -- http://fastmail.fm - The professional email service

Re: Needfurther help on MP2 config.

2003-01-29 Thread Stas Bekman
and implement my own perl and c modules with mod_perl as advocated by Steve and Doug. My testbed includes Apache 2.043: mod_perl(1.99_08): perl 5.8 on linux. If someone could help me with this, I'd really appreciate it. First, the eagle book covers mod_perl 1.0. Not 2.0. Though most of the Perl

Installation help

2003-01-28 Thread Blankenship, Scott R
I'm on SunOS 5.6 (Solaris 2.6) I've installed perl 5.8.0 in own test area (not in /usr/local/...) Here's a link to the log of my installation efforts: http://home.earthlink.net/~sblanky/log.html Basically, I extract mod_perl 1.27, and apache 1.3.1, go through the mod_perl isntallation, it adds

Re: Installation help

2003-01-28 Thread Ged Haywood
Hi there, On Tue, 28 Jan 2003, Blankenship, Scott R wrote: Basically, I extract mod_perl 1.27, and apache 1.3.1 [snip] What am I doing wrong? Are you sure you want to use Apache 1.3.1? I'm using 1.3.27 for new builds... 73, Ged.

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:39 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Hi there, On Tue

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
. -Original Message- From: Blankenship, Scott R Sent: Tuesday, January 28, 2003 5:20 PM To: 'Ged Haywood' Cc: '[EMAIL PROTECTED]' Subject: RE: Installation help thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood

Re: Installation help

2003-01-28 Thread Stas Bekman
Blankenship, Scott R wrote: I'm on SunOS 5.6 (Solaris 2.6) I've installed perl 5.8.0 in own test area (not in /usr/local/...) Here's a link to the log of my installation efforts: http://home.earthlink.net/~sblanky/log.html Basically, I extract mod_perl 1.27, and apache 1.3.1, go through the

<    1   2   3   4   5   6   7   8   >