Hi, I don't know if this will be useful since I am not using Ubuntu, but on Debian I configure gdal like this:
./configure --prefix=/home/inglada/local/ --with-libtiff=internal --with-geotiff=internal --with-hide-internal-symbols=no --with-hdf5 --with-python --with-spatialite And for OTB configuration I use: -DGDAL_CONFIG:FILEPATH=/home/inglada/local/bin/gdal-config \ -DGDAL_INCLUDE_DIR:PATH=/home/inglada/local/include \ -DGDAL_LIBRARY:FILEPATH=/home/inglada/local/lib/libgdal.so \ -DGEOTIFF_INCLUDE_DIRS:PATH=/home/inglada/local/src/gdal-1.10.1/frmts/gtiff/libgeotiff \ Good luck. Jordi Manuel Grizonnet <[email protected]> wrote: > > Reading again your first email, there is perhaps something wrong with the > path to the gdal library > > Usually I used to install gdal in a local directory and point in cmake with > $local_install_path/lib/libgdal.so > > Other thing you can check symbols in your local gdal library using the nm > command: > > http://linux.about.com/library/cmd/blcmdl1_nm.htm > > Best, > > Manuel > > > On 24/04/2014 15:02, [email protected] > wrote: > > Hi Manuel, > > I built again GDAL but this time without the options > --with-rename-internal-libtiff-symbols=yes > --with-rename-internal-libgeotiff-symbols=yes . > > I built again OTB from the start (I remove the binary folder), and got > the same error. > > Best, > Loïc > -- > -- > 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 > otb-users-/[email protected] > To unsubscribe from this group, send email to > otb-users+unsubscribe-/[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 otb-users+unsubscribe-/[email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- 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.
