Re: [Qgis-user] install problem on ubuntu 18.04

2019-10-06 Thread Andre Joost

Am 06.10.19 um 16:27 schrieb Darrel Maddy:

I have just built a new machine and tried to install qgis . I am
getting the following error message

libpng error: application is running with png.c from libpng-1.2.56
libpng warning: application is compiled with png.h from
libpng-1.6.21

checking the installed library it is reporting as 1.6.34 (the latest
in the repository)

As I am not a frequent linux user I do not know how to fix this,
nothing I have tried has worked.  Can anyone suggest how I should
proceed?



Most probably you have compiled GDAL or something other from source.
In that case, you have to install libpng-dev before self-compiling.

See




HTH,
Andre Joost

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] install problem on ubuntu 18.04

2019-10-06 Thread Darrel Maddy
I have just built a new machine and tried to install qgis . I am getting the 
following error message

libpng error: application is running with png.c from libpng-1.2.56
libpng warning: application is compiled with png.h from libpng-1.6.21

checking the installed library it is reporting as 1.6.34 (the latest in the 
repository)

As I am not a frequent linux user I do not know how to fix this, nothing I have 
tried has worked.  Can anyone suggest how I should proceed?

Thanks

Darrel


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Install Problem

2018-01-26 Thread Janmaat, Johannus
Hello,

Am trying to install QGIS 2.18 on a Windows 7 machine.  It hangs when running 
msvcrt-2013.bat.

Any suggestions?

John.


Dr. John Janmaat
Associate Professor of Economics and RIC Chair in Water Resources and Ecosystem 
Sustainability
Economics (unit 8), I.K. Barber School of Arts and Sciences
The University of British Columbia
1147 Research Road, Kelowna, British Columbia, V1V 1V7
(250)807-8021

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Install problem on OS X 10.9

2014-05-29 Thread William Kyngesburye
Argh, those small details get lost in big updates.  Fixed.

On May 29, 2014, at 2:20 PM, Larry Shaffer  wrote:

> Hi Gabriel,
> 
> On Thu, May 29, 2014 at 10:53 AM, Gabriel Sidman  
> wrote:
> Hello All,
> 
> I'm an new QGIS user, and am getting the following error upon opening QGIS 
> 2.2: 
> 
> "Unable to load GdalTools plugin.
> The required "osgeo [python-gdal]" module is missing.
> Install it and try again."
> 
> Verify that the following file exists:
> /Library/Python/2.7/site-packages/gdal-py2.7.pth
> 
> and that its contents are:
> import sys; 
> sys.path.insert(0,'/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages')
> 
> (@William, I just installed latest GDAL and the gdal-py2.7.pth still appears 
> to reference version 1.10. On a clean install, this may be causing the 
> reported issue here.)
> 
> At the bottom of the Raster menu, open GdalTools Settings dialog, and try 
> pasting in these settings:
> 
> * Path to GDAL python modules: /Library/Python/2.7/site-packages
> * Path to the GDAL executables: /Library/Frameworks/GDAL.framework/Programs
> * GDAL Help path: /Library/Frameworks/GDAL.framework/Resources/doc
> 
> Then, relaunch QGIS and see if error persists.
>  
> QGIS still opens and has some functionality, but I think I'm not getting 
> complete functionality.
> 
> I'm running OS X 10.9.3 on a Mac Book Pro with 2.4 Ghz Intel Core 2 Duo 
> processor. I've installed GDAL 11.1 Complete, GSL framework v1.16-1, 
> matplotlib 1.3.1-2 (all from http://www.kyngchaos.com), and Python 2.7.6 
> 
> Note, only the system Python is supported. Installing Python 2.7.6 will not 
> update the Python that QGIS is compiled against (i.e. the system's). Any 
> modules/packages should be installed in system Python, which is the default 
> for Kyngchaos installers. Also, for Mac OS X 10.9.3, the system Python is 
> already at 2.7.5, so upgrading to 2.7.6 will not add much.
> 
> Regards,
> 
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
>  
> I see this error has been documented before, but it seems to be related to 
> new releases of OS X, but for me this is the first time I have ever installed 
> QGIS so I don't think that's my issue. 
> 
> Any thoughts on where I am going wrong?
> 
> Thanks,
> Gabriel
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> 

-
William Kyngesburye 
http://www.kyngchaos.com/

"This is a question about the past, is it? ... How can I tell that the past 
isn't a fiction designed to account for the discrepancy between my immediate 
physical sensations and my state of mind?"

- The Ruler of the Universe


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


Re: [Qgis-user] Install problem on OS X 10.9

2014-05-29 Thread Gabriel Sidman
Hi Larry,

Thanks so much for your tip. I was able to fix the problem by changing
"sys.path.insert" path name from "1.10" to "1.11" in
/Library/Python/2.7/site-packages/gdal-py2.7.pth. As you mentioned, it
looks like it was referencing the earlier 1.10 version.

I couldn't try the fix you suggested since the Raster menu in QGIS before
the fix had only "Raster calculator" as an option, it did not have
GdalTools Settings dialog. The GdalTools Settings dialog now appears after
the fix.

Thanks again for your help,
Gabriel



On Thu, May 29, 2014 at 12:20 PM, Larry Shaffer wrote:

> Hi Gabriel,
>
> On Thu, May 29, 2014 at 10:53 AM, Gabriel Sidman 
> wrote:
>
>> Hello All,
>>
>> I'm an new QGIS user, and am getting the following error upon opening
>> QGIS 2.2:
>>
>> "Unable to load GdalTools plugin.
>>
>> The required "osgeo [python-gdal]" module is missing.
>>
>> Install it and try again."
>>
>
> Verify that the following file exists:
> /Library/Python/2.7/site-packages/gdal-py2.7.pth
>
> and that its contents are:
> import sys;
> sys.path.insert(0,'/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages')
>
> (@William, I just installed latest GDAL and the gdal-py2.7.pth still
> appears to reference version 1.10. On a clean install, this may be causing
> the reported issue here.)
>
> At the bottom of the Raster menu, open GdalTools Settings dialog, and try
> pasting in these settings:
>
> * Path to GDAL python modules: /Library/Python/2.7/site-packages
> * Path to the GDAL executables: /Library/Frameworks/GDAL.framework/Programs
> * GDAL Help path: /Library/Frameworks/GDAL.framework/Resources/doc
>
> Then, relaunch QGIS and see if error persists.
>
>
>> QGIS still opens and has some functionality, but I think I'm not getting
>> complete functionality.
>>
>>
>> I'm running OS X 10.9.3 on a Mac Book Pro with 2.4 Ghz Intel Core 2 Duo
>> processor. I've installed GDAL 11.1 Complete, GSL framework v1.16-1,
>> matplotlib 1.3.1-2 (all from http://www.kyngchaos.com), and Python 2.7.6
>>
>
> Note, only the system Python is supported. Installing Python 2.7.6 will
> not update the Python that QGIS is compiled against (i.e. the system's).
> Any modules/packages should be installed in system Python, which is the
> default for Kyngchaos installers. Also, for Mac OS X 10.9.3, the system
> Python is already at 2.7.5, so upgrading to 2.7.6 will not add much.
>
> Regards,
>
> Larry Shaffer
> Dakota Cartography
> Black Hills, South Dakota
>
>
>> I see this error has been documented before, but it seems to be related
>> to new releases of OS X, but for me this is the first time I have ever
>> installed QGIS so I don't think that's my issue.
>>
>>
>> Any thoughts on where I am going wrong?
>>
>> Thanks,
>> Gabriel
>>
>> ___
>> 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] Install problem on OS X 10.9

2014-05-29 Thread Larry Shaffer
Hi Gabriel,

On Thu, May 29, 2014 at 10:53 AM, Gabriel Sidman 
wrote:

> Hello All,
>
> I'm an new QGIS user, and am getting the following error upon opening QGIS
> 2.2:
>
> "Unable to load GdalTools plugin.
>
> The required "osgeo [python-gdal]" module is missing.
>
> Install it and try again."
>

Verify that the following file exists:
/Library/Python/2.7/site-packages/gdal-py2.7.pth

and that its contents are:
import sys;
sys.path.insert(0,'/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages')

(@William, I just installed latest GDAL and the gdal-py2.7.pth still
appears to reference version 1.10. On a clean install, this may be causing
the reported issue here.)

At the bottom of the Raster menu, open GdalTools Settings dialog, and try
pasting in these settings:

* Path to GDAL python modules: /Library/Python/2.7/site-packages
* Path to the GDAL executables: /Library/Frameworks/GDAL.framework/Programs
* GDAL Help path: /Library/Frameworks/GDAL.framework/Resources/doc

Then, relaunch QGIS and see if error persists.


> QGIS still opens and has some functionality, but I think I'm not getting
> complete functionality.
>
>
> I'm running OS X 10.9.3 on a Mac Book Pro with 2.4 Ghz Intel Core 2 Duo
> processor. I've installed GDAL 11.1 Complete, GSL framework v1.16-1,
> matplotlib 1.3.1-2 (all from http://www.kyngchaos.com), and Python 2.7.6
>

Note, only the system Python is supported. Installing Python 2.7.6 will not
update the Python that QGIS is compiled against (i.e. the system's). Any
modules/packages should be installed in system Python, which is the default
for Kyngchaos installers. Also, for Mac OS X 10.9.3, the system Python is
already at 2.7.5, so upgrading to 2.7.6 will not add much.

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota


> I see this error has been documented before, but it seems to be related to
> new releases of OS X, but for me this is the first time I have ever
> installed QGIS so I don't think that's my issue.
>
>
> Any thoughts on where I am going wrong?
>
> Thanks,
> Gabriel
>
> ___
> 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

[Qgis-user] Install problem on OS X 10.9

2014-05-29 Thread Gabriel Sidman
Hello All,

I'm an new QGIS user, and am getting the following error upon opening QGIS
2.2:

"Unable to load GdalTools plugin.

The required "osgeo [python-gdal]" module is missing.

Install it and try again."


QGIS still opens and has some functionality, but I think I'm not getting
complete functionality.


I'm running OS X 10.9.3 on a Mac Book Pro with 2.4 Ghz Intel Core 2 Duo
processor. I've installed GDAL 11.1 Complete, GSL framework v1.16-1,
matplotlib 1.3.1-2 (all from http://www.kyngchaos.com), and Python 2.7.6


I see this error has been documented before, but it seems to be related to
new releases of OS X, but for me this is the first time I have ever
installed QGIS so I don't think that's my issue.


Any thoughts on where I am going wrong?

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

[Qgis-user] Install problem with QGIS 2.0.1

2014-01-20 Thread Lester Anderson
Hello,

I have just tried reinstalling QGIS 2.0.1

QGIS version2.0.1-DufourQGIS code revisiond94c044Compiled against
Qt4.8.5Running
against Qt4.8.5Compiled against GDAL/OGR1.10.0Running against
GDAL/OGR1.10.1Compiled
against GEOS3.4.2-CAPI-1.8.2Running against GEOS3.4.2-CAPI-1.8.2
r3921PostgreSQL
Client Version9.2.4SpatiaLite Version4.1.1QWT Version5.2.3PROJ.4
Version480QScintilla2
Version2.7.2
However, I am still getting the Visual C++ error below on starting the
program, and after getting to restoring plugins:

Runtime Error R6034
An application has made ab attempt to load the C runtime library incorrectly
Please contact the applications support team for more information.

QGIS starts up and as far as I can tell will work ok, but this should not
be happening and suggest an internal application fault with QGIS and one of
its modules (at a guess).

This does not happen on v1.8.0

Any ideas or what the solution is ?

Cheers

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

Re: [Qgis-user] Install problem in "Hardy"

2008-05-02 Thread Jürgen E . Fischer
Hi Carlo,

On Fri, 02. May 2008 at 14:46:15 +0200, Carlo van Rijswijk wrote:
> deb http://ppa.launchpad.net/qgis/ubuntu gutsy main

You should use

deb http://ppa.launchpad.net/qgis/ubuntu hardy main


Jürgen

PS: see also: http://download.qgis.org/downloads.rhtml

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-0
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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


[Qgis-user] Install problem in "Hardy"

2008-05-02 Thread Carlo van Rijswijk

Hi,

I recently upgraded form Ubuntu "Gutsy" to "Hardy". When I try to 
install Qgis (apt-get) I get:
"Some packages could not be installed. This may mean that you have 
requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created or 
been moved out of Incoming. Since you only requested a single operation 
it is extremely likely that the package is simply not installable and a 
bug report against that package should be filed. The following 
information may help to resolve the situation: The following packages 
have unmet dependencies: qgis: Depends: libgsl0 (>= 1.4) but it is not 
installable E: Broken packages".


I tried the following repos:
deb http://ppa.launchpad.net/timlinux/ubuntu gutsy main
deb http://ppa.launchpad.net/qgis/ubuntu gutsy main
deb http://les-ejk.cz/ubuntu edgy multiverse
deb-src http://les-ejk.cz/ubuntu edgy multiverse

Thanks for helping out, Carlo




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