RE: Compiling Embperl

2009-11-23 Thread gerald . richter
- ECOS > Cc: David G. (HQ-JF000)[INDYNE INC]; Ed Grimm; embperl@perl.apache.org > Subject: Re: Compiling Embperl > > Hi, > > I am using Fedora 10 > Apache2::BuildConfig was missing in mod_perl-2.0.4-7.i386.rpm > which was installed. > I could find it in mod_perl-deve

Re: Compiling Embperl

2009-11-23 Thread Soltan Safavi
vember 20, 2009 11:00 PM To: Gerald Richter - ECOS Cc: David G. (HQ-JF000)[INDYNE INC]; Ed Grimm; embperl@perl.apache.org Subject: Re: Compiling Embperl Gerald, As you pointed out it was lack of Apache2::BuildConfig. I installed it and I could compiled it easily, but make test TESTARGS=&quo

RE: Compiling Embperl

2009-11-21 Thread gerald . richter
g > Subject: Re: Compiling Embperl > > Gerald, > > As you pointed out it was lack of Apache2::BuildConfig. I > installed it and I could compiled it easily, but make test > TESTARGS="-i" shows a lot of errors. Please let me know what > you think. > > Thank you &g

Re: Compiling Embperl

2009-11-20 Thread Soltan Safavi
programm and send me the output: - use Apache2::BuildConfig ; use Data::Dumper ; $c = Apache2::BuildConfig -> new ; print Dumper ($c) ; - Gerald -Original Message- From: Soltan Safavi [mailto:sol...@mycopa.com] Sent: Thursday, November 19, 2009 11:14 PM To: Wi

Re: Compiling Embperl

2009-11-20 Thread Soltan Safavi
($c) ; - Gerald -Original Message- From: Soltan Safavi [mailto:sol...@mycopa.com] Sent: Thursday, November 19, 2009 11:14 PM To: Williams, David G. (HQ-JF000)[INDYNE INC] Cc: Ed Grimm; embperl@perl.apache.org Subject: Re: Compiling Embperl Hi David In the past I could easily install Embp

RE: Compiling Embperl

2009-11-19 Thread gerald . richter
Ed Grimm; embperl@perl.apache.org > Subject: Re: Compiling Embperl > > > Hi David > > In the past I could easily install Embperl 2.2 on Fedora 6 > which is RPM-based sytem, why it can't be installed on Fedora > 10? any Idea? > I was not successful to manually in

Re: Compiling Embperl

2009-11-19 Thread Soltan Safavi
nning on Fedora? Good luck. From: Soltan Safavi [sol...@mycopa.com] Sent: Friday, October 16, 2009 2:38 PM To: Ed Grimm Cc: embperl@perl.apache.org Subject: Re: Compiling Embperl Hi Ed, I am still looking for the solution. Please find below the outp

RE: Compiling Embperl

2009-10-16 Thread Williams, David G. (HQ-JF000)[INDYNE INC]
. From: Soltan Safavi [sol...@mycopa.com] Sent: Friday, October 16, 2009 2:38 PM To: Ed Grimm Cc: embperl@perl.apache.org Subject: Re: Compiling Embperl Hi Ed, I am still looking for the solution. Please find below the output of Makefile.PL, it shows that mod_perl is properly installed but could

Re: Compiling Embperl

2009-10-16 Thread Soltan Safavi
September 30, 2009 11:11 PM To: embperl@perl.apache.org Subject: Compiling Embperl Hi I am trying to build Embperl 2.2.0 on Fedora 10 and I get the error "Can't locate Apache/src.pm in @INC" I am using: httpd-2.2.10 mod_perl-2.0.4 perl-5.10.0 I app

Re: Compiling Embperl

2009-10-07 Thread Ed Grimm
fully/correctly >> installed? >> >> Gerald >> >> >> >> >>> -Original Message- >>> From: Soltan Safavi [mailto:sol...@mycopa.com] >>> Sent: Wednesday, September 30, 2009 11:11 PM >>> To: embperl@perl.apache.org

Re: Compiling Embperl

2009-10-06 Thread Soltan Safavi
mod_perl 2, it seems that mod_perl 2 is not detected by Makefile.PL. Maybe it is not fully/correctly installed? Gerald -Original Message- From: Soltan Safavi [mailto:sol...@mycopa.com] Sent: Wednesday, September 30, 2009 11:11 PM To: embperl@perl.apache.org Subject: Compiling Embperl

RE: Compiling Embperl

2009-10-02 Thread Gerald Richter
009 11:11 PM > To: embperl@perl.apache.org > Subject: Compiling Embperl > > Hi > > I am trying to build Embperl 2.2.0 on Fedora 10 and I get the > error "Can't locate Apache/src.pm in @INC" > I am using: > httpd-2.2.10 > mod_perl-2.0

Compiling Embperl

2009-09-30 Thread Soltan Safavi
Hi I am trying to build Embperl 2.2.0 on Fedora 10 and I get the error "Can't locate Apache/src.pm in @INC" I am using: httpd-2.2.10 mod_perl-2.0.4 perl-5.10.0 I appreciate your help Soltan - To unsubscribe, e-mail: embp

Compiling Embperl 2.3.0 with Debian Lenny source Apache 2.2

2008-07-14 Thread Neil Gunton
Further to my efforts to get Embperl working on Debian Lenny with stock Apache2.2, I am trying to compile the latest 2.3 Embperl from source. I gave it the debian source apache path, which it seemed happy with. Build seemed to work ok too. But make test gives an error: ... Testing offline mode

RE: compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-22 Thread Gerald Richter
Hello, > > when compiling Embperl 2.2 on Mac OS-X 10.4.8 using the > built-in apache 1.3.33 a little patch on "eputil.c" has to > get applied to ensure compiling runs without errors: > Thanks for the patch. It's commited into the svn and will go into the next

compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-21 Thread Wolfgang Kinkeldei
Hello, when compiling Embperl 2.2 on Mac OS-X 10.4.8 using the built-in apache 1.3.33 a little patch on "eputil.c" has to get applied to ensure compiling runs without errors: --- Embperl-2.2.0/eputil.c 2005-11-09 06:11:42.0 +0100 +++ Embperl-2.2.0_patched/eputil.c

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-17 Thread Gerald Richter
> > Good. This XML/XSLT stuff is starting to make sense to me, but does > anybody have links to good resources on it? xml.com has a lot of resources, introductions and more advanced articles. Gerald - Gerald Richterecos electronic

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-16 Thread Wim Kerkhoff
Gerald Richter wrote: > > > With this patch, Embperl with XALAN support compiles, tests, and > > installs fine for me. Wether it works or not, I have no idea; I'm just > > beginning to expirement with Embperl2 + XML. > > > > If the tests succeed it will work :-) Good. This XML/XSLT stuff is sta

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> > The point is for those systems that don't have the library in /usr/lib. > For example, some system could have it under /opt/SUNWxalan/lib or some > such. We'd probably also want to do something with the include file, > because in my example above, it's likely in /opt/SUNWxalan/include. > Yes

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Ed Grimm
On Fri, 15 Mar 2002, Gerald Richter wrote: >> What about checking LD_LIBRARY_PATH, if it's not set, setting it to >> '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for >> it? This is a bit more work, but also more general - it's no longer >> Linux-specific, and it can be used

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> What about checking LD_LIBRARY_PATH, if it's not set, setting it to > '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for > it? This is a bit more work, but also more general - it's no longer > Linux-specific, and it can be used for other things that may exist > elsewhere. I

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Ed Grimm
What about checking LD_LIBRARY_PATH, if it's not set, setting it to '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for it? This is a bit more work, but also more general - it's no longer Linux-specific, and it can be used for other things that may exist elsewhere. In fact, th

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> Currently Embperl 2.0 Beta 6 requires xalan to be compiled from sources. I downloaded the binary for Linux and use it. I never have compiled it on Linux (I have compiled it on solaris because there was no binary for the sun-cc I had to use) > xalan is not only a big download, but also takes

Compiling Embperl-2.0b6 using Debian's xalan

2002-03-14 Thread Wim Kerkhoff
Currently Embperl 2.0 Beta 6 requires xalan to be compiled from sources. xalan is not only a big download, but also takes a long time to compile. I've modified driver/epxalan.MAKEPL, so that it will check to see if xalan is already installed in /usr. On my Debian 3.0 system, after running 'apt-ge

Re: Problems compiling Embperl with mod_perl support

2001-08-27 Thread Gerald Richter
> > /usr/bin/ld: multiple definitions of symbol _embperl_module > Embperl.o definition of _embperl_module in section (__DATA,__common) > epmain.o definition of _embperl_module in section (__DATA,__common) Which OS you are running on ? Which version of Embperl you are using ? I guess it'

Problems compiling Embperl with mod_perl support

2001-08-24 Thread Nicola Dal Pont
Hi everybody, I'm triyng for a long time to compile and use Embperl with support for mod_perl. perl Makefile.PL works and asks me for the apache source tree. Then I try to run make and WYSIWIG (What you see is what I get). /usr/bin/ld: multiple definitions of symbol _embperl_module Embperl.o d

Re: problems compiling Embperl 1.3.3 on MacOS X 10.0.4

2001-07-08 Thread Gerald Richter
ginal Message - From: "Gustav Kristoffer Ek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 4:08 PM Subject: problems compiling Embperl 1.3.3 on MacOS X 10.0.4 When I try compiling Embperl, it dies when it comes to blib/arch/auto/HTML/Embperl/Embperl.bu

Re: Problems compiling embperl -- thr undeclared

2001-05-15 Thread Gerald Richter
Hi, > > So in epcmd.c in the function CmdVar I added a "dTHR;" and viola, I can > successfully compile. However, I am not a believer in "It compiles, > therefore we should slam it into production and go home for the weekend. :)" > This is the correct solution. Seems like nobody has tried to co

Problems compiling embperl -- thr undeclared

2001-05-15 Thread Michael George III
I am trying to compile embperl under the following environment gcc version 2.96 2731 (Red Hat Linux 7.0) Red Hat Linux 7.0 Perl 5.00503 Apache 1.3.12 The compile attempt and error are shown below: cc -c -I/u0/oracle_8.1.7/Apache/Apache/include -I/u0/oracle_8.1.7/Apache/Apa che/regex -I/u0/o