Ubuntu :: Missing Dependencies - Make Sure All Required Libraries Installed
Apr 2, 2011
I am trying to run algodoo from terminal after I install it, but it doesn't run. It gives this error. I have been having troubles with permissions in the /usr folder recently, so I think that is what might have caused this. Please read through it thoroughly, as algodoo is actually located in the /opt folder.
Code: jon-Tuxbox:~$ sudo '/opt/Algodoo/algodoo/algodoo'
There are missing dependencies.
Please make sure that all the required libraries are installed.
Missing:
libcxcore.so.2.1 => not found
libcv.so.2.1 => not found
libhighgui.so.2.1 => not found
jon-Tuxbox:~$
View 1 Replies
ADVERTISEMENT
Apr 7, 2010
I am tech support engg. Provide support for its software which runs on Linux and Windows. Actually I got stuck in installing PHP in my RHEL server. I redirected to this forum, so I registered here. Looking for some URL to global repository which I can use. Lots of dependencies are missing in my repo.
View 2 Replies
View Related
Mar 9, 2010
My recent borked upgrade to -current inspired me to try to come up with a way to sanity-check the lib and bin dirs for broken library symlinks (possibly indicating missing libs) and for binaries and libraries that belong to no installed package, as well as missing dependencies.
This script is the result.
I've checked the script results manually, and it appears to be accurate, so I figured I'd post it here for a second opinion, and/or because others may find it useful too. I'm not aware of another popular method of doing this on Slackware, so here it is:
Code:
View 14 Replies
View Related
Dec 20, 2010
Are there any quick and easy ways to find all of the dependencies required for a package to be installed, so that we dont have to spent a lot of time searching for each package or downloading them individually?
View 5 Replies
View Related
Jun 5, 2015
I'm having some issue running a wine application, this seems to not start 'cause of some missing libraries.
So I tried to locate those and the only one I found is this:
# locate libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1
/usr/lib/i386-linux-gnu/libxcb.so.1.1.0
/usr/lib/x86_64-linux-gnu/libxcb.so.1
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
These others don't show any result, but I checked and all the corresponding deb pkgs are installed (both amd64 and i386):
libx11.so.6
libxext.so.6
libgl.so.1
libc.so.6
What do you think I can do to resolve? I aleady tried a reinstall. Not tried to purge 'cause apt asks to remove half of the system.
View 2 Replies
View Related
Mar 20, 2011
when I have a broken packages on the system and want to apt-get install something (completely unrelated to the broken package) apt-get starts giving me crap about the broken stuff and won't download and install the packages I'm asking for. How can I make it ignore the completely unrelated stuff about missing deps on my system and download what I want?
View 3 Replies
View Related
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
Jan 6, 2010
Question about shared libraries dependancies & ldd: Lets find dependancies for /bin/echo :
$ldd /bin/echo
linux-gate.so.1 => (0xb7f70000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7e01000)
/lib/ld-linux.so.2 (0xb7f71000)
Lets focus on libc6 :
[Code]....
What is this directory /lib/i686/cmov? How does ldd to link /lib/libc.so.6 to /lib/i686/cmov/libc.so.6? Why having 2 libc6 on the system (files have different sizes, so are different)?
View 2 Replies
View Related
Sep 1, 2011
I am following [URL] to install ubuntu on my beagleboard via Ubuntu 10.10 on liveCD. When I enter this command in terminal.
"sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot beagle"
It gives me a error sayings Dependencies are missing.
"Missing pv.Your System is Missing some dependencies
Ubuntu/Debian: sudo apt-get install uboot-mkimage wget pv dosfstools btrfs-tools parted"
And when I enter the that above in terminal I get the following error.
Unable to locate PV.
View 5 Replies
View Related
Jan 15, 2010
I moved a program from one machine to a different one. When I run it on the new one I get errors. How do I tell what libraries it's missing and then find them?
View 8 Replies
View Related
Mar 25, 2010
I'm trying to install proprietary driver of my old ATI's Radeon x600 card. There are two libraries missing: XFree86-Mesa-libGL XFree86-libs
View 2 Replies
View Related
Oct 24, 2010
Installing from sources was always complicated to me, but biggest problem is installing when some strange dependencies are "missing". Let's do it on example - I am sure it will benefit lots of users.I have a unmodified ubuntu 9.10 (Karmic) on 64 bir architecture. I download latest Grisbi sources from official web page.I didn't modify any paths to system variables...and it's usually problem with glib or gtk with all other sources I try to install.
1) Could someone help me in this particular case with missing dependencies please?
2) What every User should do when trying to install from source and some libraries are missing?How to find them? How to install them ?
View 4 Replies
View Related
Jan 26, 2010
I've recently upgraded from 8.04 to 9.10 and in the process, I've lost access to gfortran. I'm using the gfortran that came with Karmic, but when I execute the make file I get this:
Code:
ld GetNextPerigee.o -o GetNextPerigee
ld: warning: cannot find entry symbol _start; defaulting to 0000000008048094
GetNextPerigee.o: In function `MAIN__':
GetNextPerigee.f90:(.text+0x26): undefined reference to `_gfortran_set_options'
GetNextPerigee.f90:(.text+0x2b): undefined reference to `_gfortran_iargc'
[Code]....
View 1 Replies
View Related
May 30, 2010
Fascinatingly weird one here. First, this issue isn't on my computer, it's from someone who I am helping. I don't have first-hand access to the computer. Some background: the machine originally had Ubuntu Hardy, which we upgraded to Lucid a couple of weeks ago. Earlier this week, he gave me a call that Ubuntu wasn't booting up; it dropped to the command line. Some tinkering later, I figured out that libgthread-2.0.so had become corrupted, so X wasn't starting. It gave an error complaining that it had an invalid ELF header.I figured that this was just an odd freak occurrence; there was a bad kernel panic previously, so maybe the library was upgraded and the system was just writing to the disk at that time. Fixed via sudo aptitude reinstall libglib.
Ubuntu then started and everything ran perfectly. Today, he gave me a call. After he had restarted the computer, Ubuntu again dropped to terminal at the same point while booting. I had him open a new tty and run startx, which failed with a different shared library but the same error: libXext.so.6 has an invalid ELF header!
We had run updates, but I don't recall whether X's shared libraries were touched. Even if they were, though, that shouldn't affect anything. There were no hard resets between my fixing libgthread and libXext breaking. I'm going to try a clean install; I'm really just hoping we can figure out why this is, because it's an amazing little problem.
View 4 Replies
View Related
Jun 4, 2011
I'm trying to install a program (A vpn gui) and when I run the installation file I get this output:
Code:
guan@guan ~/Desktop/HMAGUI-Ubuntu-Release/bin $ sudo ./Install.sh
Reading package lists... Done
[code]...
View 3 Replies
View Related
Nov 6, 2009
I am trying to install gdb 7 because gdb 6.8 has been freezing quite a bit on me lately.
Code:
[doriad@davedesktop ~]$ sudo rpm -ihv gdb-7.0-3.fc12.i686.rpm
warning: gdb-7.0-3.fc12.i686.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
libc.so.6(GLIBC_2.11) is needed by gdb-7.0-3.fc12.i686
libreadline.so.6 is needed by gdb-7.0-3.fc12.i686
It looks like the latest version of readline in F11 is 5.2 and glibc is 2.10. Is there an easy way to get these dependencies installed in Fedora 11?
View 3 Replies
View Related
Jun 23, 2009
I have a problem with yum on fedora 11. When I ran yum install mplayer/vinagre.i586/ or whatever, It always process dependancies and then at some point returns an error like
or
I tried installing different applications but yum always comes with the above errors.
This is my yum repolist
My fedora.repo file
And my yum.conf
I have tried:
View 3 Replies
View Related
Jun 30, 2010
I am running Yellow Dog Linux release 6.2(Pyxis) on my PS3. I would like to compile and run C programs that utilize OpenMP for parallel programming. Unfortunately, I have not been very successful. I am able to compile programs containing OpenMP statements error free, but when I attempt to execute the binaries I receive the following error: Code: ./file: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory Compiling programs without OpenMP statements works fine.
Because it has to do something with missing libraries, I am not sure if knowing the executable search paths may help in diagnosis, but when echoing the path environment variable:
[Code]...
The version of GCC on this machine, 4.1.2 20080704 (Red Hat 4.1.2-44), is identical to the ones I have on two other machines (CentOS release 5.3 (Final) and CentOS release 5.4 (Final)) and they both compile and execute OpenMP code flawlessly. I have tried building and installing another version of GCC that would possibly include the OpenMP libraries, since, according to some sources, GCC has only supported OpenMP since version 4.2. But I have not been successful with that either (that problem would make a good second thread.)
View 3 Replies
View Related
Mar 8, 2009
I received the updated packages available notice and tried to run the updates.
When I run it, it checks for dependencies and I get this:
I'm seriously new to Linux and I admit, not much makes sense right now.
View 4 Replies
View Related
May 15, 2011
Trying to build git gimp raises an error about missing libcairo.la and libfreetype.la /usr/lib/ does not have those files though the build manifest shows they should be included. Both cairo-devel and freetype2-devel have been installed, rpm query produces; cairo-devel-1.10.2-6.11.1.i586 and freetype2-devel-2.4.4-6.1.i586 This is my first attempt at using SUSE, so it maybe I am missing something elementary
View 3 Replies
View Related
Feb 21, 2011
i a newbie at linux and i installed Fedora 14 with minimum services and software in order to install Dynamips/Dynagen (Cisco router emulator).when i try to install Cisco rpm -ivh dynamips-0.2.8RC2-1.i386.rpm file i get the following:
error: Failed dependencies:
libc.so.6 is needed by dynamips-0.2.8RC2-1.i386
libc.so.6(GLIBC_2.0) is needed by dynamips-0.2.8RC2-1.i386
[code]....
View 4 Replies
View Related
Apr 17, 2010
how to get the dependencies installed.
mark@mark-desktop:~$ sudo apt-get install cinelerra
Reading package lists... Done
Building dependency tree
Reading state information... Done
[Code].....
View 2 Replies
View Related
May 18, 2010
I searched for a hex editor in the USC, and chose to install a package called okteta. Only problem is...(I didn't realize until after it was too late to cancel)...it's a KDE package.Since it was probably one of the first (only?) KDE based app on this fresh Lucid installation, I believe about 115 (!) packages (see the list below) were installed in addition to the one I wanted. Grrrr.I then went into synaptic and removed okteta, but as I should have known, it did not remove any of the dependencies.I then looked at the dpkg logfile to see what had been installed. Here's what I found:Quote:
2010-05-18 02:27:56 install libqtcore4 <none> 4:4.6.2-0ubuntu5
2010-05-18 02:27:58 install libattica0 <none> 0.1.3-0ubuntu1
2010-05-18 02:27:58 install libqt4-network <none> 4:4.6.2-0ubuntu5
[code]....
View 3 Replies
View Related
Jul 10, 2010
I have been running f13 ever since it was released. Evidently the kmod-rt2870 rpms are never deleted when older kernels are removed. When I tried to do today's update the Package Manager and yum complained that some of the older kmod-rt2870 packages left over from fedora 12 were missing kernel dependencies. The kernels have been missing for a long time. I don't know why the package manager started complaining today.
I tried
1) yum clean all
2 rpm --rebuilddb
3) removed the /lib/modules directory corresponding to the old kernels
and the problem persisted.
I finally removed all of the kmod-rt2870 rpms what where originally installed in fedora 12 and I was finally able to complete the update. Why did the package manager suddenly start complaining about the missing kernels?
View 1 Replies
View Related
Dec 12, 2010
I tried
yum install kchmviewer-5.2-1.i586.rpm
then I got:
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
Examining kchmviewer-5.2-1.i586.rpm: kchmviewer-5.2-1.i586
code....
View 3 Replies
View Related
Nov 9, 2010
I am currently using SUSE ENT x64 v11 SP1. While trying to install various packages I keep getting dependencies error. I tried reinstalling the rpm packages(listed below) and use various versions but seems like no matter what I try it doesn't go away.
Code:
--> Missing Dependency: liby2storage.so.2()(64bit) is needed by package smis-providers-1.0.0-10.29.x86_64 (installed)
Error: Missing Dependency: librpmio-4.4.so()(64bit) is needed by package libsnmp15-5.4.2.1-8.1.x86_64 (installed)
Error: Missing Dependency: librpmio-4.4.so()(64bit) is needed by package kdebase4-SLED-11-25.1.x86_64 (installed) .....
Code:
rpm-python-4.4.2.3-37.2
rpm-4.4.2.3-60.2
rpm-32bit-4.4.2.3-37.8
deltarpm-3.4-103.22
rpm-devel-4.4.2.3-27.1
no broken libs or whatsoever. What am i missing here?
View 5 Replies
View Related
Oct 25, 2009
My girlfriend has just dusted off her Aspire One netbook with Linpus on it. I've tried to update packages and such (eventually got the password changed and such) now I can't update the packages or enable GNOME.
Updating the packages brings up this error:
Code:
And trying to switch to GNOME brings up this error:
Code:
View 2 Replies
View Related
Feb 1, 2010
who to install mumble 1.2 on slackware 13 i can't install, missing dependencies, tx. hola alguien sabe como instalar mumble 1.2 en slackware 13? no encuentro las dependencias, gracias
View 14 Replies
View Related
Mar 7, 2011
Been attempting to upgrade the PHP version to a VPS on Blacknight Ireland hosting (Blacknight Hosting) but am having trouble trying to install the yum package on CentOS 5.5. I've downloaded a suitable yum installer from the hosting companies own downloads site (which you'd presume would work with their CentOS version), uploaded and attempted to run. However, it fails with the following output:
[Code]...
Been reading from various sources through Google searches that these should already be preinstalled with CentOS? Can anyone point me in the right direction to get these?
View 1 Replies
View Related
Jul 11, 2010
I'm having trouble installing software from the source files. From what I can gather the problem lies with not having the correct c libraries installed. My understanding is you use the ./configure, make, and make install commands in a terminal to install. And that the configure command checks to see if you have everything to install. this is the output when I try to 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
[code]...
View 5 Replies
View Related