Hi,

I try to install otb 5.8 on a fresh Xubuntu 16.04 following the steps
presented in :
https://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech2.html

I made this :

$ mkdir ~/OTB
$ cd ~/OTB
$ git clone https://[email protected]/git/otb.git
$ mkdir build
$ mkdir install

$ cd ~/OTB/build
$ cmake -D CMAKE_INSTALL_PREFIX=~/OTB/install ../otb/SuperBuild

$ cd ~/OTB/build
$ make

I get this :

bbeguet@bbeguet-HP-Pavilion-Notebook:~/OTB/build$ make
[ 18%] Built target ZLIB
[ 18%] Built target BOOST
[ 18%] Built target EXPAT
[ 18%] Built target LIBKML
[ 18%] Built target MUPARSERX
[ 18%] Performing download step (download, verify and extract) for 'LIBSVM'
-- downloading...
     src='http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.20.tar.gz'
     dst='/home/bbeguet/OTB/build/Downloads/libsvm-3.20.tar.gz'
     timeout='none'
CMake Error at LIBSVM-stamp/download-LIBSVM.cmake:27 (message):
  error: downloading
  'http://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-3.20.tar.gz' failed

    status_code: 22
    status_string: "HTTP response code said error"
    log:   Trying 140.112.30.26...

  Connected to www.csie.ntu.edu.tw (140.112.30.26) port 80 (#0)

  GET /~cjlin/libsvm/libsvm-3.20.tar.gz HTTP/1.1

  Host: www.csie.ntu.edu.tw

  User-Agent: curl/7.47.0

  Accept: */*



  The requested URL returned error: 404 Not Found

  Closing connection 0





CMakeFiles/LIBSVM.dir/build.make:89: recipe for target
'LIBSVM/src/LIBSVM-stamp/LIBSVM-download' failed
make[2]: *** [LIBSVM/src/LIBSVM-stamp/LIBSVM-download] Error 1
CMakeFiles/Makefile2:232: recipe for target 'CMakeFiles/LIBSVM.dir/all'
failed
make[1]: *** [CMakeFiles/LIBSVM.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2


Could you help me resolve this ?

thanks in advance,

BB

-- 
-- 
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to