<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
W dniu 2009-07-10 09:22, Atta-fynn, Raymond pisze:
<blockquote
 cite="mid:B97C73A07C6BD645AC3421B21CBF81856809A1EED3@MAVMAIL2.uta.edu"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
  <div dir="ltr"><font color="#000000" face="Tahoma" size="3">Dear Dr.
Madsen,</font></div>
  <div dir="ltr"> </div>
  <div dir="ltr"><font face="tahoma">I successfully compiled WIEN2PHON
and executed WIEN2POSCAR and cellconv with no problem but I am having
trouble with the script makedispl.pl. Each time I issue the command
  </font></div>
  <div dir="ltr"> </div>
  <div dir="ltr">makedisp.pl &lt;case&gt; &lt;mode&gt; &lt;start&gt;</div>
  <div dir="ltr"> </div>
  <div dir="ltr"><font face="Tahoma">I get the following error
(apparently on line 3):</font></div>
  <div dir="ltr"> </div>
  <div dir="ltr"><font color="#000000" face="Tahoma" size="3">Can't
locate Math/MatrixReal.pm in @INC (@INC contains:
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/5.8.5
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5
/usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl .) at ./makedisp.pl line 3.<br>
BEGIN failed--compilation aborted at ./makedisp.pl line 3.</font></div>
  <div dir="ltr"> </div>
  <div dir="ltr"><font face="tahoma">I would appreciate any help you
can offer me.</font></div>
  <div dir="ltr"> </div>
</blockquote>
<br>
You're missing some perl modules. The fastest solution is to install
these modules system-wide (if you have enough privileges). To do it
type (as root):<br>
perl -e shell -MCPAN<br>
After configuration of perl CPAN module (mostly "Next") type:<br>
install Math::MatrixReal<br>
and quit afterwards.<br>
It's a bit more tricky if you don't have root privileges.<br>
<br>
Good luck<br>
<br>
Pawel Lesniak<br>
<br>
</body>
</html>