Re: [Geoserver-users] More on installing GDAL on RHEL5

2011-08-02 Thread Daniele Romagnoli
Hi Garey,

On Tue, Aug 2, 2011 at 5:34 PM, Garey Mills wrote:

>  Daniele -
>
> I'm now working on a RHEL6 distribution and I am looking at the "Image
> I/O-EXT - Setup Guide 1.1.1". Has there been any update to that; more
> specifically, does the Java dist still have to be 1.5.0_17?
>
Nope. That version number is there from long time (I guess when we have
setup the first 1.0.0 document).


> I notice that the guide assumes that you are working on Linux Fedora Core
> 5, but I am not sure how that maps to RedHat Enterprise Linux release
> numbers.
>

In the beginning, when developing the document and testing these steps, we
were using Fedora Core 5. Then we moved on Ubuntu.
However, we have also built binary builds on Centos (~RedHat).
Therefore, I think you should be fine with your version. If everything goes
fine on your side, we can also update the doc and mention your distro on it.

Please let us know in case you have any issue.
Regards,
Daniele



>
> Garey
>
>
> On 7/27/2011 2:43 AM, Daniele Romagnoli wrote:
>
> Hi Garey,
> we have sometime encountered a similar issue when testing the linux
> libraries on some particular distro due to the underlying base libs being
> not available/being differents on that distro.
> In those cases, after some quick attempts we have concluded to build GDAL
> on the specific machine to make sure to solve this kind of issue with the
> internal libraries.
> If you need to build the base GDAL 1.4.5 by yourself, you can follow some
> steps provided in the ImageIO-Ext Setup guide [1].
>
> To be more specific, the chapters/paragraphs you should be interested in
> are:
> 3.2
> 3.6.1
> 3.7.2
> 3.7.3 (all subchapters)
>
> For more specific info on external libraries (such as MrSID as an instance)
> you can take a look on the related paragraph.
>
> Hope this helps.
> Let me know if you have any issue.
>
> Best Regards,
> Daniele
>
>
> [1]:
>
> http://java.net/projects/imageio-ext/downloads/download/Documentation/ImageioExt-SetupGuide.pdf
>
>
>
> On Tue, Jul 26, 2011 at 8:14 PM, Garey Mills 
> wrote:
>
>> Hi -
>>
>> I am having the following problem installing the GDAL plugins in
>> GeoServer 2.1.1 on RHEL5:
>>
>> Jul 22, 2011 10:43:50 AM
>> it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
>> WARNING: Failed to load the GDAL native libs. This is not a problem
>> unless you need to use the GDAL plugins: they won't be
>> enabled.java.lang.UnsatisfiedLinkError:
>> /opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6:
>> version `GLIBCXX_3.4.9' not found (required by
>> /opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)
>>
>>
>> I found information about downloading a later version of libstdc++ and
>> putting it into a separate directory on the net, so I tried that.
>> I set LD_LIBRARY_PATH to include the new libstdc++. No luck.
>>
>> I edited catalina.sh and added the argument
>> '-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of
>> tomcat. Still no luck.
>>
>> Anyone have any ideas?
>>
>> Garey Mills
>> Library Systems Office
>> UC Berkeley
>>
>>
>> --
>> Magic Quadrant for Content-Aware Data Loss Prevention
>> Research study explores the data loss prevention market. Includes in-depth
>> analysis on the changes within the DLP market, and the criteria used to
>> evaluate the strengths and weaknesses of these DLP solutions.
>> http://www.accelacomm.com/jaw/sfnl/114/51385063/
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
>
> --
> ---
> Ing. Daniele Romagnoli
> GeoSolutions S.A.S.
> Software Engineer
>
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
>
> phone: +39 0584 962313
> fax:  +39 0584 962313
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.youtube.com/user/GeoSolutionsIT
> http://it.linkedin.com/in/danieleromagnoli
>
>
> ---
>
>


-- 
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---
--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1___

Re: [Geoserver-users] More on installing GDAL on RHEL5

2011-08-02 Thread Garey Mills

Daniele -

I'm now working on a RHEL6 distribution and I am looking at the 
"Image I/O-EXT - Setup Guide 1.1.1". Has there been any update to that; 
more specifically, does the Java dist still have to be 1.5.0_17? I 
notice that the guide assumes that you are working on Linux Fedora Core 
5, but I am not sure how that maps to RedHat Enterprise Linux release 
numbers.


Garey

On 7/27/2011 2:43 AM, Daniele Romagnoli wrote:

Hi Garey,
we have sometime encountered a similar issue when testing the linux 
libraries on some particular distro due to the underlying base libs 
being not available/being differents on that distro.
In those cases, after some quick attempts we have concluded to build 
GDAL on the specific machine to make sure to solve this kind of issue 
with the internal libraries.
If you need to build the base GDAL 1.4.5 by yourself, you can follow 
some steps provided in the ImageIO-Ext Setup guide [1].


To be more specific, the chapters/paragraphs you should be interested 
in are:

3.2
3.6.1
3.7.2
3.7.3 (all subchapters)

For more specific info on external libraries (such as MrSID as an 
instance) you can take a look on the related paragraph.


Hope this helps.
Let me know if you have any issue.

Best Regards,
Daniele


[1]:
http://java.net/projects/imageio-ext/downloads/download/Documentation/ImageioExt-SetupGuide.pdf



On Tue, Jul 26, 2011 at 8:14 PM, Garey Mills 
mailto:gmi...@library.berkeley.edu>> wrote:


Hi -

I am having the following problem installing the GDAL plugins in
GeoServer 2.1.1 on RHEL5:

Jul 22, 2011 10:43:50 AM
it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
WARNING: Failed to load the GDAL native libs. This is not a problem
unless you need to use the GDAL plugins: they won't be
enabled.java.lang.UnsatisfiedLinkError:
/opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6:
version `GLIBCXX_3.4.9' not found (required by
/opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)


I found information about downloading a later version of libstdc++ and
putting it into a separate directory on the net, so I tried that.
I set LD_LIBRARY_PATH to include the new libstdc++. No luck.

I edited catalina.sh and added the argument
'-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of
tomcat. Still no luck.

Anyone have any ideas?

Garey Mills
Library Systems Office
UC Berkeley


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes
in-depth
analysis on the changes within the DLP market, and the criteria
used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it 
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] More on installing GDAL on RHEL5

2011-07-27 Thread Garey Mills

Daniele -

Thank you kindly for this information. As a first step towards 
solving my problems I am going to upgrade the operating system to RHEL6. 
Looking at the libraries that it provides, the versions that GDAL is 
asking for look to be there. Once the libraries are there I'll deal with 
any other issues that arise.


Again, thanks;

Garey Mills

On 7/27/2011 2:43 AM, Daniele Romagnoli wrote:

Hi Garey,
we have sometime encountered a similar issue when testing the linux 
libraries on some particular distro due to the underlying base libs 
being not available/being differents on that distro.
In those cases, after some quick attempts we have concluded to build 
GDAL on the specific machine to make sure to solve this kind of issue 
with the internal libraries.
If you need to build the base GDAL 1.4.5 by yourself, you can follow 
some steps provided in the ImageIO-Ext Setup guide [1].


To be more specific, the chapters/paragraphs you should be interested 
in are:

3.2
3.6.1
3.7.2
3.7.3 (all subchapters)

For more specific info on external libraries (such as MrSID as an 
instance) you can take a look on the related paragraph.


Hope this helps.
Let me know if you have any issue.

Best Regards,
Daniele


[1]:
http://java.net/projects/imageio-ext/downloads/download/Documentation/ImageioExt-SetupGuide.pdf



On Tue, Jul 26, 2011 at 8:14 PM, Garey Mills 
mailto:gmi...@library.berkeley.edu>> wrote:


Hi -

I am having the following problem installing the GDAL plugins in
GeoServer 2.1.1 on RHEL5:

Jul 22, 2011 10:43:50 AM
it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
WARNING: Failed to load the GDAL native libs. This is not a problem
unless you need to use the GDAL plugins: they won't be
enabled.java.lang.UnsatisfiedLinkError:
/opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6:
version `GLIBCXX_3.4.9' not found (required by
/opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)


I found information about downloading a later version of libstdc++ and
putting it into a separate directory on the net, so I tried that.
I set LD_LIBRARY_PATH to include the new libstdc++. No luck.

I edited catalina.sh and added the argument
'-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of
tomcat. Still no luck.

Anyone have any ideas?

Garey Mills
Library Systems Office
UC Berkeley


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes
in-depth
analysis on the changes within the DLP market, and the criteria
used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/geoserver-users




--
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it 
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] More on installing GDAL on RHEL5

2011-07-27 Thread Daniele Romagnoli
Hi Garey,
we have sometime encountered a similar issue when testing the linux
libraries on some particular distro due to the underlying base libs being
not available/being differents on that distro.
In those cases, after some quick attempts we have concluded to build GDAL on
the specific machine to make sure to solve this kind of issue with the
internal libraries.
If you need to build the base GDAL 1.4.5 by yourself, you can follow some
steps provided in the ImageIO-Ext Setup guide [1].

To be more specific, the chapters/paragraphs you should be interested in
are:
3.2
3.6.1
3.7.2
3.7.3 (all subchapters)

For more specific info on external libraries (such as MrSID as an instance)
you can take a look on the related paragraph.

Hope this helps.
Let me know if you have any issue.

Best Regards,
Daniele


[1]:
http://java.net/projects/imageio-ext/downloads/download/Documentation/ImageioExt-SetupGuide.pdf



On Tue, Jul 26, 2011 at 8:14 PM, Garey Mills wrote:

> Hi -
>
> I am having the following problem installing the GDAL plugins in
> GeoServer 2.1.1 on RHEL5:
>
> Jul 22, 2011 10:43:50 AM
> it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
> WARNING: Failed to load the GDAL native libs. This is not a problem
> unless you need to use the GDAL plugins: they won't be
> enabled.java.lang.UnsatisfiedLinkError:
> /opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6:
> version `GLIBCXX_3.4.9' not found (required by
> /opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)
>
>
> I found information about downloading a later version of libstdc++ and
> putting it into a separate directory on the net, so I tried that.
> I set LD_LIBRARY_PATH to include the new libstdc++. No luck.
>
> I edited catalina.sh and added the argument
> '-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of
> tomcat. Still no luck.
>
> Anyone have any ideas?
>
> Garey Mills
> Library Systems Office
> UC Berkeley
>
>
> --
> Magic Quadrant for Content-Aware Data Loss Prevention
> Research study explores the data loss prevention market. Includes in-depth
> analysis on the changes within the DLP market, and the criteria used to
> evaluate the strengths and weaknesses of these DLP solutions.
> http://www.accelacomm.com/jaw/sfnl/114/51385063/
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
---
Ing. Daniele Romagnoli
GeoSolutions S.A.S.
Software Engineer

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://it.linkedin.com/in/danieleromagnoli


---
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] More on installing GDAL on RHEL5

2011-07-26 Thread Santiago Higuera
Hi:
you can check out here.

http://forum.worldwindcentral.com/showthread.php?t=21409

regards

Santiago

El mar, 26-07-2011 a las 11:14 -0700, Garey Mills escribió:
> Hi -
> 
>  I am having the following problem installing the GDAL plugins in 
> GeoServer 2.1.1 on RHEL5:
> 
> Jul 22, 2011 10:43:50 AM 
> it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
> WARNING: Failed to load the GDAL native libs. This is not a problem 
> unless you need to use the GDAL plugins: they won't be 
> enabled.java.lang.UnsatisfiedLinkError: 
> /opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6: 
> version `GLIBCXX_3.4.9' not found (required by 
> /opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)
> 
> 
> I found information about downloading a later version of libstdc++ and 
> putting it into a separate directory on the net, so I tried that.
> I set LD_LIBRARY_PATH to include the new libstdc++. No luck.
> 
> I edited catalina.sh and added the argument 
> '-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of 
> tomcat. Still no luck.
> 
> Anyone have any ideas?
> 
> Garey Mills
> Library Systems Office
> UC Berkeley
> 
> --
> Magic Quadrant for Content-Aware Data Loss Prevention
> Research study explores the data loss prevention market. Includes in-depth
> analysis on the changes within the DLP market, and the criteria used to
> evaluate the strengths and weaknesses of these DLP solutions.
> http://www.accelacomm.com/jaw/sfnl/114/51385063/
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] More on installing GDAL on RHEL5

2011-07-26 Thread Garey Mills
Hi -

 I am having the following problem installing the GDAL plugins in 
GeoServer 2.1.1 on RHEL5:

Jul 22, 2011 10:43:50 AM 
it.geosolutions.imageio.gdalframework.GDALUtilities loadGDAL
WARNING: Failed to load the GDAL native libs. This is not a problem 
unless you need to use the GDAL plugins: they won't be 
enabled.java.lang.UnsatisfiedLinkError: 
/opt/jdk1.6.0_23/jre/lib/i386/libgdaljni.so: /usr/lib/libstdc++.so.6: 
version `GLIBCXX_3.4.9' not found (required by 
/opt/jdk1.6.0_23/jre/lib/i386/libgdal.so.1)


I found information about downloading a later version of libstdc++ and 
putting it into a separate directory on the net, so I tried that.
I set LD_LIBRARY_PATH to include the new libstdc++. No luck.

I edited catalina.sh and added the argument 
'-Djava.library.path="/path/to/new/libstdc++.so" to the invocation of 
tomcat. Still no luck.

Anyone have any ideas?

Garey Mills
Library Systems Office
UC Berkeley

--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users