Displaying 20 results from an estimated 5000 matches similar to: "[Fwd: Re: Centos 6 - What are you looking forward to?]"
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
2010 Mar 04
1
[Possibly OT] rpm conflicts has me confused
Hi list,
I can install the default ppp-2.4.4-2, but when I try to
install an rpm I built from Sangoma's ppp-2.4.4.5 (using
checkinstall-1.6.1) I get this error:
# rpm -ivh ppp.2.4.4.5-1.eai.i386.rpm
error: Failed dependencies:
ppp < 2.4.3-3 conflicts with kernel-2.6.18-162.2.1.el5.i686
Isn't 2.4.4.5 > 2.4.3-3 ???
trying this:
yum localinstall ppp.2.4.4.5-1.eai.i386.rpm
2011 May 14
0
Undefined method `has_attached_file' with paperclip 2.3.8 gem for Rails 2 using Ruby 1.8.7
Hello,
I am trying to use the paperclip plugin in my rails app to upload images
for posts. I am using Rails 2.0.2 and ruby 1.8.7 on Ubuntu 10.04 os for
project specific purposes.
I am referring to the following tutorials for this :-
1. http://railscasts.com/episodes/134-paperclip?view=comments
2.
http://jimneath.org/2008/04/17/paperclip-attaching-files-in-rails.html
I did a git clone on the
2011 May 19
0
Unable to find the image path via file system using the paperclip plugin through the get method
Hello all,
with great difficulty , I guess I have finally been able to find the
appropriate git commit of paperclip which would suit my project''s config
which is Ruby 1.8.7 and rails 2.0.2.
I am trying to implement a POC before I integrate paperclip in my
project. The POC is basically implementing each post with an appropriate
image beside it. It seems to pretty much work, its just
2011 May 25
0
Issues implementing jquery-form plugin for displaying image via an ajax call in my rails poc
Hello all,
I am trying to implement a POC wherein I can post a message + image and
get the same working via AJAX to display them both for each new entry
without the page reloading.
I am using a config of Ruby 1.8.7 and Rails 2.0.2 for project specific
purposes.. I am also using a pretty old paperclip commit from github for
this....I had to suit my proj config requirements mentioned previously..
2011 Jun 03
0
Rack Middleware support for Rails 2.0.2? If not what is the alternative to implement similar functionality in Rails 2.0.2..
Hello all,
I am using Rails 2.0.2 and Ruby 1.8.7 and I need to make use of rack
middleware for integrating an ajax file upload plugin(https://
github.com/valums/file-uploader) with paperclip in Rails( As given in
this tutorial:-
http://mooooooooooo.wordpress.com/2010/12/03/paperclip-valums%E2%80%99s-file-uploader-and-middleware-continued/).
I have referred to the rack-middleware Railscast by
2010 Sep 03
0
Alternatives to checkinstall?
I am reviewing some work that I did in June and forgot to take notes
at the time. For some reason I have a nagging suspicion that for
this job I used a package builder other than checkinstall but for
the life of me I cannot recall the name.
Now, the case may be that I actually did use checkinstall in which
case not remembering the name of non-extant software is expected.
On the other hand I
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
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
-----------------------------------------------------------------
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
2011 Dec 30
1
Checkinstall rpm for CentOS-6 x86_64?
I cannot seem to find a checkinstall rpm package for
CentOS-6 or one for x86_64 more recent than CentOS4. When
I try to build it locally from the most recent source I
can find, c.2006, I get build errors having to do with
size constants either missing or improperly defined.
Does anyone have a source for an rpm of this package that
runs on CentOS-6_x86_64 or can recommend a replacement for
it?
2011 May 04
1
is not allowed as an instance variable name error
Hey all,
I get error like this:
ActionView::TemplateError
(`@content_for_details_view_builder__-626960428'' is not allowed as an
instance variable name) in app/views/shared/_details_view.haml:
searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:75:in
`fields_for''
searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:64:in
`form_for''
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
2011 Mar 30
15
Should AR set default values obtained from the schema?
First, if my understanding of what is happening is in error then
please forgive me.
I am given to understand that when a new AR model object is
initialized then AR obtains from the database, and I suppose caches
for further use, those columns that have defaults assigned and the
default value for each.
Consequently, when the save method is called on said model instance
then all of these columns
2007 Sep 07
7
rpm spec files for ruby
I am trying to package ruby-1.8.6 for CentOS-4.5 and I would like to take
a look at the spec files used for ruby-1.8.1 that ships with CentOS. Is
there any place that I can see these or could someone do me the kindness
of sending them to me?
I am also confused as to how one breaks out the component parts of a build
into separate rpm packages. The source distribution from ruby-lang.org
seemingly
2016 Jul 07
1
Icecast is running, but not responding
Howdy,
I work for a public radio station, and have setup several Icecast servers
in the past to stream our content. We have a new HD channel that we are
trying to stream, and the new server is vexing me.
This is a fresh dedicated server running RHEL 7.2 on a virtual system
running VMWare 6.1.
The install was done with the command yum --nogpgcheck localinstall
icecast-2.4.2-1.el7.x86_64.rpm
I
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
2015 Jun 15
0
mpv rpm
On 06/14/2015 09:56 PM, Peter wrote:
> 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
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
2012 Mar 01
1
CentOS-5 - Need help sourcing an SQLite-3.6.16 or later rpm
CentOS-5.7
SQLite-3.6.6
Ruby on Rails 3.1
Ruby-1.8.7
I have a situation wherein the version of SQLite-3 on
CentOS-5 is too 'old' for the Ruby language sqlite3 DBMS
adapter to successfully build against. I managed to
obtain an rpm for ruby-1.8.7 but I cannot find one for
sqlite-3.6.16 or later. Does anyone here have a lead on
where such a beast, including the sqlite development
headers,