qgis 2.3.0 module
qgis 2.3.0 module
Hello,
Can anybody give a bit more guidance on how to build a qgis 2.3.0 module?
I found this: http://qgis.gotslack.org/
but all the inter-dependencies got me confused.
Is it possible to find a single prebuilt module? failing that an idiots walk through?
I tried a few times but linux is a whole new world for me.
thanks for any help you can offer
Can anybody give a bit more guidance on how to build a qgis 2.3.0 module?
I found this: http://qgis.gotslack.org/
but all the inter-dependencies got me confused.
Is it possible to find a single prebuilt module? failing that an idiots walk through?
I tried a few times but linux is a whole new world for me.
thanks for any help you can offer
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: qgis 2.3.0 module
welcome
1 - download qgis slackware package
http://qgis.gotslack.org/qgis-2.3.0-i486-1_jah.txz
2 - install the package qgis or convert to module.
see
http://www.porteus.org/component/conten ... udies.html
3 - update usm in terminal ( type "su" and password "toor" to enter in root)
4 - check deps
download deps and install all packages downloaded.
1 - download qgis slackware package
http://qgis.gotslack.org/qgis-2.3.0-i486-1_jah.txz
2 - install the package qgis or convert to module.
see
http://www.porteus.org/component/conten ... udies.html
3 - update usm in terminal ( type "su" and password "toor" to enter in root)
Code: Select all
root@porteus:/home/guest# usm -u all
Code: Select all
root@porteus:/home/guest# usm -d /var/log/packages/qgis*
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
Re: qgis 2.3.0 module
Thanks Slaxmax,
Followed the instructions.
Downloaded all dependencies (I think) and I tried to install them through USM which told me I was successful....however I have no idea where they went?
Practically I can still not find QGIS on my system and have no idea what to do next....
Any further suggestions to make progress?
Thanks
Followed the instructions.
Downloaded all dependencies (I think) and I tried to install them through USM which told me I was successful....however I have no idea where they went?
Practically I can still not find QGIS on my system and have no idea what to do next....
Any further suggestions to make progress?
Thanks
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: qgis 2.3.0 module
Sorry I don't know how to help you.
I tried to install qgis here, but there are a lot of dependencies and python modules that I don't know how to fix.
This software is very specific and probably appear errors that I can't fix.
I tried to install qgis here, but there are a lot of dependencies and python modules that I don't know how to fix.
This software is very specific and probably appear errors that I can't fix.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: qgis 2.3.0 module
@gisonusb
Open a console and tip qgis to start it!
Open a console and tip qgis to start it!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
Re: qgis 2.3.0 module
Seems I dont have the right dependencies:
qgis: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
Is there anyway to load other databases into USM?
thanks
qgis: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
Is there anyway to load other databases into USM?
thanks
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: qgis 2.3.0 module
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
Re: qgis 2.3.0 module
Thanks for trying but I am now missing this file:
libQtSql.so.4
I understood that USM would just be able to download all the dependencies and I would be ready to go....
Can I go about this in a simpler way or do I have to trawl the net for individual files every time?
grateful for pointers...
libQtSql.so.4
I understood that USM would just be able to download all the dependencies and I would be ready to go....
Can I go about this in a simpler way or do I have to trawl the net for individual files every time?
grateful for pointers...
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: qgis 2.3.0 module
You must install qt4; try to get it from the package manager.
I am compilig grass-6.4.3, a related application, maybe you will be interested..
I am compilig grass-6.4.3, a related application, maybe you will be interested..
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: qgis 2.3.0 module
This is the case when a package exists within the slackware repositories. You can still do it though. First download the qgis packge and install it.I understood that USM would just be able to download all the dependencies and I would be ready to go....
Code: Select all
wget http://qgis.gotslack.org/qgis-2.3.0-i486-1_jah.txz -P /tmp && installpkg /tmp/qgis-2.3.0-i486-1_jah.txz
Code: Select all
usm -d /var/log/packages/qgis-2.3.0-i486-1_jah
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: qgis 2.3.0 module
The worst is to resolve dependency python, are many and with a great chance of problems.
These python modules are widely used in ubuntu, slackware repositories hardly possess these dependencies.
These python modules are widely used in ubuntu, slackware repositories hardly possess these dependencies.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: qgis 2.3.0 module
Python dependencies are indeed hard to get working. The basic modules are contained in 07-printing
For building GRASS Gis I got some from slackbuilds.org, and these large compilations often end in "device full" in Porteus; to overcome this, I have had to modify the Slackbuild script, changing the value of TMP from /tmp to /mnt/sdx. It works...
Gis applications are very much appreciated by investigators and geomatics students, so I am adding a good one to the aKDEmia Edition.., despite of pythons!
For building GRASS Gis I got some from slackbuilds.org, and these large compilations often end in "device full" in Porteus; to overcome this, I have had to modify the Slackbuild script, changing the value of TMP from /tmp to /mnt/sdx. It works...
Gis applications are very much appreciated by investigators and geomatics students, so I am adding a good one to the aKDEmia Edition.., despite of pythons!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
Re: qgis 2.3.0 module
thanks all for the input and help so far!
Unfortunately still no luck...
To clarify this is where I am at so far:
When I run the following:
I get
When trying to pull dependencies I get a whole load of options and sub options (which is a bit confusing).. I think i have selected them all and from the confirmation below I think I have qt + googleearth + python already in place:
on trying to load qgis I still get
Does this mean something is in the wrong location? (related to wreads last post
Is it potentially something to to with XCFE? Maybe I would have more luck with another desktop environment?
thanks for any more pointers/suggestions.
Agree that GIS software on porteus is likely to be useful for many. Would be interested to see GRASS too.
Unfortunately still no luck...
To clarify this is where I am at so far:
When I run the following:
Code: Select all
root@porteus:/home/guest# usm -d /var/log/packages/qgis*
Code: Select all
Missing dependencies: 18
libQtCore.so.4
libQtGui.so.4
libQtNetwork.so.4
libQtScript.so.4
libQtSql.so.4
libQtSvg.so.4
libQtWebKit.so.4
libQtXml.so.4
libgdal.so.1
libgeos_c.so.1
libgsl.so.0
libgslcblas.so.0
libpq.so.5
libproj.so.0
libpython2.7.so.1.0
libqwt.so.6
libspatialindex.so.2
libspatialite.so.5
Code: Select all
googleearth-7.1.2.2041-i386-2sl.txz already exists.
qt-4.8.5-i486-2.txz already exists.
gsl-1.16-i486-1ponce.txz already exists.
python-2.7.5-i486-1.txz already exists.
on trying to load qgis I still get
Code: Select all
root@porteus:~# qgis
qgis: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
)? I am sorry but I don't understand what this means.changing the value of TMP from /tmp to /mnt/sdx.
Is it potentially something to to with XCFE? Maybe I would have more luck with another desktop environment?
thanks for any more pointers/suggestions.
Agree that GIS software on porteus is likely to be useful for many. Would be interested to see GRASS too.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: qgis 2.3.0 module
You can download the package containing libqwt.so.6 here.
Or better, compile the slackware 14.1 source from here:http://slackware.org.uk/slackbuilds.org/14.1/libraries/
Or better, compile the slackware 14.1 source from here:http://slackware.org.uk/slackbuilds.org/14.1/libraries/
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: qgis 2.3.0 module
@gisonusb
Meanwhile I compiled this complete stack for gis-2.3; it works for me on kde4. For sure you will need qt4 additionally.
I hope you will enjoy it, let me know...
Meanwhile I compiled this complete stack for gis-2.3; it works for me on kde4. For sure you will need qt4 additionally.
I hope you will enjoy it, let me know...
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!