Kumar schrieb: > I unzipped perl-5.8.2-1.tar.bz2 from > http://gatekeeper.research.compaq.com/pub/cygwin/release/perl/ > under c:\cygwin however the problem persists.
> Here's the cygcheck stack > $ cygcheck /usr/lib/postgresql/plperl.dll > C:/cygwin/lib/postgresql/plperl.dll > C:\cygwin\bin\postgres.exe > C:\cygwin\bin\cygcrypt-0.dll > C:\cygwin\bin\cygwin1.dll > C:\WINDOWS\System32\ADVAPI32.DLL > C:\WINDOWS\System32\ntdll.dll > C:\WINDOWS\System32\KERNEL32.dll > C:\WINDOWS\System32\RPCRT4.dll > C:\cygwin\bin\cygcrypto-0.9.7.dll > C:\cygwin\bin\cygssl-0.9.7.dll > Error: could not find cygperl5_8_2.dll You must use Cygwin tools to extract, Unzipping with any Windows tools fails because these tools doesn't know about Cygwin mounts. To extract it manually, fire up a Cygwin shell and 'cd /', then run `tar xjf /path/to/package.tar.bz2` You may also move the files with explorer from X:\cygwin\usr\bin to x:\cygwin\bin, but that is not recommended since there are also problems with Unix/Windows lineending when using Windows tools. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/