Red Hat / Fedora :: Cannot Install The Glbic-common File Cause It Give Me A Conflicting Error

Mar 11, 2010

I am trying to install gcc in RHEL 5.4

These is the output:

I can not install the glbic-common file cause it give me a conflicting error (the package is already install but it is somehow not recognize by the system)

View 1 Replies


ADVERTISEMENT

Fedora :: Virtualbox 4.1 Not Installing - Error Regarding Conflicting Files

Jul 20, 2011

I have Fedora14. I have added virtualbox repository. On going through virtualbox.org site, I learned that virtualbox-4.1 released. I tired to update by yum update on 19.0.2011. No new package. I tried to download it from virtualbox.org (VirtualBox-4.1 Fedora14-i386). It failed on 19.0.2011 giving message that link is not operational. Today i.e. on 20.07.2011, I tired once again yum update. No new package. I tried to download from virtualbox.org. download succeed but it did not installed giving error message regarding conflicting files. Till not in repository?

View 5 Replies View Related

General :: Error: Php53-common Conflicts With Php-common

Jun 4, 2011

I have installed php 5.3.6-4 on centOS 5.6. When i try to install some modules of php then it gives an error

php53-common-5.3.3-1.el5_6.1.i386 from updates has depsolving problems
--> php53-common conflicts with php-common
Error: php53-common conflicts with php-common

[code]....

I have reinstall it twice but each time i get same error.

View 6 Replies View Related

Fedora :: Gcc Error: Conflicting Types - Warning: Passing Argument 2 Of R00002_ From Incompatible Pointer Type

Jun 17, 2011

I'm trying to install a program (MOPAC2007) from the source code which is a 32-bit program, but I get the following errors:

[code]...

I have installed the 32-bit libraries (gcc-gfortran.i686, glib.i686, libstdc++.i686).

View 1 Replies View Related

Ubuntu :: Error - Warning: Files List File For Package `libavahi-common-data' Missing

Dec 1, 2010

Whenever I try to install or remove a program, I get the following error

Code:
dpkg: warning: files list file for package `libavahi-common-data' missing, assuming package has no files currently installed.

dpkg: warning: files list file for package `libgtk2.0-common' missing, assuming package has no files currently installed.

dpkg: warning: files list file for package `libxres1' missing, assuming package has no files currently installed. (Reading database ... 55%dpkg: unrecoverable fatal error, aborting: files list file for package 'ubuntu-mono' is missing final newline E: Sub-process /usr/bin/dpkg returned an error code (2)

View 4 Replies View Related

Software :: Getting Error Missing Dependency: Php-common When Trying To Install Php-soap?

Feb 17, 2010

I want to install php-soap on centos 5.2 server. When i run the command, yum install php-soap, i get the error:

php-soap-5.1.6-24.el5_4.5.i386 from updates has depsolving problems --> Missing Dependency: php-common = 5.1.6-24.el5_4.5 is needed by package php-soap-5.1.6-24.el5_4.5.i386 (updates) Error: Missing Dependency: php-common = 5.1.6-24.el5_4.5 is needed by package php-soap-5.1.6-24.el5_4.5.i386 (updates) 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 The php common file is not actually missing, its there with the exact name. The problem seems to be that the php-common file is installed from some other repository, thats y it is creating dependency problem. The only solution i found is to remove the current php-common file and install it again, but then lot of programs get uninstalled with it, which is y am afraid of doing that, since its a vps, and some 10 sites are working on that.

View 3 Replies View Related

General :: Find Command Give Error File Not Found?

May 27, 2011

find /var/spool/mqueue -group abc -exec rm -rf {} ;Using above command , I delete all the files belong to group abc.Now the problem i face is that the this command gives error that some files are missing . And this error occur because after creating list of files, it pass that list to rm -rf but till that time sendmail process queue and some of files disapper from /var/spool/mqueue.

View 5 Replies View Related

Fedora :: Error: Unrecognized Option '--warn-common'

Jun 11, 2011

I've download the gpac files for MP4box from:[URL]..but im having issues compiling it. Its telling me "gcc: error: unrecognized option '--warn-common'"Running 64bit FC 15

View 2 Replies View Related

OpenSUSE Install :: Can't Login To Anyone Via SSH When Setup Pam_wheel In Common-auth File

Jul 26, 2011

I have a problem as below:

When i setup pam_wheel.so in /etc/pam.d/su, it runs correctly. But when i set up pam_wheel.so in /etc/pam.d/common-auth (include file), i can't login to anyone via SSH. Details configuration of /etc/pam.d/su and /etc/pam.d/common-auth:
/etc/pam.d/su:

auth include common-auth
account include common-account
password include common-password
session include common-session

[Code]....

View 1 Replies View Related

Red Hat / Fedora :: Record Length Of File In Common Terms?

Jan 4, 2011

what is record length of file in common terms ?

View 1 Replies View Related

Programming :: Keep Getting These Areatest2.c:46: Error: Conflicting Types For Error_area?

Feb 24, 2011

#define TRIP 6
#include <stdio.h>
char error_area(char area_code, char S, char M, char L,char N,char P, char K, char R, char

[code].....

View 2 Replies View Related

Fedora :: How To Give Permission To Access Any Folder And File?

Apr 21, 2011

How to give a permission to access any folder and file

View 2 Replies View Related

Ubuntu :: Synaptic Flash Error: Conflicting Packages - Not Installing Flashplugin - Installer

Mar 28, 2010

I open up Synaptic Package Manager, I get the dialogue, "You have 1 broken package, use the Broken Filter to locate it." So I do, and I find flashplugin-nonfree. So I try to reinstall it, and the two packages that are installed are flashplugin-nonfree and flashpluin-installer. However, I always get this error message:

[code]...

how I can fix it? I know it has SOMETHING to do with conflicting packages

View 4 Replies View Related

Programming :: Perl - Directories Given To Opendir Via Foreach Give "No Such File Or Directory" Error

Feb 19, 2009

I'm writing a perl script to remove a test database and part of that is of course getting rid of all files. So I wrote this to do the job:

Code:

This always results in an "Could not open /u00/app/oracle/product/10.2.0/rdbms/dbs for reading: No such file or directory" (that directory is the one ending with the $spfile_dir variable) message, although that directory exists and the executing user has writing rights on it.

The same behaviour if I create the directory array like this:

Code:

The problem does not occur when one of the directories is the only element in the array though. Of course I could copy and paste that part of the script for the second directory, but I don't like that workaround.

View 1 Replies View Related

Red Hat / Fedora :: Error: Failed Dependencies - Glibc = 2.12.1-3 Is Needed By Glibc-common-2.12.1-3.x86_64

Oct 26, 2010

I've been working to get gcc up and running on a new install of Fedora 13. glibc-devel had dependencies upon installation where it required glibc and glibc-common, both 2.12.1-3. No problem, found both at rpm dot pbone dot net. However, when I try to install the following circular dependency results... it doesn't matter the order of install.

Code:

[root AT localhost gcc_install]# rpm -ivh glibc-common-2.12.1-3.x86_64 .rpm
error: Failed dependencies:
glibc = 2.12.1-3 is needed by glibc-common-2.12.1-3.x86_64

[code]....

View 5 Replies View Related

Ubuntu Installation :: Unable To Update The Eclipse - Cannot Complete The Install Because Of A Conflicting Dependency

Mar 15, 2010

I installed the Eclipse IDE using Ubuntu packages. (Version 3.5.1. Package name:eclipse).A few days back, version 3.5.2 was released. I would like to update, so I added the following websites to the list of available ones:

[URL]

I then tried with Check for Updates. While on my Mac installation this results in an update to 3.5.2, on Ubuntu the program says there is nothing to update.If I try to install manually, choosing Install New Software and the then selecting the Eclipse Platform 3.5.2, I get the following error:

Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Platform 3.5.2.M20100211-1343 (org.eclipse.platform.ide 3.5.2.M20100211-1343)
Software currently installed: Eclipse Platform 3.5.1 (Eclipse Platform 3.5.1)
Only one of the following can be installed at once:

[code]....

it is possible to update the packaged verison of Eclipse or if I should install the binary from the website?

View 3 Replies View Related

Installation :: Eeebuntu / Fedora Conflicting In /home - Keep Same Partition Layout

Jan 9, 2010

I ve got Eeebuntu 3.0 installed on one partition, and Fedora 12 installed on another, sharing the same /home partition, and within that, I have them sharing the same user folder. It complicates matters as Eeebuntu (with it's Ubuntu 9.04 base) still has Firefox 3.0.16, and Fedora has 3.5.6 (Adblock no longer works in Eeebuntu, I stupidly upgraded it in Fedora). I want to keep the same partition layout, but resolve these conflicts. Is there any way I can change the /home folder for Fedora, or Eeebuntu so that each one has different settings, but still be on the same /home partition?

View 3 Replies View Related

General :: Conflicting /usr & /etc Files While Installing Fedora 15 And Scientific Linux 6.1

Aug 9, 2011

Until some time ago I had a dual Windows 7 and Fedora operating system, then I completely moved to Fedora. Recently I have become interested in Scientific Linux and wanted to install it besides my Fedora. I took a back up of all my data and formatted my HDD for a clean install of both of them. This is what I did:

First I installed Scientific Linux with these partitions (contents of /etc/fstab):

[Code]...

Then I went on to install Fedora 15; I kept the same primary and extended partitions but only changed the names of "/FedoraRoot" to "/" and "/" to "/SLRoot" in the above list while installing Fedora. I also chose the boot directory of Fedora to be /dev/sda1/ which I wanted to be the /boot file for both systems while I had chosen the boot file for Scientific Linux to be "/dev/sda".

Everything went well until the final step of copying the files an error came that some of files that Fedora wanted to install in /usr/share, /usr/lib64, /usr/bin, /etc/system..., /etc/issue..., /etc/redhat-release... and /etc/rpm are already present in the Scientific Linux format and so there is a conflict and it has to terminate!!! I must have made some strange mistakes in the definitions

View 2 Replies View Related

Debian :: Cannot Upgrade - Postgresql Common Error

Jul 6, 2011

I upgraded to testing to 2-6-39-2-amd64 successfully (from 2-6-38...), but when I start to upgrade software packages, there is an error E: postgresql-common: subprocess installed post-installation script returned error exit status 1 I tried to pkill -9 postgresql-common and restart the package upgrade, but got the same error message. Here is the dpkg.log

[Code]...

View 1 Replies View Related

Fedora Hardware :: Prevent Fglrx Conflicting With Xorg But It Doesn't Seem To Work

Aug 4, 2011

I've been using Fedora 15 LXDE for a few weeks (its been great), and decided to install the ati proprietary drivers (I used the tutorial in one of the general strickies). As soon as I rebooted, I now get the following message:

Code:
Started SYSV: Late init script for live image... ATI external events daemon. into universal adresses I can type stuff using the cursor, but it doesn't do anything. I've tried adding 'runlevel 3' to the boot options in Grub to try and prevent fglrx conflicting with Xorg but it doesn't seem to work, unless I'm doing something wrong.

View 1 Replies View Related

Ubuntu :: Common Dat A Format - .pub File Extension

Jul 8, 2010

I have received a file in CDF V2 format (.pub file extension).

Is there any software available to read this file in Linux (Ubuntu)?

View 2 Replies View Related

Debian :: Error On Startup - Starting NFS Common Utilities Failed

Apr 18, 2011

I'm not very sure when this issue started. Anyway, the system finally boots and I haven't had any further problems, but I somehow notice the booting to be a bit slower since this error appeared and I don't like watching the red letters that say "failed" every time I switch the computer on. I googled this before posting it, and other users have had this issue, but the solutions that worked for them didn't work for me.

This is the content of my /etc/network/interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback

View 5 Replies View Related

Ubuntu :: Getting Cupsys-common Error When Try To Print Using Adobe Reader

Jul 13, 2011

I can print through my samsung printer on ubuntu and everything through the network, but whenever I try to print through the network using Adobe Reader I get a Package cupsys-common error,?

View 1 Replies View Related

General :: Can't Applypartial Context To Unlabeled File /common?

Apr 26, 2010

when i type this command chcon -t samba_share_t /common

error came chcon: can't applypartial context to unlabeled file /common what type of problem is this?

View 1 Replies View Related

General :: Totem Won't Play Common Video Formats - An Error Occurred

Dec 13, 2009

Debian Lenny Gnome
Intel Celeron, 1100MHz, 512k

Earlier today I downloaded a video of a Mozilla Project preview, in MP4. Of course, it won't play. All I get is the audio, and this error:

Quote:

"An error occurred. The playback of this movie requires a H.264 decoder plugin which is not installed."

I put in some time, researching this issue, trying to figure it all out. I guess I'm looking in the wrong places. Is this a proprietary format issue? Also, when I was overdosing on XP, my media drug of choice was Klite mega codec pack (from codecs.com). It literally plays every media format, audio and video. In addition to fixing the above issue, can somebody guide me to an equivalent player with codecs for [insert any media type here]? I have several Terrabytes of various video and audio files, and prefer to not convert them all.

View 14 Replies View Related

Ubuntu :: Error: Failed To Contact Configuration Server; The Most Common Cause Is A Missing Or Misconfigured

Nov 24, 2010

I just installed ubuntu 10.10 x64 It worked okay for awhile, but now everytime I startup I get this error message:

GConf error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http... (Details-1:Server ping error:IDLmg.org/CORBA/CoMM_FAILURE:1.0)

So my desktop is basically worthless (Can't vnc in, windows have no title bar, can't launch anything)

View 1 Replies View Related

Ubuntu :: Fix Common Gnome 3 Install In 11.04?

Apr 28, 2011

This guide isn't going to be updated anymore, as there is gNatty, and I've switched to Lubuntu. The reason? GDM kept crashing and issues kept coming up that reduced the overall functionality of my own computer. The PPA seems like it changes slightly to where things may break, if something does break, try to run: sudo apt-get install gnome-shell gnome-session again, as it looks like a lot of the time gnome-shell and gnome-session aren't being installed. FIX for issue opening certain applications (like games) Do the following in terminal:

Code:
echo "PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"" | tee -a ~/.profile Logout and log back in and that should fix the issue. NOTE: You have to do this for each user that logs into the system if they can't access games or that. FIX for .ICEauthority issue! There's another method besides this one, and it involves just installing the following:

[Code]...

View 9 Replies View Related

Ubuntu Installation :: Unable To Open Files List File For Package Grub-common?

Jan 30, 2011

Code:
sudo apt-get upgrade
Lots of text (Reading database. dpkg: unrecoverable fatal error, aborting: unable to open files list file for package `grub-common': Input/output error E: Sub-process /usr/bin/dpkg returned an error code (2)

View 6 Replies View Related

Debian :: Cannot Install Bstheme Common Package

Aug 29, 2011

I am trying to follow this site [URL]... but I cannot install the bstheme-common package. I download the .deb and then try sudo dpkg -i bstheme-common-_0.1-1_all and I get this: Preparing to replace bstheme-common 0.1-1 (using bstheme-common_0.1-1_all.deb) Unpacking replacement bstheme-common

[code]...

View 2 Replies View Related

Ubuntu :: Common Install Path For Software?

Mar 1, 2010

In WinXP they have program_files folder that houses the most installed software on their PC's. Where does Ubuntu house most of it's installed programs?

View 1 Replies View Related







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