[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [system-traders] help!



Hi Raphael,

Thanks again for all your help with this. It turns out that I was missing a lot of required perl modules, so after installing a lot of modules, I got display_indicator to work.

I'm getting an error when I try to run backtest.pl though:

Can't locate GT/Signals/TFS.pm in @INC...

Can you help me troubleshoot this one? Is something missing from a configuration file?



Raphael Hertzog wrote:

Le Sat, Jan 11, 2003 at 09:31:50PM +0900, Edward Davies écrivait:

I then got errors saying

Can't locate XML/LibXML.pm in @INC

I tried installing thet XML::LibXML module (again), and I got this error:


XML::LibXML needs libxml2 version 2.4.20 or higher (found VERSION 2.4.2 at Makefile.PL line 40.
)
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install



So I then installed libxml2 and libxml2-devel, but when I tried again to install XL:LibXML I got the same error.
It seems as though it cannot find the the new libxml2 libraries....can you help me solve this one?



The Makefile.PL script uses xml2-config --version to determine the version that you have installed. Check that this program has been correctly installed with your libxml2-devel package ... and check what it returns.

Check that you don't have two concurrent versions installed ... if
needed tell the script where you have installed your libxml:
$ XMLPREFIX=/usr/local perl Makefile.PL

[ Here you see how great it is to have everything already packaged by
Debian... ;-) apt-get install libxml-libxml-perl and there it goes ]

Cheers,