0
votes
1answer
21 views

Install plzip on Redhat Enterprise Linux Server

I'm fairly new to linux so when yum install doesn't work, I'm lost. I found some files online for plzip but I don't know how to install the program from those files.
-1
votes
0answers
32 views

Error at Ansoft Designer 8.0 installation [closed]

Where I try install Ansoft Designer 8.0 in AFS directory I obtain error with java (installation is complete at 45%): (Apr 24, 2013 4:37:00 PM), designer.product.install, ...
0
votes
2answers
88 views

Get error when I install MongoDB on RedHat

I was trying to install the Mongo Server on my RedHat server via following this document: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/ Here is my ...
0
votes
1answer
125 views

mysql_install_db giving error

I have downloaded the mysql-5.1.38-linux-x86_64-glibc23.tar.gz from here and then i have executed it by using below command groupadd mysql useradd -g mysql mysql123 cp ...
0
votes
1answer
76 views

Installing silverstripe 2.4.10 on Postgres constantly fails on db connection

I am trying to install Silverstripe 2.4.10 on Red Hat with Postgres. So I downloaded v2.4.10, I added a new vHost to my httpd.conf: <VirtualHost *:80> ServerName silverstripe.localhost ...
0
votes
1answer
1k views

R 2.15 install in Redhat [closed]

I am trying to install a local copy of R on a server without admin privileges. I know almost nothing about servers, or linux. I can easily access a copy of R by typing "R", however the server I am ...
1
vote
1answer
61 views

Installing zorba xquery on redhat santago

I am trying to install zorba xquery on a redhat santiago installation over ssh, not going good. I am unfortunately not very familiar with redhat so I am having trouble getting things working, the ...
0
votes
1answer
273 views

httplib2 API is different when installed from source or as RPM?

Boy, is this frustrating... I installed the httplib2 by downloading the .tar.gz package from the site on my CentOS development VM. After spending 1/2 day to get it do two-way ssl authentication, I ...
0
votes
2answers
2k views

How to install Mercurial on my Red Hat Linux machine without using “yum” command?

I have been trying to install Mercurial binary packages on my Red Hat Linux machine. According to the install instructions, I should type command "yum install mercurial". However, in order to use the ...
0
votes
1answer
484 views

how to run mysql v5.5 on redhat linux

I am new to both linux and also mysql but somehow by obtaining help from net I have installed mysql v5.5 on redhat. It starts fine, I have confirmed this by running command: "/etc/init.d/mysqld ...
1
vote
1answer
492 views

Which version TortoiseHG and Mercurial are compatible and stable for Linux RedHat ?

I am thinking about installing Mercurial and TortoiseHG for our redhat linux server. I found out there are many package versions. I searched online and found out some people encounter incompatible ...
0
votes
1answer
209 views

How can I run Jboss as a daemon on a virtual machine?

What I've done so far according to these instructions is unziped and moved jboss into my /usr/local/ directory. Then I put the jboss_init_redhat.sh script in /etc/init.d/ as jboss and edited the ...
1
vote
4answers
7k views

Installing GCC 3.4.6 in RHEL4

I do the following in command line: 1) wget ftp://mirrors.kernel.org/gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2 2) tar -jxf gcc-3.4.6.tar.bz2 3) cd gcc-3.4.6 4) cd libstdc++-v3 5) ./configure And I get ...