To: [email protected]
> Subject: Successful Embperl Install Fedora 17
>
>
> Hi
>
> I'm total new to Embperl and I've been struggling for the best part of a week
> to install Embperl on a Fedora 17 server running Apache 2.2.22,
> mod_perl/2.0.5 and Perl/v5.14.2
Hi,
Glad you managed to do it and thanks for your feedback.
Le 15/10/2012 13:42, oldbrad a écrit :
In my httpd.conf I changed HTML::EmbperlObject to Embperl::Object and
removed PerlSetEnv EMBPERL_OBJECT_BASE base.epl because Embperl::Object
always looks for _base.epl, I think! So I just substit
, obvious LOL, point your browser at
/hello.html
That's it! Enjoy. Conceptuality Embperl is magic :-)
--
View this message in context:
http://old.nabble.com/Successful-Embperl-Install-Fedora-17-tp34557702p34557702.html
Sent from the Embperl mail
>
>
> >There is (or at least it was) a mod_perl 2 installed
>
> >Run
>
> > perl Makefile.PL /test/apache_1.3.31
>
> >Instead, this should force Embperl to use mod_perl 1
>
> Thanks, this help is much appreciated.
>
> This got the make to run successfully, but now make test is
> throwin
>
> -bash-2.05b$ perl Makefile.PL
> Found mod_perl 2.0
>
There is (or at least it was) a mod_perl 2 installed
Run
perl Makefile.PL /test/apache_1.3.31
Instead, this should force Embperl to use mod_perl 1
> When line 768 of the makefile is commented out, make seems to
> succeed just fi
> Trying to install Embperl 2.2.0 on a Linux 2.4.21-47.ELsmp
> box, under Apache 1.3.31, we are getting the below errors at
> make test.
>
> The only clue I have is that apr_strings.h seems to be a file
> for Apache Portable Runtime, which is generally associated
> with Apache 2.
Yes, this i
Trying to install Embperl 2.2.0 on a Linux 2.4.21-47.ELsmp box, under
Apache 1.3.31, we are getting the below errors at make test.
The only clue I have is that apr_strings.h seems to be a file for Apache
Portable Runtime, which is generally associated with Apache 2. Any help is
appreciated.
> mak
>How do I get the CVS version?
see
perldoc CVS.pod
Gerald
--
Gerald Richter ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting
Post: Tulpenstrasse 5 D-55276 Di
Gerald,
How do I get the CVS version?
Also, I'm getting an error when I start Apache:
Starting httpd: [Mon Mar 31 20:34:36 2003] [error] Can't locate Apache.pm in
@INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thre
>I just tried Perl -MCPAN -e shell
> install HTML::Embperl
>and it pulled down 2.0b8.
Perl 5.8.0 requires the newest Embperl version from the cvs to work
Gerald
--
Gerald Richter ecos electronic communication services gmbh
IT-Secu
I'm installing on RH8.0 (Perl 5.8.0), Apache (httpd-2.0.40-11.i386.rpm),
Mod_Perl (mod_perl-1.99_05-3.i386.rpm).
I just tried Perl -MCPAN -e shell
> install HTML::Embperl
and it pulled down 2.0b8.
Here's where it blows up:
Testing offline mode...
#0 ascii... ok
#1 pure.htm.
>
> I've make the fix to the Makefile.PL described above but I'm confused by
the
> reference to "adding PERL5LIB
> to the INC search path". How is this done, in what file?
>
before you run Makefile.PL type on the shell prompt:
export
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-threa
>
> So...what is the interim fix.
>
Oops, I though you have solved it by modifing the INC path. Seems like I
have misunderstood you...
>
> Gerald, could you list (for arelative newbie) what has to be done, in
which
> files, to get Embperl 2.08B installed in this environment.
>
I have to in
The thread is at this point:
Hi,
>
> The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't
> enough to find the BuildConfig.pm module. I would have needed to change
> it to Apache2::Apache::BuildConfig, but then the change would be
> necessary for every module accessed from the
Hi,
>
> The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't
> enough to find the BuildConfig.pm module. I would have needed to change
> it to Apache2::Apache::BuildConfig, but then the change would be
> necessary for every module accessed from the Apache:: reference in
> Makef
Hi,
The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't
enough to find the BuildConfig.pm module. I would have needed to change
it to Apache2::Apache::BuildConfig, but then the change would be
necessary for every module accessed from the Apache:: reference in
Makefile.PL.
> Thanks, I have followed your lead and have a some progress. I needed to
> add one library to the @INC array. I did this by using the following:
>
> export
>
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi/Apache
2
>
> This was done to find BuildConfig.pm, which is locat
Thanks, I have followed your lead and have a some progress. I needed to
add one library to the @INC array. I did this by using the following:
export
PERL5LIB=/usr/local/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi/Apache2
This was done to find BuildConfig.pm, which is located in the Apa
>
> 3) mod_perl 2 -> "perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2
>MP_INST_APACHE2=1"
>make, make test, make install
>
the MP_INST_APACHE2 seems to be the problem. In Embperl Makefile.PL line
511, please change
eval 'use Ap
> Thanks for the quick response. I went back to using Apache2. Attached
> is the output stream.
>
Makefile.PL normaly finds Apache 2 automaticly. If you have to enter a path,
then already something has gone wrong...
Did you install mod_perl 2 already? If yes, with which options to
Makefile.
Thanks for the quick response. I went back to using Apache2. Attached
is the output stream.
Paul
usw. I did see some errors in the make test when I didn't use mod_perl,
escape stuff. But I can live with that for now. It seems really worth
the trouble to get Embperl working with mod_perl
>
> I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and
> mod_perl 2.0.
>...
> Will use /data/download/apache_1.3.26/src for Apache Headers
If you use mod_perl 2, you need Apache 2. First install mod_perl 2 and
Makefile.PL will automaticly deteced that it is installed and use
Hi,
I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and
mod_perl 2.0. I've tried many ways to get Embperl to use source, but it
looks like I don't have the source that I need.
Is there someplace to download Apache::src from?? I've checked CPAN,
but it isn't there as a mo
Hi,
I've been trying to install Embperl onto RedHat 7.2, using Perl 5.8 and
mod_perl 2.0. I've tried many ways to get Embperl to use source, but it
looks like I don't have the source that I need.
Is there someplace to download Apache::src from?? I've checked CPAN,
but it isn't there as a mo
> sorry for directing this problem directly to you, but I wasn't sure where
> else to send it: the problem I'm having is as below:
> > To: '[EMAIL PROTECTED]'
[EMAIL PROTECTED] is the correct mailing list address
> >
> > I installed embperl from http://theoryx5.uwinnipeg.ca/ppmpackages/ -
this
___cliff rayman___ wrote:
>
> search the embperl archives. i think u will find reference to this error
> and the method for fixing it.
I did search the archive. Most similar problems were connected to the
way 5.6.0+ is handling error messages anf this is supposed to be fixed
in Embperl 1.3.3. A
>
> I've just deleted Apache::Session and 'make test' works OK. I don't need
> Apache::Session right away but it's still weird, isn't it?
>
The problem are changes in the MD5 and Digest::MD5 modules, which occur
between Perl 5.6.0 and 5.6.1.
The problem is fixed in the just released Embperl 1.3.
search the embperl archives. i think u will find reference to this error
and the method for fixing it.
Robert wrote:
> Robert wrote:
> >
> > I can't 'make test' Embperl, offline mode tests OK, but the modperl
> > mode fails right on the first test. Modperl itself seems to work OK,
> > bellow
Robert wrote:
>
> I can't 'make test' Embperl, offline mode tests OK, but the modperl
> mode fails right on the first test. Modperl itself seems to work OK,
> bellow is %ENV and @INC from script running under Apache::Registry.
>
> This is RedHat 7.2, it's almost exactly identical as my ten o
Hi,
I can't 'make test' Embperl, offline mode tests OK, but the modperl
mode fails right on the first test. Modperl itself seems to work OK,
bellow is %ENV and @INC from script running under Apache::Registry.
This is RedHat 7.2, it's almost exactly identical as my ten other 7.1
installation
>
> Gerald, yes it did help, thanks very much. The install was not without
> pain and suffering (I had to manually find various files like mod_env.so
> and libperl.so, and the 'make test' failed for mod_perl), but it does
> seem to be working finally when I test the server. This is very useful
> t
Gerald Richter wrote:
>
> Neil,
>
> Embperl needs only to have read access the Apache header files and must be
> able to start the Apache binary, to check with whichs options it is
> compiled.
>
> The header files are normaly installed by mod_perl somewhere under the Perl
> directory (do a find
-
- Original Message -
From: "Neil Gunton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 12:51 PM
Subject: Embperl install
> Hi Gerald, quick question: I am installing Embperl on the server of a
> small company for whom I am doing some consu
Hi Gerald, quick question: I am installing Embperl on the server of a
small company for whom I am doing some consulting. The server is running
FreeBSD, and the setup is a virtual server environment which has many
restrictions on what my user account can see. Currently I am having
problems with the
>
> I have installed mod_perl 1.21 with Apache 1.3.9
> and HTML::Embperl 1.2.1 with source compile.
>
> but, my embperl package doesn't work proerly.
> Everytime accessing to my embperl script with web browser.
> Apache got 'internal server error' and cannot handle my
> Embperl script.
>
> The err
Dear.
I have installed mod_perl 1.21 with Apache 1.3.9
and HTML::Embperl 1.2.1 with source compile.
but, my embperl package doesn't work proerly.
Everytime accessing to my embperl script with web browser.
Apache got 'internal server error' and cannot handle my
Embperl script.
The error message
36 matches
Mail list logo