Debian Multimedia :: Missing Libraries Even If Debs Are Installed
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
ADVERTISEMENT
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
View Related
Jul 22, 2010
I'm in a bit of a rush so thought I'd ask two questions in one thread here.
1. Will a .deb made for ubuntu likely run into much trouble if I run it on Lenny?
2. Does the nvidia official proprietary driver come by default with a full 5-DVD install of x64 Debian 5.0.4, or do I need to install it myself? If so, is it enabled by default, or do I need to enable it? How?
View 4 Replies
View Related
Mar 6, 2010
I wish to install debian on a number of boxes and have resolved on a network install. I'll first do a minimal install using the network install iso on a usb stick, then reboot and complete the installation using a local caching repo (apt-cacher) on the LAN. As a way of further minimizing bandwidth usage, I wonder if I could extract the .debs from a full installation cd and use them to populate the local repo?
View 2 Replies
View Related
Jan 15, 2016
How do I force recompilation of the kernel .deb packages. After a small change I make to the sources without having to clean the sources and recompile the whole kernel again?
Code: Select all$ fakeroot make -f debian/rules.gen setup_i386_none_686
$ fakeroot make -f debian/rules.gen binary-arch_i386_none_686 binary-indep
Calling the second command again does not recompile the modified code, just recreates the .deb packages.
If I use:
Code: Select all$ make -f debian/rules clean before the build command, then it will recompile everything which takes ages.
How can I force recompilation of the files/objects I changed (and dependencies)?
I use this guide: [URL] .... ('Building only a single kernel variant' section)
View 2 Replies
View Related
Dec 13, 2009
I'm using Debian 503 Lenny, Gnome. My machine, She-Beast, is a 2001 Compaq Presorry-o, 1100GHz Celery. With every, that is, E V E R Y, attempt to install any .deb, it fails. When I 2x click on the .deb icon, or when I r-click -->Open with archive manager, I get a dialog window:
"Could not open "(filename).deb". Archive type not supported."
If I use root terminal, dpkg -i, similar responses come up.
View 14 Replies
View Related
Apr 18, 2010
I am trying to make the sound quality better on my Ubuntu.
I have read some tips in this topic: [url]. This made to go to this topic: [url]
It says there this: (If you are lazy to click )
Re: NEED better audio quality
Quote:
I can tell you flat out that foobar with the secret rabbit plugin, even without any internal or external equalizer completely tears up linux sound.
No, it doesn't.
In Linux you can easily choose Secret Rabbit in SRC_SINC_BEST_QUALITY mode as your system-wide sample rate converter by adding a single line to either /etc/asound.conf or ~/.asoundrc (requires libasound2-plugins and libsamplerate0 to be installed):
Code:
Now show me how to do that in Windows.
I have both of those packages installed, but for some reason the file asound.conf and .asoundrc are not there so I cannot add the line.
View 3 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
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
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
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
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
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
May 22, 2009
Trying to install yum-installonlyn, yumex reports a dependency error because libgif.so.4 is needed. However, that library is in /usr/lib and I also have copied it to /lib - with no success. Could anybody tell me which piece of information I am failing to give yum?
View 4 Replies
View Related
Feb 19, 2011
I am running the 64-bit version of Fedora 12 on an Intel system. I want to run a particular application that is only available in 32-bit.
How can I get the needed system libraries installed so I can run the application?
View 14 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
Aug 10, 2010
I havent used Linux in a long time. I dug up an old copy of Suse (version8.2), and installed it on an old 599MHZ PC. Ive been trying to update the various libraries to be able to get a updated version of Firefox installed. Is there any chance that this can work? I need to know if Im wasting my time and should just put winxp on this PC. Also, I cant get any repositories working. I assume the default ones I have on the Suse installation are bad and the ones for the later versions will not work.
View 9 Replies
View Related
Dec 8, 2010
I downloaded an flv video from ..... and tried to transorm it into mp3 with sound converter but the choise to make it mp3 is not there at all.Am I missing some codec and if so how can I install it?
View 1 Replies
View Related
Aug 19, 2011
I seem to have no end of strange problems. Ctl-Alt-Del no longer presents me with the logout/shutdown dialog. I have no idea what caused it to disappear. I have to use Ctl-Alt-Backspace to kill X now in order to shutdown, reboot, or log in as a different user. I can't find any setting in kdmrc that might affect this. I'm running straight squeeze. I have been removing and re-installing a variety of packages, (see my post on Kaffeine, e.g.) but have not seen any errors or found any broken packages.
View 2 Replies
View Related
Nov 22, 2014
I got a new laptop, Dell Vostro with AMD A6. This came with Ubuntu 12. Got rid of it!I installed Debian 7.6 from a Live dvd with gnome & update it and no have Debian 7.7. I saw a few videos where Debian 7 comes with a vertical menu bar at the left of the screen and most of the options are available is a nice graphical interface. This is missing in my installation.Below is a link of desktop image i could find. The left activities bar does not show on my system. URL....
Also including diplay details if this could be display drivers related.
01:00.0 Display controller: Advanced Micro Devices [AMD] nee ATI Device 6663
Subsystem: Dell Device 0682
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at c0000000 (64-bit, prefetchable) [size=256M]
[code]....
View 11 Replies
View Related
Oct 31, 2015
I have a problem with my Debian 8 installation. This morning I was playing around with libvirt and virt-manager while I was routinely installing updates using apt-get. While doing that, my system crashed (probably because of the running Win8 VM). After resetting (in hardware), I got access to the emergency console where I tried executing "dpkg --configure -a" which worked.
After restarting, I first noticed that the login screen background (just the normal Jessie one on LXDM) was missing and the screen was black instead. After logging in, I saw that nearly every image/icon/whatever is missing. For example:
- the icons in lxpanel (I use LXDE)
- the copy and paste icons nearly everywhere
- the New Tab icon in Firefox
- many more icons
- the desktop and login background
A few images are still there:
- interestingly, the lxpanel icons are replaced by "icon missing" icons which still work
- most icons in Firefox except for New Tab
- all images of LibreOffices (so this problem might be Gtk+ only)
Some programs don't work (obviously because they can't load their menu icons and don't a fallback). An example for this would be Inkscape. It crashes at start:
Code: Select all(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
(inkscape:2513): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Format der Bilddatei unbekannt
[Code] .....
Note: I use a German system. "Format der Bilddatei unbekannt" means something like "Format of image file is unknown", "Bildtyp 'xpm' wird nicht unterstützt" means "xpm image type is not supported".
Concerning the desktop background, I looked at /etc/alternatives/desktop-background and found a correct SVG image which was the one I had before.
How I could restore these images?
View 2 Replies
View Related
Feb 1, 2016
Every time I install Jessie, I also install gufw as a graphical firewall frontend for desktop users, but I've also always had to create my own menu icon because the default one never showed up. I opened up the .desktop file today and took a look to see why it was never displayed in Gnome.
There was a line next to the bottom that basically told it to only appear in Unity. Deleting this line allowed it to appear in the Gnome menu. My question is this. Why is this line even in here?
Screenshot: [URL] .....
View 2 Replies
View Related
Mar 27, 2010
I am testing LXDE on my test-laptop and it looks quite nice and fast. I am thinking of switching DE from Gnome.
My question: are there features in Gnome that are missing in LXDE? I can not think of any, so far. The only thing I miss so far is a possibility to edit the menu, as the menu is huge
View 11 Replies
View Related
Jul 2, 2010
I just got my new version of Debian, and under System>Preferences, near the top of the list, there should be a CompizConfig Settings Manager. But it's not there. I've tried apt-getting compiz, but it says I have the latest version out there. So I don't know what to do next.
View 8 Replies
View Related
Aug 30, 2010
I'm getting an error in Rhythmbox. It says that my ID3 Tag Demuxer is missing. I found this Ubuntu thread and I think it may have the solution:Unfortunately I can't do what it suggests because the command isn't recognised.gst-inspect id3demuxThis could also be an optionAnother solution is to remove gnome-codec-install
View 11 Replies
View Related
Nov 26, 2014
I use Debian Jessie which includes a gnome shell version 3.14.1. The problem is that icons of some applications such as Viber or Starcal are not shown in the tray while the icons of other applications (e.g. Skype of Dropbox) are shown without problem.
By the way, the problem does not relate to loading, because all applications are loaded and a space is considered for each in the tray, but the problem is that for some of applications the pictures of their icons are not shown.
View 4 Replies
View Related
May 26, 2015
The dconf-editor is missing 'percentage-action', 'percentage-low', 'percentage-critical' strings that's responsible for notifying the user of the battery levels. How can I add them?
View 5 Replies
View Related