Comment #14 on issue 153 by marcobra...@gmail.com: 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



------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to