On 21/01/05 11:22 +0530, Dr. Sharukh K. R. Pavri. wrote:
Hi,
I am using Fedora Core 2 w/ muttprint 0.72a-1 from http://muttprint.sourceforge.net/ I am getting the following error message :
Can't call method "convert" on an undefined value at /usr/bin/muttprint line 1866.
with muttprint 0.72c-1 also I get the same error, only, the error comes at line 1914.
the program convert from imagemagic is already installed on my machine.
The offending line in both is the same:
return $utf2native->convert($string);
could you please help me ? I checked the faq but this is not mentioned there. I wrote to the maintainer and he replied asking:
is 'libtext-iconv-perl' installed on your system?
My answer was as follows but I have recieved no reply from him to date.
I can't find this package. I don't know anything about perl. This is what I have:
You need to install Text::IConv with CPAN.
#cpan -i Text::IConv
Alternatively, install cpan2rpm. Then build the rpm of Text::IConv with cpan2rpm Text::IConv and install it.
To convert the Debian naming to CPAN, remove the lib and the -perl part of the package, and i /name/ at the cpan prompt.
Devdas Bhagat