Sebastian Walter wrote:
Ryan Ollerenshaw wrote:
does anyone know what do i need to do in order to get the gdal
commands back into /usr/local/bin/
You could try, after compiling:
make install | grep ogr2ogr
I have tried the following as root in /usr/share/gdal-1.3.2/ but none of
the gdal commands that were compiled with my original gdal install are
replaced:
# make clean
#./configure --with-xerces=/root/xerces-c-src_2_7_0/
# make
# make install | grep ogr2ogr
make: *** No rule to make target `install'. Stop.
and
# make clean
#./configure --with-xerces=/root/xerces-c-src_2_7_0/
# make
# make install