Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-07 Thread Lee
I've received the following message from Lizardtech:

What would be a more user friendly process for you?



This sounds like a distribution issue.  The latest release of the SDK
creates a shared object on linux (where it used to be statically linked into
your application).


-chris



I'm not involved with development, but I do understand some changes in the
newer version make it so our scripts don't work for incorporating it. What
should be suggested to ensure we can utilize the newer version?

On Wed, Jul 6, 2011 at 2:56 PM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 On Wed, 2011-07-06 at 14:51 -0400, Lee wrote:
  I've had trouble finding the correct SDK. The one I've downloaded is a
  newer version and requires a different procedure. Where did you find
  the 4.1 SDK?

 Common problem with this kinf of formats, they updated the SDK and the
 old version is no more available for download. Meanwhile the gdal
 connector has not been updated yet, and to tell the truth I don't
 if/when it will be.

 Cheers

 -- Giovanni --




-- 
all the best,
Lee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-07 Thread Pirmin Kalberer
Hi Lee,

Am Donnerstag, 7. Juli 2011, 18.34:25 schrieb Lee:
 I've received the following message from Lizardtech:
 
 What would be a more user friendly process for you?

Could you ask back for a permission to distribute GDAL (www.gdal.org) together 
with a statically or dynamically linked SDK shared object library?

Regards
Pirmin

 
 
 
 This sounds like a distribution issue.  The latest release of the SDK
 creates a shared object on linux (where it used to be statically linked
 into your application).
 
 
 -chris
 
 
 
 I'm not involved with development, but I do understand some changes in the
 newer version make it so our scripts don't work for incorporating it. What
 should be suggested to ensure we can utilize the newer version?
 
 On Wed, Jul 6, 2011 at 2:56 PM, Giovanni Manghi
 
 giovanni.man...@gmail.comwrote:
  On Wed, 2011-07-06 at 14:51 -0400, Lee wrote:
   I've had trouble finding the correct SDK. The one I've downloaded is a
   newer version and requires a different procedure. Where did you find
   the 4.1 SDK?
  
  Common problem with this kinf of formats, they updated the SDK and the
  old version is no more available for download. Meanwhile the gdal
  connector has not been updated yet, and to tell the truth I don't
  if/when it will be.
  
  Cheers
  
  -- Giovanni --


-- 
Pirmin Kalberer
Sourcepole  -  Linux  Open Source Solutions
http://www.sourcepole.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Giovanni Manghi
It works fine here, Ubuntu 10.04, qgis 1.7 from the ubuntugis
repository.

Please launch qgis from the terminal and copy/paste here the error
message.

If you can share a sample of your data so we can test if it depends on
data rather than the program/libraries.

cheers

-- Giovanni --


On Wed, 2011-07-06 at 10:10 +0800, ahmad jauhari wrote:
 Dear all,
 
 I have successfully installed the advice of Lee, and I also have
 installed the SDKs on the advice of Giovanni, but when I open the file
 ECw, qgis immediately close. is there a suggestion.
 
 Thanks,
 
 On Tue, Jul 5, 2011 at 1:09 AM, Lee muell...@gmail.com wrote:
  I did this successfully again today on a fresh install. For ECW the
  following method has worked for me:
 
  open terminal
 
  sudo wget
  http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
 
  unzip libecwj2-3.3-2006-09-06.zip
 
  cd libecwj2-3.3
 
  ./configure
 
  make
 
  sudo make install
 
  sudo gdal-ecw-build /usr/local/ (This step may differ depending on your file
  system)
 
  sudo ldconfig
 
  gdalinfo –formats | grep -i ecw
 
  Make sure in the last step the output shows. If it does not, the install
  failed.
 
  I still have yet to successfully incorporate MrSID support. If you manage
  it, please let me know.
 
 
  On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi giovanni.man...@gmail.com
  wrote:
 
  you need the SDKs from erdas and lizardtech
 
  cheers
 
  -- Giovanni --
 
  On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
   dear all,
  
   i have installed gdal-ecw-src and gdal-mrsid-src, but qgis program can
   not access the file .ecw and file mrSID,  anyone can help me. thanks.
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
  --
  all the best,
  Lee
 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Lee
Giovanni,

Would you mind posting your procedure for incorporating mrsid support?

all the best,
Lee Mueller
On Jul 6, 2011 12:32 PM, Giovanni Manghi giovanni.man...@gmail.com
wrote:
 It works fine here, Ubuntu 10.04, qgis 1.7 from the ubuntugis
 repository.

 Please launch qgis from the terminal and copy/paste here the error
 message.

 If you can share a sample of your data so we can test if it depends on
 data rather than the program/libraries.

 cheers

 -- Giovanni --


 On Wed, 2011-07-06 at 10:10 +0800, ahmad jauhari wrote:
 Dear all,

 I have successfully installed the advice of Lee, and I also have
 installed the SDKs on the advice of Giovanni, but when I open the file
 ECw, qgis immediately close. is there a suggestion.

 Thanks,

 On Tue, Jul 5, 2011 at 1:09 AM, Lee muell...@gmail.com wrote:
  I did this successfully again today on a fresh install. For ECW the
  following method has worked for me:
 
  open terminal
 
  sudo wget
 
http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
 
  unzip libecwj2-3.3-2006-09-06.zip
 
  cd libecwj2-3.3
 
  ./configure
 
  make
 
  sudo make install
 
  sudo gdal-ecw-build /usr/local/ (This step may differ depending on your
file
  system)
 
  sudo ldconfig
 
  gdalinfo –formats | grep -i ecw
 
  Make sure in the last step the output shows. If it does not, the
install
  failed.
 
  I still have yet to successfully incorporate MrSID support. If you
manage
  it, please let me know.
 
 
  On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi 
giovanni.man...@gmail.com
  wrote:
 
  you need the SDKs from erdas and lizardtech
 
  cheers
 
  -- Giovanni --
 
  On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
   dear all,
  
   i have installed gdal-ecw-src and gdal-mrsid-src, but qgis program
can
   not access the file .ecw and file mrSID, anyone can help me. thanks.
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
  --
  all the best,
  Lee
 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Giovanni Manghi
Hi,

nothing more than described here, and it works

http://trac.osgeo.org/ubuntugis/wiki/TutorialMrSid


you need the old GeoExpress Decode SDK

I used 

Version:7.0.0.2167
Platform:   linux.x86.gcc41

cheers

-- Giovanni --



On Wed, 2011-07-06 at 12:38 -0400, Lee wrote:
 Giovanni,
 
 Would you mind posting your procedure for incorporating mrsid support?
 
 all the best,
 Lee Mueller
 
 On Jul 6, 2011 12:32 PM, Giovanni Manghi giovanni.man...@gmail.com
 wrote:
  It works fine here, Ubuntu 10.04, qgis 1.7 from the ubuntugis
  repository.
  
  Please launch qgis from the terminal and copy/paste here the error
  message.
  
  If you can share a sample of your data so we can test if it depends
 on
  data rather than the program/libraries.
  
  cheers
  
  -- Giovanni --
  
  
  On Wed, 2011-07-06 at 10:10 +0800, ahmad jauhari wrote:
  Dear all,
  
  I have successfully installed the advice of Lee, and I also have
  installed the SDKs on the advice of Giovanni, but when I open the
 file
  ECw, qgis immediately close. is there a suggestion.
  
  Thanks,
  
  On Tue, Jul 5, 2011 at 1:09 AM, Lee muell...@gmail.com wrote:
   I did this successfully again today on a fresh install. For ECW
 the
   following method has worked for me:
  
   open terminal
  
   sudo wget
  
 http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
  
   unzip libecwj2-3.3-2006-09-06.zip
  
   cd libecwj2-3.3
  
   ./configure
  
   make
  
   sudo make install
  
   sudo gdal-ecw-build /usr/local/ (This step may differ depending
 on your file
   system)
  
   sudo ldconfig
  
   gdalinfo –formats | grep -i ecw
  
   Make sure in the last step the output shows. If it does not, the
 install
   failed.
  
   I still have yet to successfully incorporate MrSID support. If
 you manage
   it, please let me know.
  
  
   On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi
 giovanni.man...@gmail.com
   wrote:
  
   you need the SDKs from erdas and lizardtech
  
   cheers
  
   -- Giovanni --
  
   On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
dear all,
   
i have installed gdal-ecw-src and gdal-mrsid-src, but qgis
 program can
not access the file .ecw and file mrSID, anyone can help me.
 thanks.
  
   ___
   Qgis-user mailing list
   Qgis-user@lists.osgeo.org
   http://lists.osgeo.org/mailman/listinfo/qgis-user
  
  
  
   --
   all the best,
   Lee
  
  
  
 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Lee
I've had trouble finding the correct SDK. The one I've downloaded is a newer
version and requires a different procedure. Where did you find the 4.1 SDK?

On Wed, Jul 6, 2011 at 2:11 PM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 Hi,

 nothing more than described here, and it works

 http://trac.osgeo.org/ubuntugis/wiki/TutorialMrSid


 you need the old GeoExpress Decode SDK

 I used

 Version:7.0.0.2167
 Platform:   linux.x86.gcc41

 cheers

 -- Giovanni --



 On Wed, 2011-07-06 at 12:38 -0400, Lee wrote:
  Giovanni,
 
  Would you mind posting your procedure for incorporating mrsid support?
 
  all the best,
  Lee Mueller
 
  On Jul 6, 2011 12:32 PM, Giovanni Manghi giovanni.man...@gmail.com
  wrote:
   It works fine here, Ubuntu 10.04, qgis 1.7 from the ubuntugis
   repository.
  
   Please launch qgis from the terminal and copy/paste here the error
   message.
  
   If you can share a sample of your data so we can test if it depends
  on
   data rather than the program/libraries.
  
   cheers
  
   -- Giovanni --
  
  
   On Wed, 2011-07-06 at 10:10 +0800, ahmad jauhari wrote:
   Dear all,
  
   I have successfully installed the advice of Lee, and I also have
   installed the SDKs on the advice of Giovanni, but when I open the
  file
   ECw, qgis immediately close. is there a suggestion.
  
   Thanks,
  
   On Tue, Jul 5, 2011 at 1:09 AM, Lee muell...@gmail.com wrote:
I did this successfully again today on a fresh install. For ECW
  the
following method has worked for me:
   
open terminal
   
sudo wget
   
  http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
   
unzip libecwj2-3.3-2006-09-06.zip
   
cd libecwj2-3.3
   
./configure
   
make
   
sudo make install
   
sudo gdal-ecw-build /usr/local/ (This step may differ depending
  on your file
system)
   
sudo ldconfig
   
gdalinfo –formats | grep -i ecw
   
Make sure in the last step the output shows. If it does not, the
  install
failed.
   
I still have yet to successfully incorporate MrSID support. If
  you manage
it, please let me know.
   
   
On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi
  giovanni.man...@gmail.com
wrote:
   
you need the SDKs from erdas and lizardtech
   
cheers
   
-- Giovanni --
   
On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
 dear all,

 i have installed gdal-ecw-src and gdal-mrsid-src, but qgis
  program can
 not access the file .ecw and file mrSID, anyone can help me.
  thanks.
   
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
   
   
   
--
all the best,
Lee
   
  
  
 





-- 
all the best,
Lee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Giovanni Manghi
On Wed, 2011-07-06 at 14:51 -0400, Lee wrote:
 I've had trouble finding the correct SDK. The one I've downloaded is a
 newer version and requires a different procedure. Where did you find
 the 4.1 SDK?

Common problem with this kinf of formats, they updated the SDK and the
old version is no more available for download. Meanwhile the gdal
connector has not been updated yet, and to tell the truth I don't
if/when it will be.

Cheers

-- Giovanni --

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-06 Thread Lee
Do you happen to have the old SDK you could make available for download?

On Wed, Jul 6, 2011 at 2:56 PM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 On Wed, 2011-07-06 at 14:51 -0400, Lee wrote:
  I've had trouble finding the correct SDK. The one I've downloaded is a
  newer version and requires a different procedure. Where did you find
  the 4.1 SDK?

 Common problem with this kinf of formats, they updated the SDK and the
 old version is no more available for download. Meanwhile the gdal
 connector has not been updated yet, and to tell the truth I don't
 if/when it will be.

 Cheers

 -- Giovanni --




-- 
all the best,
Lee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-05 Thread Richard Duivenvoorde
On 07/04/2011 07:09 PM, Lee wrote:
 I did this successfully again today on a fresh install. For ECW the
 following method has worked for me:
 
 
1. open terminal
  2.
 
  sudo wget
  
 http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
  3.
 
  unzip libecwj2-3.3-2006-09-06.zip
  4.
 
  cd libecwj2-3.3
  5.
 
  ./configure
  6.
 
  make
  7.
 
  sudo make install
  8.
 
  sudo gdal-ecw-build /usr/local/ (This step may differ depending on
  your file system)
  9.
 
  sudo ldconfig
  10.
 
  gdalinfo –formats | grep -i ecw
 
 Make sure in the last step the output shows. If it does not, the install
 failed.

This worked for me on Ubuntu Natty, self build qgis, gdal 1.8.0

Only last step 10 I could not copy paste because of --

gdalinfo --formats | grep -i ecw

Thanks!

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-05 Thread Noli Sicad
It did not work / compile in Mac OS X.

See the logs.

config.status: creating include/icc34.h
config.status: creating include/Makefile
config.status: creating jpegicc/Makefile
config.status: creating python/Makefile
config.status: creating samples/Makefile
config.status: creating testbed/Makefile
config.status: creating tifficc/Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
./configure: line 19910: cd: /Volumes/SPARE/A_Development/Sandbox: No
such file or directory
./configure: line 19960: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
such file or directory
./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
such file or directory
./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
such file or directory
./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
such file or directory
./configure: line 19967: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
such file or directory
configure: creating ./config.status
uniq: confdefs.h: No such file or directory
config.status: creating Makefile
config.status: error: cannot find input file: Source/Makefile.in
localhost:libecwj2-3.3 root#


Noli

On 7/5/11, Richard Duivenvoorde rdmaili...@duif.net wrote:
 On 07/04/2011 07:09 PM, Lee wrote:
 I did this successfully again today on a fresh install. For ECW the
 following method has worked for me:


1. open terminal
  2.

  sudo wget

 http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
  3.

  unzip libecwj2-3.3-2006-09-06.zip
  4.

  cd libecwj2-3.3
  5.

  ./configure
  6.

  make
  7.

  sudo make install
  8.

  sudo gdal-ecw-build /usr/local/ (This step may differ depending
 on
  your file system)
  9.

  sudo ldconfig
  10.

  gdalinfo –formats | grep -i ecw

 Make sure in the last step the output shows. If it does not, the install
 failed.

 This worked for me on Ubuntu Natty, self build qgis, gdal 1.8.0

 Only last step 10 I could not copy paste because of --

   gdalinfo --formats | grep -i ecw

 Thanks!

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-05 Thread Lee
Let me clarify, what I posted was for linux.

Has anyone successfully compiled MrSid support?

On Tue, Jul 5, 2011 at 3:31 AM, Noli Sicad nsi...@gmail.com wrote:

 It did not work / compile in Mac OS X.

 See the logs.

 config.status: creating include/icc34.h
 config.status: creating include/Makefile
 config.status: creating jpegicc/Makefile
 config.status: creating python/Makefile
 config.status: creating samples/Makefile
 config.status: creating testbed/Makefile
 config.status: creating tifficc/Makefile
 config.status: creating src/Makefile
 config.status: executing depfiles commands
 ./configure: line 19910: cd: /Volumes/SPARE/A_Development/Sandbox: No
 such file or directory
 ./configure: line 19960: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
 such file or directory
 ./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
 such file or directory
 ./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
 such file or directory
 ./configure: line 19964: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
 such file or directory
 ./configure: line 19967: Source/NCSBuildGnu/NCSGnuSystemDefs.h: No
 such file or directory
 configure: creating ./config.status
 uniq: confdefs.h: No such file or directory
 config.status: creating Makefile
 config.status: error: cannot find input file: Source/Makefile.in
 localhost:libecwj2-3.3 root#


 Noli

 On 7/5/11, Richard Duivenvoorde rdmaili...@duif.net wrote:
  On 07/04/2011 07:09 PM, Lee wrote:
  I did this successfully again today on a fresh install. For ECW the
  following method has worked for me:
 
 
 1. open terminal
   2.
 
   sudo wget
 
 
 http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
   3.
 
   unzip libecwj2-3.3-2006-09-06.zip
   4.
 
   cd libecwj2-3.3
   5.
 
   ./configure
   6.
 
   make
   7.
 
   sudo make install
   8.
 
   sudo gdal-ecw-build /usr/local/ (This step may differ depending
  on
   your file system)
   9.
 
   sudo ldconfig
   10.
 
   gdalinfo –formats | grep -i ecw
 
  Make sure in the last step the output shows. If it does not, the install
  failed.
 
  This worked for me on Ubuntu Natty, self build qgis, gdal 1.8.0
 
  Only last step 10 I could not copy paste because of --
 
gdalinfo --formats | grep -i ecw
 
  Thanks!
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 




-- 
all the best,
Lee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-05 Thread ahmad jauhari
Dear all,

I have successfully installed the advice of Lee, and I also have
installed the SDKs on the advice of Giovanni, but when I open the file
ECw, qgis immediately close. is there a suggestion.

Thanks,

On Tue, Jul 5, 2011 at 1:09 AM, Lee muell...@gmail.com wrote:
 I did this successfully again today on a fresh install. For ECW the
 following method has worked for me:

 open terminal

 sudo wget
 http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip

 unzip libecwj2-3.3-2006-09-06.zip

 cd libecwj2-3.3

 ./configure

 make

 sudo make install

 sudo gdal-ecw-build /usr/local/ (This step may differ depending on your file
 system)

 sudo ldconfig

 gdalinfo –formats | grep -i ecw

 Make sure in the last step the output shows. If it does not, the install
 failed.

 I still have yet to successfully incorporate MrSID support. If you manage
 it, please let me know.


 On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi giovanni.man...@gmail.com
 wrote:

 you need the SDKs from erdas and lizardtech

 cheers

 -- Giovanni --

 On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
  dear all,
 
  i have installed gdal-ecw-src and gdal-mrsid-src, but qgis program can
  not access the file .ecw and file mrSID,  anyone can help me. thanks.

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user



 --
 all the best,
 Lee

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-04 Thread Giovanni Manghi
you need the SDKs from erdas and lizardtech

cheers

-- Giovanni --

On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
 dear all,
 
 i have installed gdal-ecw-src and gdal-mrsid-src, but qgis program can
 not access the file .ecw and file mrSID,  anyone can help me. thanks.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] file ecw and mrsid in ubuntu doesn't work

2011-07-04 Thread Lee
I did this successfully again today on a fresh install. For ECW the
following method has worked for me:


   1. open terminal
 2.

 sudo wget
 
http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip
 3.

 unzip libecwj2-3.3-2006-09-06.zip
 4.

 cd libecwj2-3.3
 5.

 ./configure
 6.

 make
 7.

 sudo make install
 8.

 sudo gdal-ecw-build /usr/local/ (This step may differ depending on
 your file system)
 9.

 sudo ldconfig
 10.

 gdalinfo –formats | grep -i ecw

Make sure in the last step the output shows. If it does not, the install
failed.

I still have yet to successfully incorporate MrSID support. If you manage
it, please let me know.


On Mon, Jul 4, 2011 at 6:25 AM, Giovanni Manghi
giovanni.man...@gmail.comwrote:

 you need the SDKs from erdas and lizardtech

 cheers

 -- Giovanni --

 On Mon, 2011-07-04 at 18:24 +0800, ahmad jauhari wrote:
  dear all,
 
  i have installed gdal-ecw-src and gdal-mrsid-src, but qgis program can
  not access the file .ecw and file mrSID,  anyone can help me. thanks.

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user




-- 
all the best,
Lee
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user