Skip Menu |

This queue is for tickets about the Config-IniFiles CPAN distribution.

Report information
The Basics
Id: 11977
Status: resolved
Priority: 0/
Queue: Config-IniFiles

People
Owner: Nobody in particular
Requestors: jc_pince [...] yahoo.fr
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.38
Fixed in: 2.38

Attachments


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.
Download idxpki-v1.9.0.tar.bz2
application/bzip2 512.9k

Message body not shown because it is not plain text.

Already solved. I don't see any $fh != 0 in the source. There's only one != and it's for "1".