You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Ismael Touama <is...@install.fr> on 2002/04/10 11:54:51 UTC

RE: Get Warning come back from ....

oK THERE IS LOT OF THING THAT I MISUNDERSTOOD OR NOT UNDERSTAND...

I decide to come to my previous state...
How can I come back from 'perl Makefile.PL' command line ?
Thanks all,
ism

-----Message d'origine-----
De : Joshua Chamas [mailto:joshua@chamas.com]
Envoye : mercredi 10 avril 2002 10:34
A : Ismael Touama
Cc : asp@perl.apache.org
Objet : Re: Get Warning


Ismael Touama wrote:
> 
> Yeah !
> I just saw that POD was for "Plain Old Documentation",
> so I can make my install !... ?
> 

Check out http://www.apache-asp.org/install.html#Build%20Apache0292e216

You can try a quick build of mod_perl / apache with Apache Toolbox.
Try first to build just mod_perl/Apache & nothing else, and if you
want to see how much else you can get working with Apache Toolbox,
then go for it.

mod_perl is not yet production ready with Apache 2.0 ... you will
need to use an older/stable 1.3.x apache. Apache 2.0 is very new
at least by my standards as it was just released in the past few
weeks as production ready.

About porting your code, you might check out http://www.asp2php.com
which lists other options in addition to Apache::ASP which might
work better for you.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


RE: RE: Get Warning come back from ....

Posted by Ismael Touama <is...@install.fr>.
yes thank you...
But i read on the site (apache-asp.org) that using rpm could causes
problems...Furthermore i'm interest to do so manually so i hope i'll
better understand what tricks are happening concerning apache, mod_perl and
Apache::ASP...
So I intend to Boot on my last Kernell with my diskette-boot !
Is it a good idea to find a stable state system ?
Thank you,
ism

-----Message d'origine-----
De : Ellers [mailto:ellers@iinet.net.au]
Envoye : jeudi 11 avril 2002 03:55
A : Ismael Touama
Cc : asp@perl.apache.org
Objet : Re: RE: Get Warning come back from ....


4/10/02 5:54:51 PM, "Ismael Touama" <is...@install.fr> wrote:

>oK THERE IS LOT OF THING THAT I MISUNDERSTOOD OR NOT UNDERSTAND...
>
>I decide to come to my previous state...
>How can I come back from 'perl Makefile.PL' command line ?

I'm not sure which module you're making, but in general perl modules go like
this:

 > perl Makefile.PL
 > make
 > make test # this is optional
 > make install

Given that you are on redhat 7.2 there may be a RPM (ie pre-built package)
for Apache 1.x with mod_perl built in? So you wouldn't need to
build mod_perl yourself. Then all you would need is to build/install
Apache::ASP. There might even be an RPM for Apache::ASP, I'm not
sure.


HTH
Ellers





---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: RE: Get Warning come back from ....

Posted by Ellers <el...@iinet.net.au>.
4/10/02 5:54:51 PM, "Ismael Touama" <is...@install.fr> wrote:

>oK THERE IS LOT OF THING THAT I MISUNDERSTOOD OR NOT UNDERSTAND...
>
>I decide to come to my previous state...
>How can I come back from 'perl Makefile.PL' command line ?

I'm not sure which module you're making, but in general perl modules go like this:

 > perl Makefile.PL
 > make
 > make test # this is optional
 > make install

Given that you are on redhat 7.2 there may be a RPM (ie pre-built package) for Apache 1.x with mod_perl built in? So you wouldn't need to 
build mod_perl yourself. Then all you would need is to build/install Apache::ASP. There might even be an RPM for Apache::ASP, I'm not 
sure. 


HTH
Ellers





---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org