Opened 14 years ago
Closed 13 years ago
#1169 closed defect (fixed)
wget misses libssl32.dll (affects r.in.wms)
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.1 |
Component: | Packaging | Version: | 6.4.0 |
Keywords: | wingrass, wget | Cc: | |
CPU: | x86-32 | Platform: | MSWindows XP |
Description
Trying to run wget form WinGRASS 6.4 Msys console yields an error:
(...) libssl32.dll was not found (...)
Is it just me or does anybody have the same problem?
Change History (7)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Keywords: | wget added |
---|
Since curl
is provided, and I assume is working, wget is not needed for r.in.wms nor by anything else. The message from r.in.wms that it isn't found is just an artifact of msys's 'which'
and can be ignored.
It is handy and if it's included* it might as well work, but it isn't required for any module.
[*] Actually in the 6.5svn nightly build wget isn't in C:\Program Files\GRASS-65-SVN\extrabin, so I question if it is actually installed by us at all. Instead I guess it has been installed independently by the end-user, so not a problem of our causing.
Hamish
comment:3 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Setting as invalid as AFAIK we don't even ship wget. It must be coming in from somewhere else.
follow-up: 5 comment:4 by , 14 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
we don't even ship wget
In 6.4.0 we do. http://grass.osgeo.org/grass64/binary/mswindows/native/WinGRASS-6.4.0-1-Setup.exe installed with wine:
$ ls .wine/drive_c/Program\ Files/GRASS-64/extrabin/wget.exe -l -rwxr-xr-x 1 pok pok 449024 2008-12-31 .wine/drive_c/Program Files/GRASS-64/extrabin/wget.exe
In the recent 6.4 SVN snapshots it is *not* present, though. Is wget going to be included in 6.4.1? If not, please close the ticket again.
comment:5 by , 14 years ago
Replying to msieczka:
In the recent 6.4 SVN snapshots it is *not* present, though. Is wget going to be included in 6.4.1? If not, please close the ticket again.
the difference must be that the 6.4.0-1 binary came from Helmut's machine where wget was installed in the osgeo4w stack, and 6.4.0svn nightly builds come from Martin's machine where wget is not installed.
As curl is already there, it is redundant to ship wget too, especially if osgeo4w's (or Helmut's) wget has library issues or requires extra 3rd party MSVC dlls.
Hamish
comment:6 by , 14 years ago
Keywords: | wingrass added |
---|
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
6.4.2rc3 native/stand-alone installer ships both curl and wget in $GISBASE/extrabin/. wget tested & working.
Hamish
Replying to msieczka:
it's an packaging issue. as i've prepared the final WinGrass64-release installer, it seems that libssl32.dll was missing in my building environment. I've added this now, so maybe it's time for a WinGRASS-6.4.0-1-Setup.exe?
best regards Helmut