Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 98946
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: ina [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: libgdbm_compat-4_.dll Was Not Found.
Script dbmopen.pl got three dialog boxes on Windows. ----------------------------------------------- perl.exe Could Not Locate Component. [X] ----------------------------------------------- This Application Has Failed To Start Because libgdbm_compat-4_.dll Was Not Found. ----------------------------------------------- ----------------------------------------------- perl.exe Could Not Locate Component. [X] ----------------------------------------------- This Application Has Failed To Start Because libdb-6.1_.dll Was Not Found. ----------------------------------------------- ----------------------------------------------- perl.exe Could Not Locate Component. [X] ----------------------------------------------- This Application Has Failed To Start Because libgdbm-4_.dll Was Not Found. ----------------------------------------------- # dbmopen.pl dbmopen(%DBM,'dbm',0777); $DBM{'AAA'} = 111; print "AAA=$DBM{AAA}\n"; __END__
Subject: dbmopen.pl
# dbmopen.pl dbmopen(%DBM,'dbm',0777); $DBM{'AAA'} = 111; print "AAA=$DBM{AAA}\n"; __END__
Two questions: 1) Are those files within the Strawberry installation directory? 2) Does $ENV{PATH} include the directory where those files are located?
CC: ina [...] cpan.org
Subject: Re: [rt.cpan.org #98946] libgdbm_compat-4_.dll Was Not Found.
Date: Thu, 18 Sep 2014 12:20:11 +0900
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: ina cpan <ina.cpan [...] gmail.com>
I did forget very important information. Perl v5.20.1 built for MSWin32-x86-multi-thread-64int output this message. Perl v5.20.0 built for MSWin32-x86-multi-thread-64int doesn't output this message. Show quoted text
> 1) Are those files within the Strawberry installation directory?
No, on Perl v5.20.0 -- but no errors. No, on Perl v5.20.1 Show quoted text
> 2) Does $ENV{PATH} include the directory where those files are located?
No, on Perl v5.20.0 -- but no errors. No, on Perl v5.20.1 Thank you. 2014-09-18 7:25 GMT+09:00 Curtis Jewell via RT < bug-Perl-Dist-Strawberry@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=98946 > > > Two questions: > > 1) Are those files within the Strawberry installation directory? > 2) Does $ENV{PATH} include the directory where those files are located? > >
Subject: Re: [rt.cpan.org #98946] libgdbm_compat-4_.dll Was Not Found.
Date: Thu, 18 Sep 2014 07:16:35 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Karel Miko <kmx [...] cpan.org>
The files should be there with the following sha1 checksums 75534e79276f9295581f04546f1335822bc20ca7 *libgdbm-4_.dll a084f4db05d3f3a7bac6995a96bd6a25427739ad *libgdbm_compat-4_.dll fad0a574ecf38459790416e861c08f5a745e5a72 *libdb-6.1_.dll You can find them in ZIP edition: http://strawberryperl.com/download/5.20.1.1/strawberry-perl-5.20.1.1-32bit.zip What antivirus are you using? -- kmx
Any update on this issue? If not I will close it as rejected as it seems to be a specific issue on your computer.