Error installing glib-networking - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Linux and other Unixen (https://www.gimp-forum.net/Forum-Linux-and-other-Unixen) +---- Thread: Error installing glib-networking (/Thread-Error-installing-glib-networking) |
Error installing glib-networking - crazyBaboon - 10-24-2017 I was following the installation instructions to install GIMP GIT in https://ninedegreesbelow.com/photography/build-gimp-in-prefix-for-artists.html ' My system is Fedora 64 Cinnamon bit. When I type: Code: ./autogen.sh --prefix=$PREFIX --disable-gtk-doc --with-gimpdir=$HOME/code/gimpdefault/install/config I get the following error: Code: configure: error: ps: When I do Code: dnf install glib-networking I get: Code: Package glib-networking-2.50.0-2.fc26.x86_64 is already installed, skipping. RE: Error installing glib-networking - rich2005 - 10-24-2017 Try looking for libgiognutls rather than glib-networking I think it is part of that. edit: A bit of a search around and there is reference to a glib-networking issue when compiling for Windows. Have you asked on a Fedora forum? or I think there are some Fedora users on https://discuss.pixls.us/ might br worth asking for advice there. RE: Error installing glib-networking - crazyBaboon - 10-24-2017 Thanks, they have helped me out in that Forum. Here is how I solved it: I replaced the line export GIO_EXTRA_MODULES=/usr/lib/gio/modules with export GIO_EXTRA_MODULES=/usr/lib64/gio/modules This is a necessary for the Fedora system. Other systems like ubuntu and debian also require a different export variable. Check the link https://ninedegreesbelow.com/photography/build-gimp-in-prefix-for-artists.html |