[Geoserver-users] Imageio-ext

Hello everyone,

Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID files; after
understanding that imageio-ext is already included with Geoserver but
still needs additional libraries, I followed this tutorial:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I did this:

. downloaded the latest stable release of the gdal dlls
. uncompressed it and edited the /etc/ld.so.conf to add their path
. downloaded the gdal crs info
. uncompressed it and added the GDAL_DATA environment variable to
/etc/environment

After doing all this and restarting Geoserver I still can't add MrSID
data stores. What am I missing?

Thank you,

Luís

Ciao Luis,
can you give us more information about your system set up? Java
version, Servlet Container ( or AS), Java version, etc..

Moreover what is the error you are seeing? Can you attach the log for GeoServer?

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/9 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello everyone,

Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID files; after
understanding that imageio-ext is already included with Geoserver but
still needs additional libraries, I followed this tutorial:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I did this:

. downloaded the latest stable release of the gdal dlls
. uncompressed it and edited the /etc/ld.so.conf to add their path
. downloaded the gdal crs info
. uncompressed it and added the GDAL_DATA environment variable to
/etc/environment

After doing all this and restarting Geoserver I still can't add MrSID
data stores. What am I missing?

Thank you,

Luís

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hello Simone, sorry for the belated response.

The java version:

OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK Server VM (build 14.0-b16, mixed mode)

I'm using jetty, the version that comes with Geoserver 2.0, hope
that's enough information.

I'm also attaching the log from the past few days.

Thank you for the help,

Luís

2010/4/9 Simone Giannecchini <simone.giannecchini@anonymised.com>:

Ciao Luis,
can you give us more information about your system set up? Java
version, Servlet Container ( or AS), Java version, etc..

Moreover what is the error you are seeing? Can you attach the log for GeoServer?

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/9 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello everyone,

Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID files; after
understanding that imageio-ext is already included with Geoserver but
still needs additional libraries, I followed this tutorial:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I did this:

. downloaded the latest stable release of the gdal dlls
. uncompressed it and edited the /etc/ld.so.conf to add their path
. downloaded the gdal crs info
. uncompressed it and added the GDAL_DATA environment variable to
/etc/environment

After doing all this and restarting Geoserver I still can't add MrSID
data stores. What am I missing?

Thank you,

Luís

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

geoserver.log (69.6 KB)

Hi,

I am pretty sure that if you want to do something real work with Geoserver then using anything else than Java from Sun is wasting your time. Naturally it is interesting to play around and test other alternatives as well.

-Jukka Rahkonen-

Luís de Sousa wrote:

Hello Simone, sorry for the belated response.

The java version:

OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK Server VM (build 14.0-b16, mixed mode)

I'm using jetty, the version that comes with Geoserver 2.0, hope
that's enough information.

I'm also attaching the log from the past few days.

Thank you for the help,

Luís

2010/4/9 Simone Giannecchini <simone.giannecchini@anonymised.com>:
> Ciao Luis,
> can you give us more information about your system set up? Java
> version, Servlet Container ( or AS), Java version, etc..
>
> Moreover what is the error you are seeing? Can you attach
the log for GeoServer?
>
> Ciao,
> Simone.
> -------------------------------------------------------
> Ing. Simone Giannecchini
> GeoSolutions S.A.S.
> Founder - Software Engineer
> Via Carignoni 51
> 55041 Camaiore (LU)
> Italy
>
> phone: +39 0584983027
> fax: +39 0584983027
> mob: +39 333 8128928
>
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.linkedin.com/in/simonegiannecchini
> http://twitter.com/simogeo
>
> -------------------------------------------------------
>
>
>
> 2010/4/9 Luís de Sousa <luis.a.de.sousa@anonymised.com>:
>> Hello everyone,
>>
>> Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID
files; after
>> understanding that imageio-ext is already included with
Geoserver but
>> still needs additional libraries, I followed this tutorial:
>>
>> http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions
>>
>> I did this:
>>
>> . downloaded the latest stable release of the gdal dlls
>> . uncompressed it and edited the /etc/ld.so.conf to add their path
>> . downloaded the gdal crs info
>> . uncompressed it and added the GDAL_DATA environment variable to
>> /etc/environment
>>
>> After doing all this and restarting Geoserver I still
can't add MrSID
>> data stores. What am I missing?
>>
>> Thank you,
>>
>> Luís
>>
>>
--------------------------------------------------------------
----------------
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>

Ciao Luis,
I checked the log and it looks like the initial part of it is missing.
Anyway, as already pointed out I would install the standard JDK,
moreover it would be good if you could provide some more information
about where you downloaded the libs as well as on the procedure
followed to install them.

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/12 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello Simone, sorry for the belated response.

The java version:

OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK Server VM (build 14.0-b16, mixed mode)

I'm using jetty, the version that comes with Geoserver 2.0, hope
that's enough information.

I'm also attaching the log from the past few days.

Thank you for the help,

Luís

2010/4/9 Simone Giannecchini <simone.giannecchini@anonymised.com>:

Ciao Luis,
can you give us more information about your system set up? Java
version, Servlet Container ( or AS), Java version, etc..

Moreover what is the error you are seeing? Can you attach the log for GeoServer?

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/9 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello everyone,

Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID files; after
understanding that imageio-ext is already included with Geoserver but
still needs additional libraries, I followed this tutorial:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I did this:

. downloaded the latest stable release of the gdal dlls
. uncompressed it and edited the /etc/ld.so.conf to add their path
. downloaded the gdal crs info
. uncompressed it and added the GDAL_DATA environment variable to
/etc/environment

After doing all this and restarting Geoserver I still can't add MrSID
data stores. What am I missing?

Thank you,

Luís

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

The Ottawa Chapter of OSGEO is meeting this Thursday.

There has been some expressed interest in a presentation of GeoServer.
Anyone from the GeoServer community have a pre-canned presentation and
maybe someone in Ottawa to present?

Or perhaps myself or other regular users can re0use a presentation?

Please CC me directly on any takers.

More info about our local chapter:
http://wiki.osgeo.org/wiki/Ottawa_Chapter

Cheers

Hi Simone et al.,

I followed the instructions at Geoserver's website:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I downloaded the latest stable version of imageio-ext from this website:

https://imageio-ext.dev.java.net/servlets/ProjectDocumentList?folderID=10435&expandFolder=10435&folderID=11137

And then, after uncompressing, edited the /etc/ld.so.conf file and
added the path to the folder.

I also downloaded GDAL's CRS info from the link at Geoserver's website:

https://imageio-ext.dev.java.net/files/documents/7505/133661/gdal_data-1.4.4.zip

And finally added the GDAL_DATA environment variable to the
/etc/environment config file.

When I try to add a new Data Store, in the "Add Raster Data Source"
form, I get the error: "Could not list layers for this store, an error
occurred retrieving them: null".

I have GDAL compiled with MrSID libraries and I can open this type of
raster files with QuantumGIS. It seems that Geoserver is failing to
find GDAL's libraries. I can try to install another version of Java,
but a) I doubt that is the root of the problem and b) I fear I may
embroil the system doing so.

Thanks to all for your help,

Luís

2010/4/12 Simone Giannecchini <simone.giannecchini@anonymised.com>:

Ciao Luis,
I checked the log and it looks like the initial part of it is missing.
Anyway, as already pointed out I would install the standard JDK,
moreover it would be good if you could provide some more information
about where you downloaded the libs as well as on the procedure
followed to install them.

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

Hi Luis,
Please, read below…

2010/4/13 Luís de Sousa <luis.a.de.sousa@anonymised.com>

Hi Simone et al.,

I followed the instructions at Geoserver’s website:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

This is the old documentation. From that page, you can go to the new Geoserver documentation. The GDAL related section is here: http://docs.geoserver.org/stable/en/user/data/gdal.html
However they basically provide the same instructions.

I downloaded the latest stable version of imageio-ext from this website:

https://imageio-ext.dev.java.net/servlets/ProjectDocumentList?folderID=10435&expandFolder=10435&folderID=11137

And then, after uncompressing, edited the /etc/ld.so.conf file and
added the path to the folder.

Did you also run ldconfig?
Anyway, can you invoke the “gdalinfo --formats” once you have set the LD_LIBRARY_PATH to make sure the gdal libs are properly loaded? (the gdalinfo utility is provided within the gdal native libs you got from imageio-ext website)

I also downloaded GDAL’s CRS info from the link at Geoserver’s website:

https://imageio-ext.dev.java.net/files/documents/7505/133661/gdal_data-1.4.4.zip

And finally added the GDAL_DATA environment variable to the
/etc/environment config file.

When I try to add a new Data Store, in the “Add Raster Data Source”
form, I get the error: “Could not list layers for this store, an error
occurred retrieving them: null”.

I have GDAL compiled with MrSID libraries and I can open this type of
raster files with QuantumGIS.

Please, tell me more details about this. Do you have another GDAL build with MrSID support on your machine or are you referring to the GDAL native libs which you have downloaded from the imageio-ext site? (In the first case, if the LD_LIBRARY_PATH allows to refer to different GDAL libs versions, you have no guarantee that the proper GDAL version will be loaded. The GDAL geoserver plugins only work against the native libs provided by imageio-ext due to JNI bindings involvment).

It seems that Geoserver is failing to
find GDAL’s libraries. I can try to install another version of Java,
but a) I doubt that is the root of the problem and b) I fear I may
embroil the system doing so.

Thanks to all for your help,

Luís

Please, let me know.
Best Regards,
Daniele

2010/4/12 Simone Giannecchini <simone.giannecchini@anonymised.com>:

Ciao Luis,

I checked the log and it looks like the initial part of it is missing.
Anyway, as already pointed out I would install the standard JDK,
moreover it would be good if you could provide some more information
about where you downloaded the libs as well as on the procedure
followed to install them.

Ciao,
Simone.

Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo



Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Hi again Luis,
do you have any chance to post the full geoserver log as suggested by Simone?
Is the MrSID coverage store available from the list of Raster Data sources?
I suppose you are configuring a MrSID coverage store on your data.

Regards,
Daniele

2010/4/12 Simone Giannecchini <simone.giannecchini@anonymised.com>

Ciao Luis,
I checked the log and it looks like the initial part of it is missing.
Anyway, as already pointed out I would install the standard JDK,
moreover it would be good if you could provide some more information
about where you downloaded the libs as well as on the procedure
followed to install them.

Ciao,
Simone.

Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo


2010/4/12 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello Simone, sorry for the belated response.

The java version:

OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK Server VM (build 14.0-b16, mixed mode)

I’m using jetty, the version that comes with Geoserver 2.0, hope
that’s enough information.

I’m also attaching the log from the past few days.

Thank you for the help,

Luís

2010/4/9 Simone Giannecchini <simone.giannecchini@anonymised.com>:

Ciao Luis,
can you give us more information about your system set up? Java
version, Servlet Container ( or AS), Java version, etc…

Moreover what is the error you are seeing? Can you attach the log for GeoServer?

Ciao,
Simone.

Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo


2010/4/9 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Hello everyone,

Geoserver 2.0 on Ubuntu 9.10. I need to serve a few MrSID files; after
understanding that imageio-ext is already included with Geoserver but
still needs additional libraries, I followed this tutorial:

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

I did this:

. downloaded the latest stable release of the gdal dlls
. uncompressed it and edited the /etc/ld.so.conf to add their path
. downloaded the gdal crs info
. uncompressed it and added the GDAL_DATA environment variable to
/etc/environment

After doing all this and restarting Geoserver I still can’t add MrSID
data stores. What am I missing?

Thank you,

Luís


Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Hi Luis,
please, send your emails to the geoserver mailing list too, so other people can know how/if the issues have been fixed or provide additional help based on your feedbacks.
Anyway, please, read below…

2010/4/14 Luís de Sousa <luis.a.de.sousa@anonymised.com>

Dear Daniele, thank you for your input.

In attachment you’ll find the complete geoserver log and the gdal
–formats output. Sorry, I trimmed the log thinking only the most
recent days where needed.

Please read my comments below:

2010/4/13 Daniele Romagnoli <daniele.romagnoli@anonymised.com>:

Did you also run ldconfig?

Yes I did, though I’m not that Linux savvy to know what it does.

No problem… quoting from man:
[… it creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf…]

Anyway, can you invoke the “gdalinfo --formats” once you have set the
LD_LIBRARY_PATH to make sure the gdal libs are properly loaded? (the
gdalinfo utility is provided within the gdal native libs you got from
imageio-ext website)

Can you also please run “gdalinfo --version”?
Taking a quick look on some of the drivers depicted within the gdalinfo output, I think your system is loading a different version of GDAL (I suppose the one installed by QGIS)

Please see the attachment.

I have GDAL compiled with MrSID libraries and I can open this type of
raster files with QuantumGIS.

Please, tell me more details about this. Do you have another GDAL build with
MrSID support on your machine or are you referring to the GDAL native libs
which you have downloaded from the imageio-ext site?

Prior to installing Geoserver I installed QuantumGIS, which also
requires GDAL. So before installing QGIS I downloaded, compiled and
installed GDAL with MrSID support.

From what you write It seems that imageio-ext contains some of the
libs also found in the regular GDAL distribution. This may the root of
the problem, though I believe if environment variables are set
properly Geoserver should use the correct lib set.

Can I set imageio-ext to use the GDAL install I set up with QGIS? Or
do I need two instances, one for each software (QGIS and Geoserver)?

In shorts: No for the first question and then, yes for the second one.
(More details: Geoserver requires a version of ImageIO-Ext which actually leverages on GDAL 1.4.5 as well on a set of custom JNI bindings. Therefore it needs the specific GDAL native libs set available from the Imageio-ext download page).

To make sure things are properly working, try this:

  1. isolate the imageio-ext GDAL native libs somewhere in a folder. (make sure to extract also the gdalinfo utility from the imageio-ext archive). (This step is optional in case you already did it)
  2. do an “export LD_LIBRARY_FOLDER=/path/to/that/folder”
  3. enter in that folder and call the “gdalinfo --version” and check the result (Is it 1.4.5.0?)
  4. Next time you run geoserver having set that LD_LIBRARY_PATH it should only access the reachable shared libs.

Hope this helps. (Let me know)
Regards,
Daniele

Thank you,

Luís

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Hi Luis,
please, read my feedbacks below…

2010/4/14 Luís de Sousa <luis.a.de.sousa@anonymised.com>

2010/4/13 Daniele Romagnoli <daniele.romagnoli@anonymised.com>:

Hi again Luis,
do you have any chance to post the full geoserver log as suggested by
Simone?
Is the MrSID coverage store available from the list of Raster Data sources?
I suppose you are configuring a MrSID coverage store on your data.

Regards,
Daniele

Hi again,

The add new Data Source form shows the following:

Raster Data Sources
ArcGrid - Arc Grid Coverage Format
GeoTIFF - Tagged Image File Format with Geographic information
Gtopo30 - Gtopo30 Coverage Format
ImageMosaic - Image mosaicking plugin
WorldImage - A raster file accompanied by a spatial data file

Ah ok. Then, the MrSID driver is unavailable (see my other email about having several GDAL libs in conflict).

I’m trying to add the MrSID files with the “WorldImage” option. I’m
able to add other file formats that way (e.g. png).

Please, make sure to solve the GDAL libs loading issue as suggested in the other email and when done, you should see also a
“MrSID - MrSID Coverage Format” in the list of Raster Data Sources.
At that point, you can add MrSID files with that Format (since the WorldImage isn’t the proper one).

Hope this helps.
Regards,
Daniele

Thank you,

Luís

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


Daniele thank you once more for you help.

On Wed, Apr 14, 2010 at 4:57 PM, Daniele Romagnoli
<daniele.romagnoli@anonymised.com> wrote:

To make sure things are properly working, try this:
1) isolate the imageio-ext GDAL native libs somewhere in a folder. (make
sure to extract also the gdalinfo utility from the imageio-ext archive).
(This step is optional in case you already did it)
2) do an "export LD_LIBRARY_FOLDER=/path/to/that/folder"
3) enter in that folder and call the "gdalinfo --version" and check the
result (Is it 1.4.5.0?)
4) Next time you run geoserver having set that LD_LIBRARY_PATH it should
only access the reachable shared libs.

Please see the log at the end. The folder has the same contents of the
file imageio-ext-1.0.5-linux32-mrsid-ecw-lib.tar.gz I downloaded from
Geoserver's website. It seems that this is not the GDAL version you
indicate, where can I get the correct version? Or is it something
else?

Thank you,

Luís

----

lads@anonymised.com:~$ gdalinfo --version
GDAL 1.7.0b2, released 2010/01/10
lads@anonymised.com:~$ cd /usr/lib/jvm/Geoserver/imageio-ext
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ls -la
total 45404
drwxr-xr-x 2 root root 4096 2010-04-09 16:50 .
drwxr-xr-x 6 root root 4096 2010-04-09 17:12 ..
-rwxr-xr-x 1 root root 20579 2010-04-09 16:50 gdalinfo
-rwxr-xr-x 1 root root 27533 2010-04-09 16:50 libgdalconstjni.so
-rwxr-xr-x 1 root root 103757 2010-04-09 16:50 libgdaljni.so
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so.1
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so.1.11.4
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so.0
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so.0.0.0
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so.0
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so.0.0.0
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so.0
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so.0.0.0
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so.0
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 102113 2010-04-09 16:50 libogrjni.so
-rwxr-xr-x 1 root root 80987 2010-04-09 16:50 libosrjni.so
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ export
LD_LIBRARY_FOLDER=/usr/lib/jvm/Geoserver/imageio-ext
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ gdalinfo --version
GDAL 1.7.0b2, released 2010/01/10

Hi Luis,
Please, read below…

2010/4/15 Luís de Sousa <luis.a.de.sousa@anonymised.com>

Daniele thank you once more for you help.

On Wed, Apr 14, 2010 at 4:57 PM, Daniele Romagnoli
<daniele.romagnoli@anonymised.com07…> wrote:

To make sure things are properly working, try this:

  1. isolate the imageio-ext GDAL native libs somewhere in a folder. (make
    sure to extract also the gdalinfo utility from the imageio-ext archive).
    (This step is optional in case you already did it)
  2. do an “export LD_LIBRARY_FOLDER=/path/to/that/folder”

Sorry… my fault. I have written a wrong environment variable name. (I was thinking about its meaning “/path/to/that/folder” while writing it on the email, so I have written it wrong :-(… my fault)
The step 2 should have been like this:
2) do an “export LD_LIBRARY_PATH=/path/to/that/folder”
(Indeed, step 4 referes to the proper environment name)

Please, try again with that environment var and let me know.
Regards,
Daniele

  1. enter in that folder and call the “gdalinfo --version” and check the
    result (Is it 1.4.5.0?)
  2. Next time you run geoserver having set that LD_LIBRARY_PATH it should
    only access the reachable shared libs.

Please see the log at the end. The folder has the same contents of the
file imageio-ext-1.0.5-linux32-mrsid-ecw-lib.tar.gz I downloaded from
Geoserver’s website. It seems that this is not the GDAL version you
indicate, where can I get the correct version? Or is it something
else?

Thank you,

Luís


lads@anonymised.com:~$ gdalinfo --version
GDAL 1.7.0b2, released 2010/01/10
lads@anonymised.com:~$ cd /usr/lib/jvm/Geoserver/imageio-ext
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ls -la
total 45404
drwxr-xr-x 2 root root 4096 2010-04-09 16:50 .
drwxr-xr-x 6 root root 4096 2010-04-09 17:12 …
-rwxr-xr-x 1 root root 20579 2010-04-09 16:50 gdalinfo
-rwxr-xr-x 1 root root 27533 2010-04-09 16:50 libgdalconstjni.so
-rwxr-xr-x 1 root root 103757 2010-04-09 16:50 libgdaljni.so
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so.1
-rwxr-xr-x 1 root root 7450080 2010-04-09 16:50 libgdal.so.1.11.4
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so.0
-rwxr-xr-x 1 root root 512276 2010-04-09 16:50 libNCSCnet.so.0.0.0
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so.0
-rwxr-xr-x 1 root root 75193 2010-04-09 16:50 libNCSEcwC.so.0.0.0
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so.0
-rwxr-xr-x 1 root root 6560579 2010-04-09 16:50 libNCSEcw.so.0.0.0
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so.0
-rwxr-xr-x 1 root root 729131 2010-04-09 16:50 libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 102113 2010-04-09 16:50 libogrjni.so
-rwxr-xr-x 1 root root 80987 2010-04-09 16:50 libosrjni.so
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ export
LD_LIBRARY_FOLDER=/usr/lib/jvm/Geoserver/imageio-ext
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ gdalinfo --version
GDAL 1.7.0b2, released 2010/01/10

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


2010/4/15 Daniele Romagnoli <daniele.romagnoli@anonymised.com>:

Sorry... my fault. I have written a wrong environment variable name. (I was
thinking about its meaning "/path/to/that/folder" while writing it on the
email, so I have written it wrong :-(... my fault)
The step 2 should have been like this:
2) do an "export LD_LIBRARY_PATH=/path/to/that/folder"
(Indeed, step 4 referes to the proper environment name)

Ok, now Geoserver is dead... please see the log below. Note that I
have the environment variable GEOSERVER_HOME set too in
etc/environment, if the script can't find it then I have another sort
of problem.

Guys thanks so much for your help, if you have any more advice I
appreciate, but I feel there's something wrong with my system and not
with Geoserver. Best,

Luís

----

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ export
LD_LIBRARY_PATH=/usr/lib/jvm/Geoserver/imageio-ext
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ gdalinfo --version
At least, GDAL >= 1.5.0 is required for this version of gdalinfo,
which was compiled against GDAL 1.7.0b2
lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ sudo gedit /etc/environment

[Here I set the LD_LIBRARY_PATH variable]

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ sudo ldconfig

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ~/geoserver/bin/shutdown.sh
The GEOSERVER_HOME environment variable is not defined
This environment variable is needed to run this program
Please set it to the directory where geoserver was installed

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ~/geoserver/bin/startup.sh
The GEOSERVER_HOME environment variable is not defined
This environment variable is needed to run this program
Please set it to the directory where geoserver was installed

Hi again,

2010/4/15 Luís de Sousa <luis.a.de.sousa@anonymised.com>

2010/4/15 Daniele Romagnoli <daniele.romagnoli@anonymised.com>:

Sorry… my fault. I have written a wrong environment variable name. (I was
thinking about its meaning “/path/to/that/folder” while writing it on the
email, so I have written it wrong :-(… my fault)
The step 2 should have been like this:
2) do an “export LD_LIBRARY_PATH=/path/to/that/folder”
(Indeed, step 4 referes to the proper environment name)

Ok, now Geoserver is dead… please see the log below. Note that I
have the environment variable GEOSERVER_HOME set too in
etc/environment, if the script can’t find it then I have another sort
of problem.

Guys thanks so much for your help, if you have any more advice I
appreciate, but I feel there’s something wrong with my system and not
with Geoserver. Best,

Luís


lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ export

LD_LIBRARY_PATH=/usr/lib/jvm/Geoserver/imageio-ext

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ gdalinfo --version

At least, GDAL >= 1.5.0 is required for this version of gdalinfo,
which was compiled against GDAL 1.7.0b2

It seems is still using a different version. Can you try “./gdalinfo --version” from that folder?. (Is the content of that folder coming from the imageio-ext native libs downloads? I just checked it on my Ubuntu machine and it reported GDAL 1.4.5.0, released 2008/12/14")
Please, let me know.
Daniele

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ sudo gedit /etc/environment

[Here I set the LD_LIBRARY_PATH variable]

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ sudo ldconfig

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ~/geoserver/bin/shutdown.sh
The GEOSERVER_HOME environment variable is not defined
This environment variable is needed to run this program
Please set it to the directory where geoserver was installed

lads@anonymised.com:/usr/lib/jvm/Geoserver/imageio-ext$ ~/geoserver/bin/startup.sh
The GEOSERVER_HOME environment variable is not defined
This environment variable is needed to run this program
Please set it to the directory where geoserver was installed

Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 328 0559267

http://www.geo-solutions.it


2010/4/15 Daniele Romagnoli <daniele.romagnoli@anonymised.com>:

It seems is still using a different version. Can you try "./gdalinfo
--version" from that folder?. (Is the content of that folder coming from the
imageio-ext native libs downloads? I just checked it on my Ubuntu machine
and it reported GDAL 1.4.5.0, released 2008/12/14")

Hi again, that is indeed the folder that contains all the so files
(check the ls command in a previous message).

Another question: shouldn't the path for these libraries be set in a
file like /etc/ld.so.conf.d/geoserver.conf ?

Thank you,

Luís

Dear all,

Doubting on my system's health I tried to repeat the imageio-ext
install procedure in a clean set up. For that I used GISVM, which is a
Ubuntu virtual machine that comes with a series of GIS software
already installed, including Geoserver:

http://gisvm.com/index.html

I followed the guide provided by Daniele Romagnoli and in attachment
you may find the log of the commands I performed.

The result is exactly the same as in the previous try, the coverage
data set type list remains the same and Geoserver is unable to create
a Coverage store from a MrSID file, returning the error: "Invalid url:
'file:203/c203.sid' for format type:'WorldImage'.".

I'm beginning to think that this installation guide is not suitable
for Ubuntu. Any ideas?

Thank you,

Luís

log.txt (5.03 KB)

Luis,
a few things:

-1- I would refrain from using sudo to untar/unzip/run tomcat. That is
really NOT a good practice and besides if you untar a lib as root and
then expext aanother program without root privilegs to load it that
won't wwork

-2- as far as I know, GISVM comes with its own presinstalled version
of imageio-ext-gdal therefore you might be making a mess by adding
anew one. I would talk to the guy who is responsible for GISVM to
clarify this

-3- Once you get imageio-ext installed, you should NOT use worldimage,
but rather the specific MrSID plugin as indicated in the UI.

Final note, I regularly work on Ubuntu both 64 and 32 bits with no
probs. You just have to be careful about what you do (and we should
probably find a way to make the installation seamless).

Ciao,
Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/16 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Dear all,

Doubting on my system's health I tried to repeat the imageio-ext
install procedure in a clean set up. For that I used GISVM, which is a
Ubuntu virtual machine that comes with a series of GIS software
already installed, including Geoserver:

http://gisvm.com/index.html

I followed the guide provided by Daniele Romagnoli and in attachment
you may find the log of the commands I performed.

The result is exactly the same as in the previous try, the coverage
data set type list remains the same and Geoserver is unable to create
a Coverage store from a MrSID file, returning the error: "Invalid url:
'file:203/c203.sid' for format type:'WorldImage'.".

I'm beginning to think that this installation guide is not suitable
for Ubuntu. Any ideas?

Thank you,

Luís

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Ciao Simone,

-1- I would refrain from using sudo to untar/unzip/run tomcat.

I doubt there's a privilege issue with the libs, please check the list
output at the end, they all have execution grants for everyone.

-2- as far as I know, GISVM comes with its own presinstalled version
of imageio-ext-gdal

The MrSID option doesn't appear in the new coverage data set list, I
checked that before installing. Nonetheless, I sent a query to the
portuguese OSGeo list for confirmation.

Final note, I regularly work on Ubuntu both 64 and 32 bits with no
probs. You just have to be careful about what you do (and we should
probably find a way to make the installation seamless).

I'm trying to follow the instructions the best I can, they seem to be
pretty straightforward: download, uncompress, set the environment
variables. I could be messing up with the last step, but so far
there's no indication from the logs that I've sent that such is the
case.

Now, searching for other possible versions of gdal I found a series of
them already in GISVM, one with Kosmo, another with gvSIG, etc. If
Geoserver is in trouble because of this, them GISVM may not be the
best of environments to test this. I'll have to try from a fresh
Ubuntu install.

Some questions:
. What directory do you use to store imageio-ext?
. How do you set the path to the libs directory? With a new file at
/etc/ld.so.conf.d or another way?
. How do you set the path to the srs data directory? With an entry at
etc/environment or another way?

Thanks once more,

Luís

---

user@anonymised.com:~$ ls -la /usr/local/tomcat/webapps/geoserver/imageio-ext
total 21108
drwxr-xr-x 2 root root 4096 2009-10-02 10:38 .
drwxr-xr-x 15 root root 4096 2010-04-16 07:00 ..
-rwxr-xr-x 1 root root 20579 2009-10-02 10:38 gdalinfo
-rw-r--r-- 1 root root 5857386 2009-10-26 07:30
imageio-ext-1.0.5-linux32-mrsid-ecw-lib.tar.gz
-rwxr-xr-x 1 root root 27533 2009-10-02 10:37 libgdalconstjni.so
-rwxr-xr-x 1 root root 103757 2009-10-02 10:37 libgdaljni.so
lrwxrwxrwx 1 root root 17 2010-04-16 05:54 libgdal.so -> libgdal.so.1.11.4
lrwxrwxrwx 1 root root 17 2010-04-16 05:54 libgdal.so.1 ->
libgdal.so.1.11.4
-rwxr-xr-x 1 root root 7450080 2009-10-02 10:31 libgdal.so.1.11.4
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSCnet.so ->
libNCSCnet.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSCnet.so.0 ->
libNCSCnet.so.0.0.0
-rwxr-xr-x 1 root root 512276 2009-10-02 10:19 libNCSCnet.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSEcwC.so ->
libNCSEcwC.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSEcwC.so.0 ->
libNCSEcwC.so.0.0.0
-rwxr-xr-x 1 root root 75193 2009-10-02 10:19 libNCSEcwC.so.0.0.0
lrwxrwxrwx 1 root root 18 2010-04-16 05:54 libNCSEcw.so ->
libNCSEcw.so.0.0.0
lrwxrwxrwx 1 root root 18 2010-04-16 05:54 libNCSEcw.so.0 ->
libNCSEcw.so.0.0.0
-rwxr-xr-x 1 root root 6560579 2009-10-02 10:19 libNCSEcw.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSUtil.so ->
libNCSUtil.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSUtil.so.0 ->
libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 729131 2009-10-02 10:19 libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 102113 2009-10-02 10:37 libogrjni.so
-rwxr-xr-x 1 root root 80987 2009-10-02 10:37 libosrjni.so
user@anonymised.com:~$ sudo find / -name "libgdal.so*" -type f -print
/usr/lib/ogdi/libgdal.so
/usr/local/tomcat/webapps/geoserver/imageio-ext/libgdal.so.1.11.4
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so.1
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so.1.10.0
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so
/home/user/FWTools-2.0.6/lib/libgdal.so.1.6.0
/home/user/gvSIG/libs/libgdal.so.1.10.0
find: /home/user/.gvfs: Permission denied
/home/user/Kosmo-1.2.1/libs/libgdal.so.1
/home/user/Kosmo-1.2.1/libs/libgdal.so.1.10.0
/home/user/Kosmo-1.2.1/libs/libgdal.so
user@anonymised.com:~$

Ciao Luis,
please read below...
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini
http://twitter.com/simogeo

-------------------------------------------------------

2010/4/16 Luís de Sousa <luis.a.de.sousa@anonymised.com>:

Ciao Simone,

-1- I would refrain from using sudo to untar/unzip/run tomcat.

I doubt there's a privilege issue with the libs, please check the list
output at the end, they all have execution grants for everyone.

I was speaking in general terms :slight_smile:

-2- as far as I know, GISVM comes with its own presinstalled version
of imageio-ext-gdal

The MrSID option doesn't appear in the new coverage data set list, I
checked that before installing. Nonetheless, I sent a query to the
portuguese OSGeo list for confirmation.

Final note, I regularly work on Ubuntu both 64 and 32 bits with no
probs. You just have to be careful about what you do (and we should
probably find a way to make the installation seamless).

I'm trying to follow the instructions the best I can, they seem to be
pretty straightforward: download, uncompress, set the environment
variables. I could be messing up with the last step, but so far
there's no indication from the logs that I've sent that such is the
case.

Now, searching for other possible versions of gdal I found a series of
them already in GISVM, one with Kosmo, another with gvSIG, etc. If
Geoserver is in trouble because of this, them GISVM may not be the
best of environments to test this. I'll have to try from a fresh
Ubuntu install.

Unfortunately I am not familiar with GISVM, but what I usually do in
my GeoServer (actually it may depend on the servlet container..)
startup script, is that I isolate its LD_LIBRARY_PATH, that should fix
problems with dangling libs

Some questions:
. What directory do you use to store imageio-ext?

On my workstation

/home/simone/work/libpath/gdal-1.4.5

. How do you set the path to the libs directory? With a new file at
/etc/ld.so.conf.d or another way?
. How do you set the path to the srs data directory? With an entry at
etc/environment or another way?

It depends on what I am doing:

- eclipse development -
I set up env var in eclise

-tomcat testing-
I have two options:

--1--
I add the correct definition for LD_LIBRARY_PATH and GDAL_DATA to the
tomcat catalina.sh
--2--
I change the same definitions in my user's startup scripts so that I
override other installations

Keep questions coming, if you need to!

Ciao,
Simone.

Thanks once more,

Luís

---

user@anonymised.com:~$ ls -la /usr/local/tomcat/webapps/geoserver/imageio-ext
total 21108
drwxr-xr-x 2 root root 4096 2009-10-02 10:38 .
drwxr-xr-x 15 root root 4096 2010-04-16 07:00 ..
-rwxr-xr-x 1 root root 20579 2009-10-02 10:38 gdalinfo
-rw-r--r-- 1 root root 5857386 2009-10-26 07:30
imageio-ext-1.0.5-linux32-mrsid-ecw-lib.tar.gz
-rwxr-xr-x 1 root root 27533 2009-10-02 10:37 libgdalconstjni.so
-rwxr-xr-x 1 root root 103757 2009-10-02 10:37 libgdaljni.so
lrwxrwxrwx 1 root root 17 2010-04-16 05:54 libgdal.so -> libgdal.so.1.11.4
lrwxrwxrwx 1 root root 17 2010-04-16 05:54 libgdal.so.1 ->
libgdal.so.1.11.4
-rwxr-xr-x 1 root root 7450080 2009-10-02 10:31 libgdal.so.1.11.4
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSCnet.so ->
libNCSCnet.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSCnet.so.0 ->
libNCSCnet.so.0.0.0
-rwxr-xr-x 1 root root 512276 2009-10-02 10:19 libNCSCnet.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSEcwC.so ->
libNCSEcwC.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSEcwC.so.0 ->
libNCSEcwC.so.0.0.0
-rwxr-xr-x 1 root root 75193 2009-10-02 10:19 libNCSEcwC.so.0.0.0
lrwxrwxrwx 1 root root 18 2010-04-16 05:54 libNCSEcw.so ->
libNCSEcw.so.0.0.0
lrwxrwxrwx 1 root root 18 2010-04-16 05:54 libNCSEcw.so.0 ->
libNCSEcw.so.0.0.0
-rwxr-xr-x 1 root root 6560579 2009-10-02 10:19 libNCSEcw.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSUtil.so ->
libNCSUtil.so.0.0.0
lrwxrwxrwx 1 root root 19 2010-04-16 05:54 libNCSUtil.so.0 ->
libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 729131 2009-10-02 10:19 libNCSUtil.so.0.0.0
-rwxr-xr-x 1 root root 102113 2009-10-02 10:37 libogrjni.so
-rwxr-xr-x 1 root root 80987 2009-10-02 10:37 libosrjni.so
user@anonymised.com:~$ sudo find / -name "libgdal.so*" -type f -print
/usr/lib/ogdi/libgdal.so
/usr/local/tomcat/webapps/geoserver/imageio-ext/libgdal.so.1.11.4
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so.1
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so.1.10.0
/root/.local/share/Trash/files/Kosmo-1.2.1/libs/libgdal.so
/home/user/FWTools-2.0.6/lib/libgdal.so.1.6.0
/home/user/gvSIG/libs/libgdal.so.1.10.0
find: /home/user/.gvfs: Permission denied
/home/user/Kosmo-1.2.1/libs/libgdal.so.1
/home/user/Kosmo-1.2.1/libs/libgdal.so.1.10.0
/home/user/Kosmo-1.2.1/libs/libgdal.so
user@anonymised.com:~$