Debian :: Installing Libc6 On 500-i386?
Sep 5, 2010
when I try to install cpp4.3 it says : cpp-4.3 depends on libc6 (>= 2.11); however version of libc6 on system is 2.7-18
when I try to install libc6 2.11.2-5_i386.deb it says : installing libc6 would break locales, and deconfigoration is not permitted
View 9 Replies
ADVERTISEMENT
Dec 2, 2008
I am trying to install real vnc for linux in open suse 11 and get next error:
libstdc++-libc6.2-2.so.3 needed by vnc-4.1.3-1.i386
I have tried to install the compat packages for libstdc that appears in "install software" but it does not work. tell me the exact package I need to run this application ?
View 5 Replies
View Related
Mar 2, 2011
im trying to install wine1.3 and i need to upgrade libc6-i386 so i let apt-get try to do it, but it hangs at unpacking the deb, normally it has no problem no error occurs just sits there like its a huge deb but its only 3mbs. ive tryed using synaptic and doing the following.
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
sudo rm /var/cache/apt/archives/lock
sudo apt-get check
sudo apt-get clean
[Code]..
View 1 Replies
View Related
Apr 8, 2015
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386
-libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
View 1 Replies
View Related
May 17, 2010
I run Etch. Yes, it's oldstable, but Lenny and Squeeze annoy the heck out of me. However, I'm trying to install the latest version (5.1) of Google Earth, but it requires >=glibc-2.4. Etch only offers 2.3.something. The earlier version of GE I have (4.3) does work, but is apparently no longer supported by Google as it fails to connect every time I fire it up. I found Lenny does have the required libc6 version. Can I update the libc6 packages by installing them directly (separately downloaded packages) or do I get the dependency hell that I want to avoid?
View 4 Replies
View Related
Mar 9, 2016
I'm having another issue when trying to install a particular software package.
I'm trying to install a CityEngine 2015.2 trial and when I run the setup script using ./Setup, I get the following error:
Code: Select all[CityEngine 2015.2 Setup Error]
libc6 not detected
I tried reinstalling libc6 to no avail and searching the net for answers but couldn't find any solutions.
I parsed the script for that exception and found the following code:
Code: Select allelif [ "x` which dpkg-query 2>/dev/null `x" != "xx" ]
then
DetectedLibcVersion=` dpkg-query -s libc6 2>/dev/null | grep ^Provides: | cut -f2 -d'-' `
if [ "x${DetectedLibcVersion}" = "x" ]
then
error_header
echo "libc6 not detected" >&2
exit 1
fi
View 4 Replies
View Related
Feb 18, 2010
I am using my athlon64 machine running Debian squeeze i386 to build some packages optimized for a K6-2 machine. I decided to start with libc6 since most packages depend on it.
I installed the build dependencies via
Code:
apt-get build-dep eglibc
Then, as an unprivileged user, I downloaded the debianized source via
Code:
apt-get source eglibc
I changed to the source directory and ran
Code:
dpkg-buildpackage -rfakeroot -us -us
About 6 hours later, the build failed: [URL]
There were four config.log files:
Code:
./build-tree/i386-xen/config.log
./build-tree/i386-i686/config.log
./build-tree/i386-libc/config.log
./build-tree/i386-amd64/config.log
All of which end with exit status 0. They are also about 1600 lines each so I haven't read them entirely. If someone can tell me which one/ones is/are relevant, I will post it/them to a pastebin.
View 2 Replies
View Related
Aug 3, 2011
With tar, it is possible to back up your desktop system like so (probably best done from runlevel 1 or a live medium):
# cd / # or wherever your root directory is mounted
# tar --exclude=dev/* --exclude=proc/* --exclude=sys/* --exclude=tmp/* --exclude=backup.tar.gz -czvpf backup.tar.gz .
[code]....
View 4 Replies
View Related
Mar 8, 2010
I just tried installing another version of libc6 (2.10.2-6) with kpackage. It didn't work so I had a broken package on my system. I then wanted to fix it with synaptic package manager which then told me in order to remove it, I had to pretty much uninstall all of linux. I then tried installing the older version of libc6 (the one I'm supposed to have: 2.7-18lenny2). That gave me the error code
dpkg -i '///home/sam/torrents/libc6_2.7-18lenny2_i386.deb' ;echo RESULT=$?
dpkg: `ldconfig' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
RESULT=2
I already checked my path and it was: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin (I found it with echo $PATH)
I guess my path is okay so the problem is in ldconfig but how can I get ldconfig in the path and where could it be now?
View 2 Replies
View Related
Jan 14, 2009
I think I need to upgrade my libfaac libraries due to some problems I am having with ffmpeg (the libraries are in the package 'libfaac0'). However, it won't install it because my version of libc6 is really out of date, supposedly (but it is actually the most up-to-date version).Do I need to manually upgrade libc6 or is something else messed up? I don't want to do anything that would put me at risk of screwing up a lot of dependencies.
View 1 Replies
View Related
Sep 24, 2010
I have downloaded an rpm for libstdc++, libstdc++-3.4.6-11.i386.rpm, from centOS, http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/. On trying to install it, it says unlocatable package libstdc++, required by libstdc++-devel.
How is it that the very package i'm trying to install is dependent on itself. On trying to locate the package the result is as below.
# rpm -q libstdc++
# libstdc++-3.4.3-9.EL4
View 1 Replies
View Related
Apr 28, 2011
Here is a copy of what shows on by screen (I used sudo -s because I thought it might be an environment issue). Not sure what to do here Bash seems to be installed and if I run bash I get no errors. I did just upgrade to 11.04.
Code:
root@jackie-Latitude-E6410:~/Downloads/SametimeStandardClient/sametimeclient.standalone/Linux# dpkg --force-architecture -i sametime-connect-8.5.1.i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
dpkg: regarding sametime-connect-8.5.1.i386.deb containing sametime-connect:i386, pre-dependency problem:
sametime-connect:i386 pre-depends on bash
[Code]...
View 1 Replies
View Related
Apr 4, 2010
I was installing compiz on my machine and towards the end of installation i got an error saying:
dpkg:error processing /var/cache/apt/archives/udev-151-3-i386.deb
The program returned valude 1 or something towards that direction. I rebooted my X server however i got an error saying X server encountered a problem. I did apt-get install compiz and found out that many dependencies were missing so i tried apt-get -f install but i got the same error message at the end of the day. Im currently booted on windows XP.
View 14 Replies
View Related
Aug 21, 2010
I was following a simple tutorial on how to program and compile a hello world program using assembly when I got this error;Quote:ld: i386 architecture of input file `hello.o' is incompatible with i386:x86-64 output.The tutorial told me to make two files;Quote:hello.asmsection .data;section declaration
msg db "Hello, world!",0xa;our dear string
len equ $ - msg ;length of our dear string
section .text;section declaration
[code]....
View 3 Replies
View Related
Aug 21, 2010
I just installed debian lenny KDE 5.5, when installing the screen was busy at 100% but when I first loggin in, at least I Had 75% of screen resolution. less than 102x768. What can I do? this new serie resoletion screen but the system allows me to be in graphical mode. To be clear, the system gives me at least 800x400. i'm using Toshiba Tecra M1 with a standard vga graphic adapter
View 18 Replies
View Related
Jul 23, 2011
Any of u who can tell me the Software for PDF to DOC Converter for Debian 6.0 i386 Operating System ...
View 2 Replies
View Related
Aug 7, 2010
I was trying to installed skype and i am getting a error that reads: Error: Wrong architecture 'i386' has any one installed skype before?
View 3 Replies
View Related
Dec 30, 2009
I got heekscad_0.10.1-svn974_i386.deb to install on a Kubuntu 9.10 kernel 2.6.31-16-generic. 64 bits version not found. [URL] Of course I could compile ... If I knew where to find the source and the makefile...
View 8 Replies
View Related
Jan 16, 2016
I'm using my Debian installation for a long time (~10 years) and my system is evolved to fit my tastes, usage habits and hardware setup. However, this system started on 32bit hardware and It's having some major limitations (both performance and coping with the hardware) on a 64bit system with 16GB RAM.
I've read the cross grading manuals on the network and they don't feel like firmly tested and the best ways to do it. I'm perfectly capable of anything, minimum downtime is essential since this is my primary workstation and I need it for many daily (light and heavy) tasks.
View 3 Replies
View Related
Feb 23, 2011
Installed Debian 6 (latest stable, downloaded today) i386 under VMWare 7.1. Installed VMWare tools. However, when i activate Unity my mouse won't work at all in guest OS windows, it will only work as if i was pointing to guest desktop. It is all ok in Workstation window.
Unfortunately, there is no xorg.conf, and when i attempt to re-create it using Xorg -configure, the resulting file is unusable, i.e. system freezes when i test it (using X -config /root/xorg.conf.new) and if i just cp into /etc/X11/ GDM fails to load, and manually typing startX in command prompt i get "fatal error no screens detected".
View 2 Replies
View Related
Nov 14, 2013
I just finished building a cross-compiler for i386-elf. But when I try to use it, the terminal gives me this error:
Code: Select all/home/isaac/Cross-compiler/lib/gcc/i386-elf/4.8.2/../../../../i386-elf/bin/ld: cannot find crt0.o: No such file or directory
/home/isaac/Cross-compiler/lib/gcc/i386-elf/4.8.2/../../../../i386-elf/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
View 13 Replies
View Related
Apr 14, 2011
I have built the linux-image deb using uclibc as cross compiler but I failed to install the package to the root file system on my CF card. It shows the following ERROR message :
Code:
dpkg: error processing linux-2.6.26_2.6.26-1_uclibc-linux-i386.deb (--install) :
Package architecture (uclibc-linux-i386) does not match system (i386)
Errors were encountered while processing :
linux-2.6.26_2.6.26-1_uclibc-linux-i386.deb
View 1 Replies
View Related
Jul 24, 2010
There's a certain program I'm trying to run that will only work with the 32-bit version of a certain library - the 64-bit version included in the repository won't work for it. I found an i386 .deb package online (made for ubuntu but it should work with regular debian), but when I try to install it, it says incorrect architecture, use amd64 version instead.
How can I force it to accept the i386 version of this package?
View 14 Replies
View Related
Apr 4, 2011
I got a i386.bin software,but I can't installed it on my amd64 Debian.
Quote:
#dpkg -i --force-architecture .i386.deb
can install i386.deb software,but how to install the i386.bin?
View 4 Replies
View Related
Mar 22, 2011
i have installed Debian i386 6.0 version in my PC After the Installation of Debian in the Grub Boot Loader iam unable to see Windows Partition in the Boot Loader But Windows XP has been Already Installed inSystem
View 2 Replies
View Related
Mar 18, 2015
I am having problems installing Debian 7.7 i386 on the newest HP DL380 GEN9 server with P440ar storage array. The disk detection during installation fails to detect the array.
I have pinpointed the problem to hpsa.ko driver to be outdated as I need a minimum version from September 2014. I have already tried following the guide on " [URL]" but the driver compiling from sources fails (guide is from 2012).
Here is where I got the latest sources: [URL]....
Is there any possible way to install this debian version with this storage array? Newer kernel version is really not an option for me.
"3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686 GNU/Linux"
View 13 Replies
View Related
Feb 14, 2016
I have tried to download the latest XFCE Live CD 8.3.0 i386 both by HTTP & torrent & have tried the same at various mirrors but the download consistently fails.
View 1 Replies
View Related
Mar 25, 2011
I installed Debian Squeeze on a laptop today, with the official i386 DVD1. At the end, I was very disappointed to notice the installer automatically chose the amd64 kernel (with i386 packages ? how does that work ?). The hardware is compatible, but I'd really like to use the i386 kernel instead. Earlier, you could choose the kernel during installation ; I looked in Expert install with no luck. Where is it ?
View 4 Replies
View Related
Aug 4, 2011
I just installed Debian stable from the standard i386 DVD. When I booted up, I noticed that GRUB showed me that I had the amd64 version of Debian installed. However, I did not download an amd64 DVD, nor do I want that architecture installed on my system (even though my system can support it). The output from "uname -a" (which included both "amd64" and "x86_64") also seem to confirm this. However, I was able to install 32 bit packages and get them to work (gdebi wouldn't even let me do this when I had Ubuntu 32-bit).
View 4 Replies
View Related
Jul 28, 2011
So back in May I built a really sweet new box for my desktop running Ubuntu and put my old one out to pasture as a Fileserver running Squeeze. Well I have a very large DVD collection (900 disks 400 or so titles) that I'm trying to get ripped to hard disk for my popcorn hour. LONG STORY SHORT. When I put a dvd into what should be headless, keyboard-less, and mouse-less fileserver to use vobcopy with it starts up Totem (gstreamer) and loads the dvd menu. ARGGG. I then have to plug in all the hardware, close it, and go back to just using my desktop because it's less of a headache. How can I disable Totem from being a poopy pants and loading every DVD I put in the drive?
View 1 Replies
View Related