Hi,
When running (Leopard Board SDK) make, it tries to find the dependency for zlib-1.2.5. But the download page http://zlib.net//zlib-1.2.5.tar.gz is 404 because version 1.2.5 doesn't exist any more!
The latest version of zlib is 1.2.6.
How can I update the makefile to point to the right version of zlib (1.2.6)?
Thanks!
Output below:
Unpacking dhcp-4.1.2-P1.tar.gz... Checking dependencies for dropbear-0.53 Checking dependencies for zlib-1.2.5 Compiling and installing zlib-1.2.5... Source code for zlib-1.2.5 not found, fetching it... Trying to download from http://zlib.net//zlib-1.2.5.tar.gz to /home/ed/LeopardBoardDM365sdkEVAL2011Q2/downloads... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (22) The requested URL returned error: 404ERROR: Source package can not be found at http://zlib.net//zlib-1.2.5.tar.gzIf the website is available and the package has been deleted or moved,contact RidgeRun for support.make[3]: *** [fetcher_verified] Error 255Error building zlib-1.2.5make[2]: *** [dependency_build] Error 1make[1]: *** [apps_build] Error 1make: *** [fs_build] Error 2
I solved this problem today. Download zlib-1.2.5. You can find it somewhere. Copy to /home/ed/LeopardBoardDM365sdkEVAL2011Q2/downloads folder
type make again
Thanks! I managed to get zlib-1.2.5 elsewhere (unofficial source I think) and it works.