I have about 40 calamaris installations running, so it works ;-)! Try the following file structure:
- /usr/local/calamaris/calamaris - /usr/local/calamaris/calamaris.conf - /usr/local/calamaris/calAxestype3d.pm - /usr/local/calamaris/calAxestype.pm - /usr/local/calamaris/calBars3d.pm make sure the existance of use lib '/usr/local/'; in /usr/local/calamaris/calamaris. calamaris internally requires calamaris::calBars3d. calBars3d.pm requires GD::Graph::bars; So try to check perl -c /usr/local/calamaris/calBars3d.pm If you get an error like 'Can't locate GD/Graph/bars.pm', your GD::Graph has been installed in the wrong location. You have to insure, that GD::Graph is installed, where perl is looking for. Check perl -V to see the @INC paths, where perl is looking for packages. Compare it with the path, where GD::Graph is installed. Move the directory GD to something like /usr/lib/perl5/site_perl/<perl-version> Regards Michael On Fri, 2004-12-03 at 12:05, Sebastian Pasch wrote: > Thx, but > > >calamaris::calBars3d is part of the calamaris distribution. This > calamaris::calBars3d.pm needs GD::Graph. > >Have a look at the package, there should be inluded at least > >- calamaris > >- calamaris.conf > >- calAxestype3d.pm > >- calAxestype.pm > >- calBars3d.pm > > Check, I have all these files > > >The cal*.pm files are needed in Graph mode. In calamaris there is a line > like use lib '/usr/local'; You have to adapt this >path to the location, > where your calamaris::cal*.pm files reside. > > Check, I found that line an already tried various things > > - First I tried to copy the 3 .pm files to /usr/local > - Second I trid to move complete calamaris folder to /usr/local > - Third I tried to rename the calamaris folder to different names like > calamaris-3.0.xx, calamaris-2.99.xx > > But I get the same error :-( > > Thx anyway > Sebastian Pasch > > > >On Fri, 2004-12-03 at 11:12, Sebastian Pasch wrote: > >> Hello, > >> I tried to use the new calamaris version 2.99.xx which should have the > >> features of the upcoming 3.x > >> > >> I get the following error: > >> > >> /calamaris: Couldn't load package calamaris::calBars3d, > >> maybe it is not installed: Not a directory > >> > >> This error comes up when I enable graph support. I installed GD and > >> NetAddr lib and tried different paths for the .pm files of calamaris; > >> but it continously seems to doesn�t find them. > >> > >> Thx for any suggestions > >> Sebastian Pasch
