ok, a quick look around perl modules....
perl modules are very usefull half-apps, that dwell somewhere in /usr/lib/perl... the perl programs reffer to them in a way, that transliterates directory structure to submodules. example:
> /usr/lib/perl5/vendor_perl/5.8.0/HTTP/Request/Common.pm
actually means perl module: HTTP::Request::Common
> This seemed to indicate that it would be looking in a relative path XML/LibXML
> for Common.pm, so I copied it to
your problem was therefore, that you have common.pm, but it's not the common.pm you need. it's the one that belong to the http::request package.
therefore you get plenty of errors because gtablix tries to use the module for something it's not prepared to do.
since yo uuse fedora, i suggest you try the packages:
http://dag.wieers.com/packages/perl-XML-LibXML/
http://dag.wieers.com/packages/perl-XML-LibXML-Common/
this site is a great collection of rpm packages...
regards, bostjan
Received on Sun Jan 09 21:42:28 2005
This archive was generated by hypermail 2.1.8 : Tue Aug 16 2005 - 20:42:53 CEST