Displaying 20 results from an estimated 2000 matches similar to: "[Possibly OT] rpm conflicts has me confused"
2010 Nov 30
2
Help with yum and cpio: MD5 sum mismatch
I am trying to install Ruby-1.8.7p302 on a CentOS-5.5 server in
preparation for a Rails-3 application deployment. I have downloaded
the source from Rubyforge.org, unpacked it, and ran ./config and
make. Everything built without error. I then ran checkinstall to
create an rpm package. That too completed without error.
However, when I try to install the resulting package using:
yum localinstall
2011 Mar 05
0
[Fwd: Re: Centos 6 - What are you looking forward to?]
On Fri, March 4, 2011 14:12, aurfalien at gmail.com wrote:
> On Mar 4, 2011, at 11:07 AM, Kenneth Porter wrote:
>
>> --On Thursday, March 03, 2011 10:11 AM -0500 Digimer
>> <linux at alteeve.com
>> >
>> wrote:
>>
>>> How about the rest of you? What are you looking forward to in
>>> CentOS 6 when it is released?
>>
>> A new
2014 Jun 11
2
yum install to a portable location
I have googled, read the man page, and such.
What I am trying to do is install applications to a NFS mounted drive,
where the libraries and everything are locally installed on that
filesystem so that it is portable across servers (I have over 100
servers which each need specific applications installed via yum and we
do not want to install 100 copies).
We tried the yum relocate and it was not
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
Hello,
I'm trying to setup a mailserver running postfix and dovecot with mysql
as database backend. Postfix is already running and delivers mails just
fine. Unfortunately, dovecot has great problems connecting to the
database (using username + password). If I disable the password,
everthing works fine. But, thats harakiri, security wise ;-)
I tried dovecot-1.0-stable and the latest
2011 Jan 16
3
tcptrack for Centos 5.5 32bit rpm
Hi list.
I have rebuilt tcptrack now.
You can get it from here:
http://www.karsites.net/centos/downloads/5.5/tcptrack-1.3.0-1.el5.i386.rpm
It's not signed, so to install it with yum as root user, do:
# yum localinstall --nogpgcheck tcptrack-1.3.0-1.el5.i386.rpm
in the directory you d/l it to.
Kind Regards,
Keith Roberts
-----------------------------------------------------------------
2009 Dec 31
1
yum centos repo dependency hell for matlab loaddap
I've got matlab installed:
< M
A T L A B (R) >
Copyright
1984-2009 The MathWorks, Inc.
Version
7.8.0.347 (R2009a) 64-bit (glnxa64)
February 12, 2009
I want to install loaddap. I downloaded an rpm from
2015 Jun 15
4
mpv rpm
On 06/15/2015 04:09 PM, jd1008 wrote:
> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and:
>
> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm
> says:
> Error: No Package found for libquvi-devel
You can get that, as well as most deps from nux-dextop:
http://li.nux.ro/repos.html
Peter
2009 Mar 18
2
Updating wine with GIT
Hi. Ive used git for some time to download an update wine sources. However, Ive notices a couple of things i dont understand quite much.
My general procedure to download sources and compile is this:
git clone git://source.winehq.org/git/wine.git ~/wine-git
cd ~/wine-git
./configure --prefix=/usr
make
sudo checkinstall --fstrans=no --pkgversion=1.1.12
Here I've noticed that I have to
2010 Jan 14
1
Problem with checkinstall
I installed checkinstall 1.6.2 on CentOS 5.4 VM (VMWare Server on
WinXP). After getting the dependencies installed it compiled with no
errors. But when I run it in its own source directory, I keep getting an
error that I can't track down. The message is:
install: cannot change ownership of '/usr/local/lib/installwatch.so': No
such file or directory.
But not only does the file
2008 Sep 10
2
gpg signature for packages
Hi all,
I am new to this mailing list and I apologize if my question is naive but I
couldn''t find help about it on the CRAN site.
I have just manually set a "cran.repo" for yum but I don''t know how can I
install the gpg key for the packages. Can you please tell me how to do it?
By now I just used the --nogpgcheck and it worked fine.
Thank you in advance,
margherita
2011 Nov 14
2
Checkinstall and R-2.14.0
Dear all,
I try to install the latest R version using checkinstall (v. 1.6.2) on
Ubuntu 11.10. After solving all the dependencies (installed using
apt-get build-dep r-base) checkinstall fails to build and install R
package with the following error (the same commands build and install
R-2.13.2 on the same machine without any problem):
wget
2011 Apr 08
2
/etc/hosts not resolving hostnames
I have modified /etc/hosts file with IP address and hostname entries.
However, host command is returning 'Host vhost1.example.com not found:
3(NXDOMAIN)'. Also, apache is returning error on start as '[error] (EAI
2)Name or service not known: Could not resolve host name
vhost1.example.com-- ignoring!' . The ssh worked fine and resolved the
hostname correctly (ssh
from same system to
2018 Mar 04
2
Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
On 03/03/18 22:10, Stephan Bosch wrote:
>
> Clearly, the relevant specifications don't allow UTF-8 in the local part
> without email address internationalization (EAI), which Dovecot does not
> support nor announce yet (although that should be mended somewhat soon).
> My preferred fix for now would be to reject addresses like that, which
> would maybe still mean that this
2015 Jun 15
3
mpv rpm
jd1008 wrote:
>
>
> On 06/14/2015 10:12 PM, Peter wrote:
>> On 06/15/2015 04:09 PM, jd1008 wrote:
>>> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and:
>>>
>>> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm
>>> says:
>>> Error: No Package found for libquvi-devel
>> You can get that, as well as most deps
2014 Apr 22
1
Yum cannot download from local repository
I have set up a local filesystem repo thus:
# cat /etc/yum.repos.d/LocalFiles.repo
# LocalFiles.repo
#
# This repo is used with rpms contained in a local filesystem repo
# created with createrepo. You can use this repo and yum to install
# items directly off the local disk.
#
# To use this repo with the other repos:
# yum --enablerepo=localfiles yum --nogpgcheck <yum command>
#
# or to
2007 Nov 27
1
How to import/install the key for signing pxljr-1.1-1.i386.rpm
How do I import and install the key for signing the above rpm (driver
for HP Colour laserjet 3500 printer) which I've downloaded from the kde
repo? - I want to use yum localinstall, but when I do I get the message
'package not signed'.
Thanks for help,
Andy
2006 May 30
2
Created rpm from wine 0.9.14 does not install - conflict with desktop-file-utils-0.10-9
Hi
I downl;oaded the source distribution of wine 0.9.14 and compiled it as
described in the readme file. I now created an rpm with checkinstall.
My problem is that I can not install it, as it tells me that there is a
conflict with the package desktop-file-utils-0.10-9:
# rpm -Uvh wine-0.9.14-1.i386.rpm
Preparing... ###########################################
[100%]
file
2005 Aug 25
0
[Fwd: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)]
-----Forwarded Message-----
From: jigen <jigen at metalabs.org>
To: Timo Sirainen <tss at iki.fi>
Subject: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)
Date: Sat, 20 Aug 2005 18:33:11 +0200
On Fri, 2005-08-19 at 16:56, Timo Sirainen wrote:
> Dovecot just passes these values to Mysql library without doing anything
> to them itself. So
2015 Jun 15
2
mpv rpm
On 06/15/2015 03:54 PM, Peter wrote:
> On 06/15/2015 03:17 PM, jd1008 wrote:
>> Does anyone have a working rpm of mpv for rhel6 or centos6?
>> Would appreciate a download link.
>
> No, but it's in Fedora so rebuilding it for CentOS should be pretty easy.
I should clarify, it's in RPMFusion for Fedora as well as Russian
Fedora, not in Fedora itself.
Peter
2009 Dec 16
5
OT: Google Earth - How to uninstall, before installing newest version?
Desktop is CentOS 5.4 (32 bit). I have Google Earth version
4.2.205.5730 (13NOV2007 build date) installed. I have checkinstall
(spelling?) installed, but am not sure if that was installed before or
after Google Earth was installed. I have the Google Repository
installed, but apparently Google Earth cannot be updated via yum and
probably it was not installed via yum.
Question: What is the best