Ubuntu Installation :: Warning: Missing REQUIRED Dependency: Libtool (libtool - Library Building Support Services)

Sep 17, 2010

I am working with Ubuntu 10.04 I can't print documents on HP Laserjet 1020 While printing, the jobs shows up in the print queue and disappears without any error, but no printout I tried to install HPLIP 3.10.6 from [URL]I followed the instructions but it ends with the error

Code:

INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
warning: There are 5 missing REQUIRED dependencies.
note: Installation of dependencies requires an active internet connection.

[code]....

View 9 Replies


ADVERTISEMENT

CentOS 5 Hardware :: Warning: Missing REQUIRED Dependency For Option 'network': Libnetsnmp-devel

Mar 22, 2009

We have a networked L7780 and I cannot find the dependancies below to satisfy the hplip (3.9.2) installer. Centos 5.2 Server - full development environment etc. Standard Centos repos + rpmforge.

INSTALL MISSING OPTIONAL DEPENDENCIES
-------------------------------------
warning: There are 6 missing OPTIONAL dependencies.
note: Installation of dependencies requires an active internet connection.
warning: Missing REQUIRED dependency for option 'network': libnetsnmp-devel

[code]...

View 4 Replies View Related

Programming :: Debug App Built By Libtool Using Eclipse?

Oct 17, 2010

I am trying to debug a src code that I download from the Internet.It is built with libtool. I am able to debug it with gdb, but i cannot debug it with eclipse.

View 3 Replies View Related

General :: MPC Make Error Libgmp.la Is Not A Valid Libtool

May 26, 2011

I am trying to make mpc .

I first configured using following

Code:

then i make using

Code:

View 2 Replies View Related

Fedora :: Recreate Aclocal.m4 With Macros From An Older Version Of Libtool?

Jan 22, 2011

Although I am new to Fedora/Linux I hope to contribute to the community once I'm on my feet with the OS.I am trying to update the graphics driver (Intel), so I downloaded the file, realized I needed to update libdrm, downloaded that, too, and am now on the step of installing libdrm 2.4.23.I am at the step of typing 'make install' on the command line, and get this error message:libtool: Version mismatch eror. This is libtool 2.2.6b Debian Debian-2.2.6b-2, but the definition of this LT_INIT comes from libtool 2.2.10. You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2 and run autoconf again.It appears that I have a newer version of libtools than is needed. How do I recreate aclocal.m4 with macros from an older libtool version, specifically 2.2.6b Debian-2.2.6b-2? Or is the problem with LT_INIT?

View 1 Replies View Related

Software :: Rpmbuild: ./libtool: Line 1015: -e: Command Not Found?

Jan 24, 2010

rpmbuild: ./libtool: line 1015: -e: command not foundDear Experts,As part of a solution here:[URL]I'm trying to create a binary RPM from a SRC.RPM file. I'm running Redhat 5. cat /etc/redhat-releaseEnterprise Linux Enterprise Linux Server release 5.2 (Carthage)uname -aLinux blue.gateway.2wire.net 2.6.18-92.el5PAE #1 SMP Fri May 23 22:26:05 EDT 2008 i686 i686 i386 GNU/LinuxI managed to find the source package I need:ompat-db-4.1.25-9.src.rpmBut I'm getting this error as part of the build process:./libtool: line 1015: -e: command not foundDoes anyone know the secret to getit to work?Please see more detail in the following notes

pwd
/tmp/compat-db-4.1.25-9.i386
ls -l

[code]....

View 1 Replies View Related

Software :: Gimp Build From Source Libtool Error Makefile Edit

Apr 6, 2010

So I've been trying to get GIMP 2.7 installed on my Slackware64 13.0, but I'm having some issues. After some extensive finagling and dependence findings, I got it to configure correctly, however, the make fails with libtool trying to find libgdk_pixbuf-2.0.la:

libtool: link: cannot find the library '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la' or unhandled argument '..//usr/lib64/pkgconfig/gdk-pixbuf/libgdk_pixbuf-2.0.la'

libgdk_pixbuf-2.0.la is in /usr/lib64/pkgconfig/, but for whatever reason, editing the makefile doesn't change this. (Yes I have the right permissions to edit it). First of all, why is it searching for /usr in the top build directory, and second, why doesn't an edit of the makefile work?

View 6 Replies View Related

General :: Libtool Has Syntax Errors When Running After GLib-2 Cross Compile For PPC Using LTIB?

Jun 10, 2010

First, I'm trying to cross compile mono 2.6.4 so that it will run on Freescale Embedded Linux for a PowerPC CPU. My host machine is running Fedora 13 on an x86. Freescale provides a copy of the Linux Target Image Builder (LTIB) that has been pre-configured for the particular board I'm using, and LTIB seems to be able to help with the cross compilation of other stuff--you can add in your own packages to be built and included in your newly-built Linux image.

Mono depends on pkg-config and glib-2, so I have selected them in the LTIB package selection config. I've also added a new package for mono that builds mono-2.6.4 from the source tar (after the other deps have also been built).

I'm having a problem getting the glib-2.24.0 package libraries created. Basically they appear to build and link ok, but then libtool runs and errors out claiming it has a syntax error! (numerous wths followed...)

Here is LTIB's temporary build script for only the glib2 package:

Code:

Here is the output when building the glib2 package (configure + make):

Code:

Build path taken because: directory build, build key set, no prebuilt rpm,

View 7 Replies View Related

Software :: Installing Visual Python To Fedora 12 - Compile: Unable To Infer Tagged Configuration Libtool

May 15, 2010

I'm having problems installing visual python on Fedora 12 (64-bit). Here are the steps I've taken:

- downloaded visual python 5.32
- ran ./configure without problems
- ran make and got this error: Compiling ./core/util/atomic_queue.cpp make[1]: *** [atomic_queue.lo] Error 1

(From src/build.log): libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with '--tag'

View 4 Replies View Related

Slackware :: Slackbuilds - Net-SSLay Building - Required By Webmin To Support Https - Error

Aug 1, 2010

I am trying to build an Net-SSLay package for my Slackware, it is required by webmin to support https.

When I start the Slackbuild script I get this error:

Quote:

What can be done to make this work? Or is there any better way to make webmin working with https?

My OS is Slackware 13_64 and webmin is 1.510 (the latest version).

View 4 Replies View Related

Fedora :: Glib Package Building Stops - Missing GTK2 Dependency

May 11, 2011

I'm trying to work with the pcsx2 dev to compile on fedora 86_64. [URL]. Unfortunately I seem to be missing a gtk2 / glib package as building stops with:

Scanning dependencies of target CDVDiso 47% Building CXX object plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/CDVDisop.cpp.o In file included from /home/mythtv/pcsx2-read-only/plugins/CDVDiso/src/CDVDisop.cpp:11:0: /home/mythtv/pcsx2-read-only/plugins/CDVDiso/src/Linux/Config.h:32:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. make2?: plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/CDVDisop.cpp.o? Error 1 make1?: plugins/CDVDiso/src/CMakeFiles/CDVDiso.dir/all? Error 2 make: all? Error 2

I have gtk2-devel.i686, glib-devel.i686 and all the other dependencies afaik - How do I get yum to tell me which gtk* packages are installed for instance...?

View 3 Replies View Related

Software :: Complains Saying "No Rule To Make Target `m4/libtool.m4'...."

Feb 13, 2011

I'm attempting to build cloog-ppl-0.15.10 but even the configure script tells that everything look good, "make" complains saying "No rule to make target `m4/libtool.m4`, ...". I'm running Scientific Linux 5.5 on a x86_64 machine.

View 1 Replies View Related

Slackware :: Failure Building Multiple Apps Due To Missing Library Jscore?

Jan 26, 2011

I'm having a problem building some applications (e.g. Qsynth and FreeCAD) with sbopkg relating to an unfound library named "jscore". I've been keeping my system up to date with slackware64-current.Google searches have turned up very little about this library. There is a sourceforge page that has no files and seems to be related to a google hosted script jsCore.js... but I don't think that's what's missing here. I've come across some vague references to this jscore library being part of webkit. Can anyone verify this? I updated my webkit library itself and found no apparent results. Perhaps jscore was removed in an update to Qt (both of the example applications mentioned above link to Qt) as it seems to have it's own webkit library, libQtWebKit.

View 5 Replies View Related

Ubuntu Installation :: W3C-Validator Install Missing Dependency

Aug 21, 2011

I installed the W3C-Validator from the Software Centre after installing the missing dependency from oneric. But now I get a 403 when visiting [URL]. Think this is most likely a file permissions issue but am not sure which file/directory to chown?

View 1 Replies View Related

Software :: ./configure Problem For Libsf Library Due To Apparently Missing Libdb Library ?

Aug 4, 2011

./configure script fails to configure libsf. Please check the following last few lines of configure script error.

But find command shows the following;

It seems the file libdb does exist. man dbopen displays man page for dbopen. I also tried to ln -s /usr/lib/libdb.a and libdb.so /lib dir but all were in vain.

View 6 Replies View Related

Fedora Installation :: Missing Dependency When Installing KDE

Feb 22, 2009

When I am installing it always happen

7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: kdegraphics-libs = 7:4.0.3-3.fc9 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora)
7:kdenetwork-4.0.3-6.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkopete_oscar.so.4.0.0 is needed by package 7:kdenetwork-4.0.3-6.fc9.i386 (fedora)
digikam-0.9.3-2.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkdcraw.so.2 is needed by package digikam-0.9.3-2.fc9.i386 (fedora)
7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkolourpaint4_lgpl.so.4 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora)
kdeedu-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libopenbabel.so.2 is needed by package kdeedu-4.0.3-3.fc9.i386 (fedora) .....

View 3 Replies View Related

Fedora Installation :: F9 To F11 Upgrade - Dependency Missing

Oct 9, 2009

I have just upgraded from F9 to F11. There are a lot of problems I appear to be having with dependencies.

yum update produces the following (the bits before appear ok):
Code:
Processing Dependency: libslapd_db-4.4.so()(64bit) for package: openldap-debuginfo
--> Finished Dependency Resolution
vlc-core-0.9.9-2.fc9.1.x86_64 from installed has depsolving problems
--> Missing Dependency: libass.so.3()(64bit) is needed by package vlc-core-0.9.9-2.fc9.1.x86_64 (installed)
openldap-debuginfo-2.4.10-2.fc9.x86_64 from installed has depsolving problems
--> Missing Dependency: libslapd_db-4.4.so()(64bit) is needed by package openldap-debuginfo-2.4.10-2.fc9.x86_64 (installed)
vlc-0.9.9-2.fc9.1.x86_64 from installed has depsolving problems
--> Missing Dependency: dejavu-fonts is needed by package vlc-0.9.9-2.fc9.1.x86_64 (installed)
devede-3.12c-3.fc9.noarch from installed has depsolving problems
--> Missing Dependency: dejavu-fonts is needed by package devede-3.12c-3.fc9.noarch (installed)
Error: Missing Dependency: libass.so.3()(64bit) is needed by package vlc-core-0.9.9-2.fc9.1.x86_64 (installed)
Error: Missing Dependency: dejavu-fonts is needed by package devede-3.12c-3.fc9.noarch (installed)
Error: Missing Dependency: libslapd_db-4.4.so()(64bit) is needed by package openldap-debuginfo-2.4.10-2.fc9.x86_64 (installed)
Error: Missing Dependency: dejavu-fonts is needed by package vlc-0.9.9-2.fc9.1.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

View 7 Replies View Related

Fedora Installation :: Update Error Missing Dependency?

Sep 26, 2009

I got the following errors in spite of having both the packages installed. What can be done?

Quote:

gstreamer-plugins-bad-0.10.13-6.fc11.i586 from installed has depsolving problems
Missing Dependency: libass.so.3 is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.i586 (installed)
Error: Missing Dependency: libass.so.3 is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.i586 (installed)
code....

View 3 Replies View Related

Fedora :: Programs Installation - Missing Dependency Error

Dec 30, 2009

i have fedora12 and have been noticing that on a few programs (xvidcap, nALFS; just to name a couple) anyways these programs when i go to install they will come up with a missing dependency error and so i'll go hunt them down and install them and i am told that they are already installed...so what is the deal...any ideas. should i just go for a reinstall of the whole system?

View 3 Replies View Related

Ubuntu Installation :: Configure Fails But Library Not Missing

Nov 4, 2010

I'm trying to install gazebo but I would like the general solution. When I type "./configure" I get the error: "could not find gdal_priv.h" or sometimes "could not find gdal library" But I have it on my computer. It is: usr/include/gdal/gdal_priv.h This means configure is not looking in the right place for this library. Where is the path stored, please? I tried reading the configure file but I could not find it. I tried to replace all instances of gdal_priv.h by gdal/gdal_priv.h but this did not work either. I tried adding /usr/include/gdal to all the env PATH_something_or_other I could see. how to tell to ./configure where to look for libraries. What file(s) should I edit? (I tried config.status, because it contains /usr/include stuff). The files I have are:

[code]...

View 2 Replies View Related

Fedora Installation :: VLC - Error: Missing Dependency: Libdvdnav.so.4 Is Needed By Package Vlc-core

Jan 7, 2009

installing on linux i try to install VLC and get [user@localhost ~]$ sudo yum install vlc Setting up Install Process Parsing package install arguments Resolving Dependencies

--> Running transaction check
---> Package vlc.i386 0:0.8.7-0.8.fc8 set to be updated
--> Processing Dependency: vlc-core = 0.8.7-0.8.fc8 for package: vlc
[Code]...

View 3 Replies View Related

Fedora Installation :: System Update - Error: Missing Dependency: Xine-lib(plugin-abi)(x86-32) = 1.25

Apr 17, 2009

When I try to update my system, I get the message: Error: Missing Dependency: xine-lib(plugin-abi)(x86-32) = 1.25 is needed by package xine-lib-extras-freeworld-1.1.16.2-3.fc10.i386 (installed) after a list of packages which are set to be updated.

View 1 Replies View Related

Ubuntu Installation :: Upgrade 10.04 - Errors Occur - Missing Resources Warning

May 4, 2010

Had Ubuntu 9.01 in Windows 7 as a Dual Booty - no problems.

When upgrade to 10.04 attempted the following errors occur:-

1. Missing Resources warning - " The Networkmanager Applet could not find some required resources. It cannot continue."

When I click OK wireless connection is totally lost with no means of reconnecting.

2. Download progresses but freezes at the download of "Preparing memtest86+"

View 1 Replies View Related

General :: Building System - Required Packages / Libraries And Components

Jan 4, 2010

I installed the minimal-command line system from the kubuntu CD on my laptop, which is guess is roughly around 200mb after installation. I wish to install a Desktop Environment preferably KDE and I wanted to know how and where do I begin from? Do I need to have a working XORG prior to installation of KDE and do I also need to install Window mangers and e.t.c? What all packages/libraries and components do I need to install first? I'm really not sure where should I begin from.

Initially what I am trying to do is to have working GUI system,then later on I can install rest of the packages and software that I need, like office, GPU drivers, browser etc. Secondly,for a minimal KDE system,what metapackages are to be installed from this site? I believe kdebase, kdebase-runtime, kdebase-workspace are required. [URL]

View 14 Replies View Related

General :: Ldd Does Not Show Dependency Library List / Fix It?

Nov 17, 2010

We built a library by linking it with a shared library libjvm.so. Now, when I do ldd mylib.so, it does not list libjvm.so. When I run an application, I get a symbol missing from mylib.so, which is actually defined in libjvm.so. Even if I set libjvm.so path in LD_LIBRARY_PATH, the error does not go away.

View 3 Replies View Related

General :: Graphics Library And Building A Simple GUI?

Aug 10, 2010

how (or what to use) to build a simple GUI on an embedded Linux system? I am using the Linux distribution Angstrom with a gcc compiler, and need to draw graphics on the screen. Preferably NOT in X11, but in a console only image. Are there simple graphics commands in C that will draw circles, boxes, and lines?

View 1 Replies View Related

Ubuntu :: Code Library Required By VISA Not Located / Loaded

Mar 31, 2010

I need to create a test setup in my lab that will run power supplies for an indefinite amount of time. It could be anywhere from days to months at a time. This rules out matlab, as its memory leaks won't let it run that long, and LabView is too buggy (at least in my experience. and it has memory leaks as well). So I need a way to program GPIB (since that is the interface these power supplies have). So far, PyVISA seems to be the most likely way to be able to do this.

However, I keep receiving the following error:
Code:
pyvisa.visa_exceptions.VisaIOError: VI_ERROR_LIBRARY_NFOUND: A code library required by VISA could not be located or loaded.
Searching around, this apparently means that I'm missing GPIB drivers, but I'm not.
linux-gpib installed, and the card appears in /dev.

That being said, every now and then the gpib interfaces simply disappear from /dev,and the only way I can get them back is to reinstall linux-gpib. Also, has anybody else succeeded in working with GPIB outside of LabView and Matlab, and if so how? I'm also open to other options, having made no progress on this after over a week. The two real requirements is that I need programming interface to be scpi commands, and I would prefer to code in python or C/C++.

View 5 Replies View Related

General :: Library Dependency Error When Starting Wireshark / Tcpdump

Jan 6, 2011

I'm using Fedora9. I cannot start wireshark or tcpdump because of the lib dependency error:

Code:
[root@localhost ~]# wireshark
wireshark: error while loading shared libraries: libpcap.so.0.9: cannot open shared object file: No such file or directory

I updated libpcap before and the latest version is libpcap.so.1.1. I changed the version because of another application but I cannot remember when I did it, perhaps on Sep.11?

Code:
[root@localhost lib]# ll |grep libpcap
-rw-r--r-- 1 root root 309670 2010-09-11 08:10 libpcap.a
lrwxrwxrwx 1 root root 12 2010-09-11 08:10 libpcap.so -> libpcap.so.1
lrwxrwxrwx 1 root root 14 2010-09-11 08:10 libpcap.so.1 -> libpcap.so.1.1
-rwxr-xr-x 1 root root 243207 2010-09-11 08:10 libpcap.so.1.1

So I tried

Code:
ln -s libpcap.so.1.1 libpcap.so.0.9
but it doesn't work.

View 5 Replies View Related

Software :: Newer Library Version Doesn't Satisfy Dependency

Nov 29, 2010

I'm trying to install the Amazon MP3 downloader. They're a bit behind -- they have a downloader available for "Ubuntu 9.04" I downloaded it and tried to install -- but it says there's a dependency that can't be resolved: Dependency is not satisfiable: libboost-filesystem1.34.1 I installed libboost (and a bunch of other sub-items in the Boost library) using the Ubuntu Software Center, but the version of Libboost is higher now than it was in April of 2009 (surprise!) Why doesn't a NEWER version satisfy the dependency? Is there a way to override it?

View 4 Replies View Related

Software :: Building Tumble-0.33 Pdf Creator With Netpbm Instead Of Original Pbm Library?

Jan 2, 2011

I would like to scan some documents and create a *.pdf file from the resulting *.tif output image files. I believe I used Eric Smith's Tumble-0.33 for this a few years ago, but can't remember how I built it. The Makefile assumes the pbm library. I believe the current version (at least with my Slackware linux 2.6) is netpbm, ie usrlib etpbm, and I'm having trouble figuring out how to modify the Makefile to use this library. The author does some stuff there that is beyond my scope. Anyone done the recently who can point me in the right direction?

View 1 Replies View Related







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