Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS does not start due to GRASS libraries #11654

Closed
qgib opened this issue Mar 25, 2009 · 1 comment
Closed

QGIS does not start due to GRASS libraries #11654

qgib opened this issue Mar 25, 2009 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS

Comments

@qgib
Copy link
Contributor

qgib commented Mar 25, 2009

Author Name: jachym - (jachym -)
Original Redmine Issue: 1594

Redmine category:build/install
Assignee: nobody -


hi,
while starting QGIS, I get:

/usr/bin/qgis.bin: symbol lookup error: /usr/lib/libqgisgrass.so.1.1: undefined symbol: 
G+no_gisinit

I used QGIS 1.1.0x version:

svn co https://svn.osgeo.org/qgis/trunk/qgis qgis_unstable

compiled for Ubuntu 8.10 using

dpkg-buildpackage -rfakeroot

and installed via

dpkg -i *.deb

I have GRASS 6.4-preview version AND grass 6.3, compiled and installed via debian configuration files.

dpkg -l|grep grass
ii  grass                                      6.3.0-lesejk3                           
ii  grass-preview                              6.4~20081031-1 

So, there are

  • /usr/lib/grass/lib
  • /usr/lib/grass64/lib

directories in my system.

In /usr/bin/qgis, there is something like

export LD_LIBRARY_PATH=/usr/lib/grass/lib:/usr/lib/grass64/lib
/usr/bin/qgis.bin

If I run

export LD_LIBRARY_PATH=/usr/lib/grass64/lib
/usr/bin/qgis.bin

everything works like desired.

SO, my question would be, if I did something wrong while packaging qgis/grass or if it is an bug of qgis startup script.

@qgib
Copy link
Contributor Author

qgib commented Mar 25, 2009

Author Name: marisn - (marisn -)


If You compile anything against GRASS 6.4 or newer it will NOT run with pre-6.4 GRASS libs. Remove pre-6.4 GRASS from LD_LIBRARY_PATH OR remove GRASS 6.3.x completely from Your system.

Closing as it's not a QGIS bug.


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS
Projects
None yet
Development

No branches or pull requests

1 participant