Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Angelos Tzotsos
Hi Donovan, comments inline: On 01/26/2013 01:34 AM, Donovan Cameron wrote: When I check-out the libgdal package and I run the osc build command, isn't this building locally and not trying to *upload *any binaries? I thought this chroot was in my local machine and only making changes there? Yes

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Donovan Cameron
When I check-out the libgdal package and I run the osc build command, isn't this building locally and not trying to *upload *any binaries? I thought this chroot was in my local machine and only making changes there? I was trying to keep this all a local build by following the instructions at: http

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Angelos Tzotsos
Hi Donovan, This approach will not work. OpenBuildService (OBS) is a system to automate builds and create packages, and we are using it to http://openbuildservice.org/ openSUSE Build Service is a deployment of OBS that we are using to produce openSUSE distribution https://build.opensuse.org

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Donovan Cameron
My buildlog from "osc build openSUSE_12.2 x86_64 libgdal.spec --clean" if it helps. http://paste.opensuse.org/view/raw/e119c82d On Fri, Jan 25, 2013 at 1:54 PM, Donovan Cameron wrote: > I've tested compiling the 64bit gdal-1.9.2 from the tar.gz source file: > > ./configure --with-fgdb=/usr/lib6

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Donovan Cameron
I've tested compiling the 64bit gdal-1.9.2 from the tar.gz source file: ./configure --with-fgdb=/usr/lib64/FileGDB_API And it completes successfully where I can see the FileGDB driver read/write format in the output of ogrinfo --formats. There must be something in this SPEC file that is causing

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Donovan Cameron
Thanks for the suggestion Jan. I tried to compile the 32-bit libgdal with the 32bit FileGDB_API but still throws the same error... Is it possible that the osc tool is looking inside it's build environment at /tmp or /usr/tmp instead of my local user files at /usr/lib64? I might take this problem

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-25 Thread Jan Heckman
Hi, On windows, using visual studio (2008 and 2012), I could compile both 32 bits and 64 bits, but only the 32 bits version actually worked. I haven't tried to figure out why the 64 bits version didn't work, 32 bits was good enough for me. Hope this is an option for you as well, Jan On Fri, Jan 25

Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-24 Thread Donovan Cameron
Looks like over in the [qgis-user] list, someone is having similar problems: https://groups.google.com/d/msg/qgis_user_remote/B2J9sOsSLbo/BIpAHZ84bhgJ On Thu, Jan 24, 2013 at 9:05 PM, Donovan Cameron wrote: > I can't seem to compile GDAL with FileGDB support on openSUSE. > I'm compiling locally u

[gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-24 Thread Donovan Cameron
I can't seem to compile GDAL with FileGDB support on openSUSE. I'm compiling locally using the OBS tools (osc) and have checked-out the libgdal package from the Application:Geo project. Steps I've taken: 1) Download FileGDB_API_1_2-64.tar.gz 2) tar xzvf FileGDB_API_1_2-64.tar.gz -C /usr/lib64/