No its a general perl issue as its affecting other programs aswell.
I need to know how to fi it.
Main Topics
Browse All TopicsI have just built a new centos 5.3 (32bit) system and copies across a mysql database and bugzilla web directory (itself only a couple of weeks old) onto this new box.
Mysql is up aand working fine and all the required perl modules have been installed however when performing the last step I am getting an error compiling the templates :-
Precompiling templates.../usr/bin/perl:
Any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Do you have Template::Stash installed already?
If not, try installing with cpan.
If so, is it the latest? If not, try upgrading with cpan.
To install with cpan, as root, run:
cpan install Template::Stash
First time running cpan you will be asked a bunch of questions. Take the default unless you know otherwise.
Yes I am pretty sure I tried a cpan install as one of the first things I did. Let me double check on Monday and I will also post a list of all the modules installed incase it might be an incompatability between two of them.
One idea I did find from googling was this error can occur if perl is upgraded and some modules from a previous version are still being used.
I did do a centos update immediatly after installing whch might have upgraded perl but there would only have been the basic modules installed.
I assume if this is the problem if I do a full update to the latest perl module versions via cpan this might fix the problem.
I sorted out the problem. It turns out that the bugzilla script which downloads and installs missing modules saves the code within its own directory structure and not within the perl lib itself.
Because I had copied the directory structure off another server it has a later perl version and hence the modules were compiled for a future version. Deleting the files and reinstalling fixed the problem.
Business Accounts
Answer for Membership
by: systanPosted on 2009-09-04 at 10:19:30ID: 25261610
comment the line that has an error, its ok if your not using multi-threading.