[Gambas-user] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide
gambas at ...2524...
gambas at ...2524...
Thu Dec 29 09:16:43 CET 2011
Comment #14 on issue 153 by marcobra... at ...626...: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
Benoit
pkg-config --modversion gnome-keyring-1
Package gnome-keyring was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-keyring.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-keyring' found
# apt-file search gnome-keyring | grep -i gnome-keyring-1.pc
libgnome-keyring-dev: /usr/lib/pkgconfig/gnome-keyring-1.pc
# sudo apt-get --reinstall install libgnome-keyring-dev
export PKG_CONFIG_PATH=/usr/lib/pkgconfig/
# pkg-config --modversion gnome-keyring-1
2.30.1
sudo ldconfig
Then recompiling Gambas3 with...
./reconf-all; ./configure -C
sudo make install
Dress my issue
Thanks
More information about the User
mailing list