Questions tagged [glib]
20 questions
5
votes
1 answer
ERROR: Dependency "mount" not found, tried pkgconfig and cmake Linux while trying to install glib-2.60.0
Runing the following command from a terminal:
sudo python3 meson _build
:
**The Meson build system**
Version: 0.50.0
....
Checking for function "ngettext" : YES
Checking for function "bind_textdomain_codeset" : YES
Dependency mount found: NO (tried…
cam zilla
- 53
- 1
- 4
3
votes
1 answer
Slackware Linux: Glib can't find libffi.so.6. Where is it trying to look?
I have libffi installed and it's in /usr/local/lib, yet the glib make process can't find it
/home/mathmagi/src/glib-2.32.4/gio/.libs/lt-glib-compile-resources: error while loading shared libraries: libffi.so.6: cannot open shared object file: No…
Mathmagician
- 31
- 1
- 2
2
votes
0 answers
Unable to install synergy on red hat 5.4
I'm trying to install Synergy on Red Hat Linux 5.4 but I'm getting the below errors:
rpm -ivh synergy-1.3.8-Linux-x86_64.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.11)(64bit) is needed by synergy-1.3.8-1.x86_64
…
Mike
- 233
- 1
- 4
- 13
1
vote
1 answer
Solaris libglib2.0-dev
I want to install mc-4.8.12 (Midnight Commander), but I get this error:
glib-2.0 not found or version too old (must be >= 2.12)
When I search Google for a solution, I see the package libglib2.0-dev is missing. However I can't find the package for…
aykon
- 35
- 1
- 4
1
vote
0 answers
Is there a way that I can upgrade my glib in opensuse 13.1?
I am trying to install gtk+ but this requires glib >= 2.39 and I have 2.38. I would like to upgrade to 2.40 but once I installed it it still told me it could not find it. Now I could not change the path but that does not seem very elegant.
Can I…
ciprianr
- 11
- 1
1
vote
1 answer
libiphone build issues on Debian Squeeze (x64)
I'm trying to build libiphone from source on Debian Squeeze (64-bit). But autogen.sh keeps giving me this:
configure: error: Package requirements (glib-2.0 >= 2.14.1) were not met:
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH…
Dr Kitty
- 534
- 1
- 5
- 12
1
vote
1 answer
Cannot uninstall old version of GLib (2.26.1) to install GTK
I am trying to install GTK as a dependency of a dependency of Audacity. The first time I tried to do the usual configure-make-make install set of commands for it, it said I was missing the cairo dependency. I installed this, however, when I again…
dpitch40
- 169
- 1
- 6
1
vote
2 answers
Build Firefox from source code under Mac OS X
I'm trying to build Firefox from source code under my Macbook pro. I believe I follow all direction on their pages, yet I still stuck on building it up.
I installed all requirement (mercurial libidl autoconf213 yasm) via Macport and its under…
REALFREE
- 339
- 3
- 4
- 16
1
vote
1 answer
how to redirect to newer version of a linux library if two or more older versions of that library are found?
I downloaded the latest version of libglib2.0 2.76.3 and installed it from source.
However, pkg-config finds an older version of glib when i try to install some programs.
What I must do?
export…
Estatistics
- 229
- 2
- 10
1
vote
1 answer
unable to connect to any IRC server using irssi
I am using irssi 1.2.3 (20210409 0011). When I do /connect Freenode (or any server for that matter), I get the following error.
GLib warning SSL handshake failed: server closed connection unexpectedly
How can I fix this?
weirdsmiley
- 113
- 3
1
vote
2 answers
Where to get glib-config for Kubuntu?
I'm trying to compile Midnight Commander on a KUbuntu 9.10 (Karmic) box with no root access. I've set up a directory under $HOME, downloaded the mc source package and various stuff required for building, such as autotools. I've unpacked the CONTENTS…
Carl Smotricz
- 648
- 1
- 6
- 19
0
votes
1 answer
Building gstreamer 0.10 under Win32 via Cygwin
There is no more installer for GStreamer 0.10 available on GStreamer website (only versions 1.x). I really need to work with this version so I tried to build it from source. I found this laconic page explaining how to…
MarAja
- 321
- 1
- 5
- 15
0
votes
3 answers
In which directory should I extract and install gtk+, glib, gdk-pixbuf, pango in ubuntu?
I am trying to install the latest version of GTK+ and I have downloaded all the packages listed here:
http://www.gtk.org/download-linux.html
In which directory should I extract each of the tar files and then install?
Note: the installation…
snooper
- 157
- 1
- 3
- 10
0
votes
1 answer
Poppler installation
I downloaded the new poppler 0.15 tar ball and i built it from source successfully but when trying
dpkg -l | grep poppler
it outputs
ii libpoppler-dev 0.14.3-0ubuntu1.1 PDF…
Wazery
- 792
- 3
- 8
- 20
0
votes
1 answer
How do I install a newer version of GTK in Ubuntu without replacing the current one?
I am trying to compile file-roller from git, but running autogen.sh gives me this error
configure: error: Package requirements (gtk+-3.0 >= 2.91.1) were not met:
No package 'gtk+-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment…
William Friesen
- 1
- 1
- 1