Subject: | Error line 535 |
Config-IniFiles 2.38
perl 5.8.3
Linux mig.sii.fr 2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 EDT 2004 i686 i686 i386 GNU/Linux
When tried to compile idxpki tool
(./configure.pl, make, make install, make -C /opt/idxpki/lib/idxpki ROOTDN="O=SII,C=FR"), i got the following error :
make: Entering directory `/opt/idxpki/lib/idxpki'
:
/opt/idxpki/sbin/idxpki-keymgr generate-key \
--keysize 512 --out "/opt/idxpki/var/idxpki/secure/WWW/webserver.key"
Operation `!=': no method found,
left argument in overloaded package IO::Scalar,
right argument has no overloaded magic at /usr/lib/perl5/site_perl/5.8.3/Config/IniFiles.pm line 535.
make: *** [/opt/idxpki/var/idxpki/secure/WWW/webserver.key] Erreur 255
make: Leaving directory `/opt/idxpki/lib/idxpki'
I solved this error when i modified the line 535 of IniFiles.pm:
if ($fh != 0) {
became
if (!$fh) {
I have lots of other errors but this is another problem. Thank you for your work.
Message body not shown because it is not plain text.