On Mon, 2011-05-02 at 19:52 +0200, Csaba Halász wrote:
[]
> unixodbc-dev: /usr/lib/libodbcinst.so
> The last is the one to install (it will pull in the dependencies as needed).

Hi Csaba,

Many thanks for the pointer. Have now installed -
$ sudo apt-get install unixodbc-dev
and that certainly also pulled in some other
dependencies...

But even after that install, the command -
$ apt-file search libodbcinst.so
still shows 'nothing' ;=((

However doing say :-
$ apt-get -s install unixodbc-dev
outputs -
[]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
unixodbc-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

And the command -
$ whereis libodbcinst.so
outputs -
libodbcinst: /usr/lib/libodbcinst.a /usr/lib/libodbcinst.so 
/usr/lib/libodbcinst.la /usr/lib64/libodbcinst.a /usr/lib64/libodbcinst.so 
/usr/lib64/libodbcinst.la

And indeed $ dpkg -l | grep libodbcinst showed some,
so this particular install seems fine... and the
linker agreed...

However, while that got me past THAT road block ;=))
Remember the full string is :-

GDAL_LIBS: -L/usr/local/lib -lgdal -L/usr/lib -lgeos_c -lsqlite3 -lodbc
-lodbcinst -lexpat -lxerces-c -lpthread -ljasper -lhdf5 -lmfhdf -ldf
-logdi -lgif -ljpeg -lpng -lnetcdf -L/usr/lib -lpq -lz -lpthread -lm
-lrt -ldl -lcurl -Wl,-Bsymbolic-functions -lgssapi_krb5

So I cleared a few more hurdles on my own ;=)) like -
$ apt-get install libxerces-c2-dev libjasper-dev libhdf5-serial-dev

But next got stuck on -lmfhdf... tried libhdf5-mpich-dev,
but that then un-install the above 'serial'... so do
not think it is that...

Any idea what to install for this?

_AND_ I am sure I may need help on other names that
look quite unfamiliar like -

 -ldf -logdi -lnetcdf -lpq -ldl -lgssapi_krb5

which I am sure will pop up after this ;=() There is
no doubt adding OGR has massively upped the TG
dependency list... and thus the effort to compile
it, taking it beyond mere mortals...

As you read I had no trouble using shape-decode,
replacing ogr-decode, so hope the effort is worth
it ;=))

And maybe we should consider making the two OGR
items a conditional compile - ie say --with-ogr,
default to off, to make things easier to start...

Thanks again...

Regards,
Geoff.




------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to