Hi all, i have done what everybody out there suggested me. I have now installed a new Perl Version which i have compiled with the gcc compiler. Now the rrdtool works fine, BUT now i have another problem.
Bevor i began to compile the rrdtool, i had to modifiy the "symbolic Perl link" From: /usr/bin/perl --> ../perl5/5.6.1/bin/perl To: /usr/bin/perl --> /soft/perl-5.8.7/bin/perl After that the rddtool works fine, but my older Skripts (that import other Perl Modules) does not run anymore. If i change the symbolic link bank to ../perl5/5.6.1/bin/perl, the other skripts run, but the rrdtool is no longer useable. So my Question is, how i can fix this problem? Is there a possibility to compile the rrdtool without changeing the "symbolic Perl link"? Thanks again -Tom- Terry L. Inzauro schrieb: > nobody wrote: > >> So you mean there is no chance to create the Perl Mudules with >> Solaris-PerlGcc hmmm >> >> maybe i should really give up and install perl with gcc on my >> maschine :( >> >> >> >> <FIGARO Nicolas schrieb: >> >> <As the message said, you have to recompile your own perl distrib to >> compile the RRD perl modules. >> <Then you can add the MakeMaker module (MM.pm) and compile correctly >> the perl rrdtool modules. >> <Nicolas Figaro >> >> -- >> Unsubscribe mailto:[EMAIL PROTECTED] >> Help mailto:[EMAIL PROTECTED] >> Archive http://lists.ee.ethz.ch/rrd-users >> WebAdmin http://lists.ee.ethz.ch/lsg2.cgi >> > > > it really isn't that difficult and you'll jump for joy as you add > perl modules to your disto via CPAN ;) if you do not, you might as > well start beating your head against the wall now as you will run into > the same issues with future attempts building perl modules. > > > take care. > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
