Re: Apache::src not available during Embperl Install

2002-10-06 Thread Gerald Richter
> > 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

Re: Apache::src not available during Embperl Install

2002-10-03 Thread Gerald Richter
> > 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

Apache::src not available during Embperl Install

2002-10-01 Thread Powers, Dean
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

Re: Apache::src not available during Embperl install

2002-09-26 Thread Gerald Richter
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

Re: Apache::src not available during Embperl install

2002-09-26 Thread Paul Dyer
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.

Re: Apache::src not available during Embperl install

2002-09-26 Thread Gerald Richter
> 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

Re: Apache::src not available during Embperl install

2002-09-26 Thread Paul Dyer
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

Re: Apache::src not available during Embperl install

2002-09-26 Thread Gerald Richter
> > 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

Re: Apache::src not available during Embperl install

2002-09-25 Thread Gerald Richter
> 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.

Re: Apache::src not available during Embperl install

2002-09-24 Thread Paul Dyer
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

Re: Apache::src not available during Embperl install

2002-09-23 Thread Gerald Richter
> > 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

Apache::src not available during Embperl install

2002-09-23 Thread Paul Dyer
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

Apache::src not available during Embperl install

2002-09-23 Thread Paul Dyer
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