On Saturday, January 26, 2002, at 09:59 AM, Ken Williams wrote:
> Nicolas, > > That doesn't mean you have to recompile perl, that means you have to > install the GDBM_File module. > > Unfortunately I don't know where the heck to *find* the GDBM_File > module, the only place I see it is in the 5.6.1 distribution. > > -Ken > > That is what I meant :-) When Perl compiles and if it finds the gdbm library on the system it automatically compiles the GDBM_File. It looks like my only options are to reinstall 5.6.0 or upgrade to 5.6.1. However, I am stuck there :-) Nicolas > On Saturday, January 26, 2002, at 03:44 AM, Nicolas Bertrand wrote: >> >> On Saturday, January 26, 2002, at 09:40 AM, Ken Williams wrote: >> >>> >>> On Friday, January 25, 2002, at 07:38 PM, Nicolas Bertrand wrote: >>>> I have realized that GDBM_File may not be used unless perl is >>>> reinstalled on my system after installing gdbm. >>> >>> What makes you think that? Why can't GDBM_File be used with perl >>> 5.6.0? >>> >>> -Ken >>> >>> >> >> >> %perl -e 'use GDBM_File' >> Can't locate GDBM_File.pm in @INC (@INC contains: >> /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin >> /Library/Perl /Library/Perl /Network/Library/Perl/darwin >> /Network/Library/Perl /Network/Library/Perl .) at -e line 1. >> BEGIN failed--compilation aborted at -e line 1. >> >
