FOSSLC is a non-profit organization that specializes in technology and know-how to record conferences with excellent quality. Click on the icons below to view great videos from communities we are actively involved with:

 

UCOSP - Troubles with the build

01 Dec in Blog, gcc, Programming, UCOSP Fall 2010, Ingres, Intern, UCOSP, Programming
Ingres

Hey all,

So, at the moment Andrew, Chuck and I are looking into a solution for our problem with building GDAL/OGR in Ingres... The problem is that these two beasts are linking to each other, causing an issue:
Link /devsrc/jansepar_git/build/bin/eqc
/usr/bin/ld: warning: libiiapi.1.so, needed by
/usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcompat.1.so, needed by
/usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libq.1.so, needed by /usr/local/lib/libgdal.so,
not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libframe.1.so, needed by
/usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link)
At the moment, our only solution is to either start from scratch and implement the wkb to kml ourselves, or figure out a way to get the build working. I'm waiting on Andrew at the moment to advise.. I feel the better solution here would be to get the build working, as we can use GDAL/OGR for converting not only to KML, but to GML and to JSON as well.
Chucks suggestion is as follows:
"Yes, I believe OGR has a ./configure option that compiles it for Ingres. However, this may force a double compilation of OGR. Compile it once without Ingres support. Compile Ingres. Then compile it again with Ingres support to be able to use it with Ingres."

Unfortunately, since my laptop is been blown to smithereens, I have been using Andrews server for all of my work and I can't build on it, so I can't do this myself... Will try again to see if I can work with Andrew on trying a few more things.

Shawn

Comments

What happened to your

What happened to your laptop?! Mine just died two weeks ago too haha...but the good thing was that I made a fresh install of ubuntu on the new computer I bought and it finally built!