Hi all,
I have installed phpmyadmin3.3 in my server. here my php package versions.
php-mysql-5.2.10-1.el5.centos
php-common-5.2.10-1.el5.centos
php-ldap-5.2.10-1.el5.centos
php-cli-5.2.10-1.el5.centos
php-imap-5.2.10-1.el5.centos
php-xmlrpc-5.2.10-1.el5.centos
php-pgsql-5.2.10-1.el5.centos
php-5.2.10-1.el5.centos
I'm running "Centos 6 64-bit" on a Virtual Private Server (VPS) (i.e. on the cloud).
When I issue this command: "yum install vnc-server wine xterm fluxbox vsftpd firefox vnstat"
I get some results that all seem to be fine except:-
(...)
"No package wine available."
(...)
"No package fluxbox available."
(...)
What is the problem?
I got a clean installation of CentOs 6.3, with php 5.3.18. I tried installing the epel-release-6-7.noarch.rpm and epel-release-6-7.noarch.rpm in order to run "yum install php-mcrypt". However it cannot find the package. Also tried "yum install php53-mcrypt" but no luck.
Can Anyone point me on the right direction?
Thanks
Karanbir Singh has announced the release of CentOS 6.1, a new version of the popular distribution built from source code for Red Hat Enterprise Linux 6.1: "We are pleased to announce the immediate availability of CentOS 6.1 install media for i386 and x86_64 architectures. CentOS 6.1 is based on the upstream release EL 6.1 and includes packages from all variants.
Quote:asilchenko wrote:Was it the right thing to do in my case with centos 6.2?You are using CentOS-6 minor release 2, so sk... [by pschaff]
Karanbir Singh has announced the release of CentOS 5.5, a distribution created by compiling the source packages for Red Hat Enterprise Linux 5.5: "We are pleased to announce the immediate availability of CentOS 5.5 for i386 and x86_64 architectures.
I'm currently attempting to establish a vpn connection, but I am unable to install a vpn client. I assumed installation would be as simple as sudo yum install vpnc, but CentOS is unable to find the vpnc package.
I browsed some more, and discovered I needed to install and enable the rpmforge repository for yum to find the package.
I am trying to setup my first cPanel install on a CentOS 6.3 Hyper-V virtual server, and trying to follow best practice during the install.
When installing CentOS 6.3, I selected the minimal install in the setup wizard (using the standard DVD ISO not the minimal ISO version).
I'm trying to build a package using rpmbuild on 64-bit CentOS 6.3 server.
Here is the spec file:
Name: test-fms
Version: 1.0
Release: 1%{?dist}
Summary: my FMS Package
Group: Applications/Internet
License: Nobody.
URL: http://www.bla.com
Provides: test-fms = %{version}-%{release}
%description
test FMS server.
%prep
%build
%install
m