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