Software :: Gdk-pixbuf-2.0 Package Not Found When Installing Gtk+-2.22.1?

Dec 2, 2010

I am trying to install the gtk+ package so that i can install grapher which require gtk+-2.0

When I ./configure gtk+ I get this (lots of output before what I pasted):

configure: error: Package requirements (glib-2.0 >= 2.25.10 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0) were not met:

No package 'gdk-pixbuf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

How/where can I find this package. I tried the usual apt-get to no avail.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Fatal Error: Gdk-pixbuf/gdk-pixbuf.h: No Such File Or Directory

Oct 2, 2010

I have updated to ubuntu 10.10, but when I try to compile chromium on ubuntu, I get this error:

Code:

In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
from /usr/include/gtk-2.0/gdk/gdk.h:33,
from app/active_window_watcher_x.cc:6:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory

What I don't understand is why gtk-2.0/gdk/gdkpixbuf.h complains that gdkpixbuf/gdk-pixbuf.h is not found. And how can I fix it?

View 7 Replies View Related

Software :: Installing Lsyncd 2.0 - No Package 'lua' Found

Dec 31, 2010

I'm trying to install lsyncd 2.0 and I am having troubles... Apparently when I do a

Code:

./configure

I get this error

Code:

checking for LUA... no
checking for LUA... no
checking for LUA... no
checking for LUA... configure: error: Package requirements (lua >= 5.1.3) were not met:
No package 'lua' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LUA_CFLAGS
and LUA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.I know for a fact I have LUA installed.

Code:

alex@Onyx:~/Downloads/lsyncd-2.0.0$ lua -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio

I even added the location of the LUA binary to the PKG_CONFIG_PATH environment variable but it's still throwing me this error.

Code:

alex@Onyx:~/Downloads/lsyncd-2.0.0$ $PKG_CONFIG_PATH
bash: :/usr/bin/lua: No such file or directory

EDIT: For some reason, when I built and installed LUA, the "lua.pc" file was not copied over. So I copied the "lua.pc" over to my /usr/lib/pkgconfig/ folder and the ran the ./configure again. This time it worked.

View 1 Replies View Related

Debian :: Installing Flash Plugin To Terminal - Package Not Found

May 25, 2011

I'm new to this and trying to install flashplugin to the terminal. I entered apt-get install flashplugin-nonfree, and it says package not found. What do i do. I can't install yahoo messenger without it or see any videos on ..... or any thing that requires adobe.

View 14 Replies View Related

Ubuntu Installation :: Installing Package Through Synaptic Package Manager?

Aug 3, 2011

I have a problem when installing this package through synaptic package manager. this is :

libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.

View 1 Replies View Related

Fedora :: Install Themes That Require Gtk2-pixbuf-engine

Jun 18, 2010

I am trying to install themes that require gtk2-pixbuf-engine, I found the the theme engine but when I run

Code:

./confiure --prefix=/usr

I get the following error

Code:

cannot find install-sh or install.sh in "." "./.." "./../.."

When I try to open the "INSTALL" I get the following error:

Code:

This link cannot be used, because its target "/usr/share/automake-1.10/INSTALL" doesn't exist.

View 5 Replies View Related

Ubuntu :: Way To Determine Which Libraries Package Needs Before Installing Package Itself?

Feb 24, 2010

Is there a way to determine which libraries a package needs before installing the package itself?

View 2 Replies View Related

General :: Getting The Package Name That Contains A Library - Error "No Package Gthread-2.0 Not Found"

Jan 22, 2011

Fedora 14 I recently went to install some software using the source files. When I ran the command ./configure I got a message saying that No package gthread-2.0 not found After searching the internet some one had the same problem. I needed to install a package called glib2-devel However, rather that searching the internet. Is there any yum command that can give me that information?

View 2 Replies View Related

Ubuntu Installation :: Unable To Fsync Updated Status Of 'gtk2-engines-pixbuf

Feb 17, 2010

ive been trying to move myself away from windows, but it seems like ubuntu just wont have it, either that or win7 puts some curse on ubuntu Just done my 3rd(3rd time this error has now happened) fresh install of ubuntu 9.10 onto my second hard drive(first hard drive has win7), install seemed fine, boots up nicely into grub, got the internet working fine(worked out of the box, wireless), other programs run fine, all seems to be working wonderfully well!

Until I tried to update, started up the update manager, clicked on check, its finds loads of updates so I let it download them, downloads all 200+ updates, starts to install them.

The updates are installing fine but then about three quarters of the way along the progress bar for installing it gets an error.Heres the details it showed at the error: (the rest of the details just looked like successful installs/updates)

Code:

Setting up gtk2-engines-pixbuf (2.18.3-lubuntu2.2)
dpkg: unrecoverable fatal error, aborting:
unable to fsync updated status of 'gtk2-engines-pixbuf': input/ouput error touch: cannot touch '/var/lib/update-notifier/dpkg-run-stamp': read-only file system

[code]....

View 2 Replies View Related

Fedora :: Error: Package Requirements (cairo >= 1.6.0) Were Not Met: No Package 'cairo' Found

May 24, 2010

Today I was using Gchempaint (part of Gnome Chemistry Tools) and found that the F12 version fails miserably to correctly export H to xyz. So I decided to install the latest version I found (0.11). There are, however, some problems I must sort out during compilation.

Apparently it does not see my 'cairo' installation and so I get the following error message:

Code:

checking for cairo... configure: error: Package requirements (cairo >= 1.6.0) were not met: No package 'cairo' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.Alternatively, you may set the environment variables cairo_CFLAGS and cairo_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

View 2 Replies View Related

Ubuntu :: Zsh Shell And Apt-get - Package Not Found

May 23, 2010

I have just started using the zsh shell to see what its like and so far I like it. However one anoyance is that if I type: Code: sudo apt-get install plymouth-* I get package not found. If I do the same in a bash shell I get the option to install the the packages matching the wildcard.

View 1 Replies View Related

Debian Installation :: Apt-get Install Package Not Found

Jun 3, 2015

I am attempting to install some applications on Debian 8 Jessie, with Gnome Desktop, and every package I try to install keeps coming up with the error E: Package Not found, I have been searching then trying for a solution on the Web, which includes apt-get update, and there are none for Debian 8 at all.

View 14 Replies View Related

Debian Configuration :: Noip2 Package Not Found?

Mar 1, 2011

After the successful installation of debian squeeze 32 bits from the first dvd, I proceeded to try to install the package noip2, but my surprise was not in the repositories that I have, but when used lenny if I had it.Below show my repositories:[URL]I dont know if i need another repository or i am missing one

View 1 Replies View Related

OpenSUSE Install :: A Package Dependency Could Not Be Found?

May 7, 2011

When the automatic update begins, fails displaying the message:

A package dependency could not be found.

More information is available in the detailed report.

Details >>

cron-4.2-9.17.1.i586 requires cronie = 1.4.6-, but this requirement cannot be provided

I went to software download, I downloaded and installed crownie 1.4.6, but still the same thing

View 3 Replies View Related

Ubuntu Installation :: Screem In 10.04: Package Not Found?

May 2, 2010

I'm trying to install screem in 10.04. I can't find the package... where did it go?

Code:
sudo apt-get install screem
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package screem

View 9 Replies View Related

Ubuntu :: Can't Install Any Package - 404 Not Found For All Repositories

Jun 7, 2011

I am trying to install the build-essential package on my new Jaunty install, but I seem to get 404 Not Found for all the repositories. I have tried main repositories, US ones and the ones recommended in Software Sources as being the best choice, but I get the same response. I can't install any packages because of this. Could someone help me find the repositories for this distro?

View 9 Replies View Related

Ubuntu Installation :: Apt-Get Install / Package Not Found

Sep 1, 2011

Ubuntu Server Edition, 32bit, fresh install today (2011.07.07). Usually the first thing thing I do after a server install, I update, upgrade... then install Emacs to configure services. I can get to it from my other servers and PC's, have an internet connections from that server // so I know things should be okay...

I'm thinking maybe it's a repo problem in my source list... and I'm not sure what repo Emacs is from. I'd like to check this, before doing a reinstall on this. I had just added in the mounts & fstabs on my data RAID arays... Would be more work, but still not too far into it.

View 3 Replies View Related

General :: Gnomad Installation - No Package Found

Mar 13, 2011

I'm trying to install Gnomad and have got this far. I type ./configure and everything looks like its kinda working then it says

"No package 'glib-2.0' found
No package 'gthread-2.0' found
No package 'libnjb' found
No package 'gtk+-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GN_CFLAGS and GN_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details."

View 6 Replies View Related

Software :: Error: No Package 'libdrm_intel' Found

Dec 6, 2010

I'm trying to compile mesa from git sources, and I get this error:

Code:

checking for LIBDRM_RADEON... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... no

configure: error: Package requirements (libdrm_intel >= 2.4.21) were not met:

No package 'libdrm_intel' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables INTEL_CFLAGS
and INTEL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details I have an nvidia card, and had only built the nouveau drivers in libdrm-git. Now it seems mesa has an added requirement for the intel drivers. Also, mesa-git git ignores many compile options that I pass to it.

View 5 Replies View Related

Debian :: Unable To Install Any Package - File Not Found

Apr 27, 2011

I would like to install svn, but I am unable to install. sudo apt-get update gives me :

Ign file: eeepc Release.gpg
Ign file:/home/user/packages/ eeepc/main Translation-en
Ign file:/home/user/packages/ eeepc/main Translation-en_US
Ign file: eeepc Release
Ign file: eeepc/main amd64 Packages
Err file: eeepc/main amd64 Packages
File not found
W: Failed to fetch file:/home/user/packages/dists/eeepc/main/binary-amd64/Packages.gz
File not found

E: Some index files failed to download, they have been ignored, or old ones used instead.
sudo apt-get install apache2 gives me :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package apache2

View 8 Replies View Related

Fedora Networking :: Install Ndiswrapper In 10 But The Package Is Not Found

Jun 23, 2009

I'm trying to install ndiswrapper in Fedora 10, but the package is not found:

[Code]...

View 1 Replies View Related

Fedora :: Compiling Rtorrent - No Package 'openssl' Found

Jul 12, 2010

i ve been trying to compile rtorrent from source and while configuring i run to this: Code: checking for OPENSSL. configure: error: Package requirements (openssl) were not met: No package 'openssl' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. i tried to install openssl and than i came up to this:

[Code]....

View 3 Replies View Related

Fedora :: Rpm --resign A Package Get File Not Found Error?

May 31, 2011

When I try to rpm --resign a package I get file not found error. Its not misstyping its not doing any gpg stuff and it does not ask for passphrase.I then rpmbuild -ba --sign X.specIt makes all the files and dies right where it signs the filesWhy i know its the .rpmmacros it never asks for a passphrase!If I build without --sign it builds 100% and exits normally.

.rpmmacros
%_signature gpg
%_gpg_name myname <myemail>

[code]....

View 4 Replies View Related

Fedora :: Compiling Programs - No Package Libnotify Found

Jul 26, 2011

I want to compile program. "./configure" giving :

Code:
[kuba@Kuba-fedora uget-1.8.0]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executable .....

Configure: error: Package requirements (libnotify) were not met:
No package 'libnotify' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBNOTIFY_CFLAGS
and LIBNOTIFY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. But I have the newest version of libnotify.

View 2 Replies View Related

Red Hat / Fedora :: Adjusting PKG_CONFIG_PATH - No Package 'cairo' Found

Jun 20, 2010

I am facing problems when trying to install gtk+, I have downloaded all the required libraries, but the following output?

checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.21.3 atk >= 1.13.0 pango >= 1.20 cairo >= 1.6) were not met:

Requested 'glib-2.0 >= 2.21.3' but version of GLib is 2.12.3

No package 'atk' found
No package 'pango' found
No package 'cairo' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. you may set the environment variables BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.

View 6 Replies View Related

Fedora :: PHP PECL Package - Gmagick Config File Not Found

Dec 29, 2009

I've been trying to install the gmagick extension for days now without success. I always end up with the same error message:

checking GraphicsMagick configuration program... configure: error: not found. Please provide a path to GraphicsMagick-config program.
ERROR: '/tmp/pear/temp/gmagick/configure --with-gmagick' failed

It's no wonder why I get this message as the location simply does not exists, its being unpacked to 'gmagick-1.0.3b2' and not 'gmagick'. I've tried to copy/paste the configuration file (config.m4?) to my manually created 'gmagick' directory within the temp folder but that didn't solve anything.

Command when installing:
Code:
pecl install gmagick-1.0.3b2
I'm running Fedora 12.

View 3 Replies View Related

Ubuntu Servers :: Package Not Found While Install Gnome-core On 10.04

Jul 29, 2010

I'm having some problems getting the GUI installed in my Server 10.04 installation.

I've installed the Ubuntu server 10.04 32bit with a VMWare player on a Windows XP Pro host. Everything seems to have gone ok but at the end of the install it said that VMWare items are being installed and while that happens I can only use the terminal mode or I could wait for the GUI to load. Well the GUI never loaded so I logged in through the terminal.

I realized immediately that I'm over my head as I'm more familiar with DOS rather than bash or the terminal commands of Ubuntu. So I tried to look up on the internet (from my host machine) on how to start or install the GUI interface for the server. I've found lots of things that show commands like:

sudo apt-get install gnome gdm

or

sudo aptitude install gnome-core

but in all cases I get a message that the package is not found. So I'm wondering how do I find the package so that I can install this?

View 2 Replies View Related

Fedora :: Empathy Recompile - Configure Error (No Package Found)

Aug 28, 2010

Anyone recompiled Empathy on Fedora? I have problem of configure and make as following:

checking for LIBEMPATHY... configure: error: Package requirements (
glib-2.0 >= 2.16.0
gobject-2.0
gio-2.0 >= 2.16.0
gio-unix-2.0 >= 2.16.0
libxml-2.0
telepathy-glib >= 0.7.31
libmissioncontrol >= 4.61
telepathy-farsight
farsight2-0.10
gstreamer-0.10
) were not met:
No package 'telepathy-glib' found
No package 'libmissioncontrol' found
No package 'telepathy-farsight' found
No package 'farsight2-0.10' found
No package 'gstreamer-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBEMPATHY_CFLAGS and LIBEMPATHY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

View 14 Replies View Related

General :: Can't Install .Deb File Or (package) / Dpkg: Command Not Found?

Jan 3, 2010

I'm using a new Distro and after installing it and randomly searching for help on websites on how to install a .Deb file using dpkg at the konsole/terminal it says Bash : dpkg: Command not found . how is this possible ? Do I have to know about all the packages in the package manager to install this. slight difference for me ... knowing what I have and knowing if I need Apr93-323? (whatever) installed first or not ? The only thing I know is that I have the Iso image installed ... which is my linux distro . Where to go from here? because I usually go to a website site to find Software to install ...if I need it .back to the basics

View 14 Replies View Related

Ubuntu :: Adding Package Sources Fails - HTTP Not Found

Jul 2, 2010

When I try to add software sources (specifically those for Scratchbox, but I get the same error with everything), I get an error message: "http://http not found". Obviously that is not a valid APT line and I have no idea what it is doing in my software sources. How do I take it out?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved