08-20-2019
I had already downloaded the source (rpms) to the target and was building it using yum localistall.
I will now try using rpm installer.
10 More Discussions You Might Find Interesting
1. UNIX and Linux Applications
Hi,
I am trying to install perl module DBD::mysql and don't know how to resolve the following:
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.............ok 3/5install_driver(mysql) failed: Can't load... (3 Replies)
Discussion started by: Yogesh Sawant
3 Replies
2. UNIX for Advanced & Expert Users
Hi,
Iam not able to install DBD-mysql-4.005 into my Sun machine as the error comes -
perl Makefile.PL --mysql_config=/usr/local/mysql/bin/mysql_config
I will use the following settings for compiling and testing:
cflags (mysql_config ) = -I/usr/local/mysql/include/mysql
... (2 Replies)
Discussion started by: aditya.ece1985
2 Replies
3. Red Hat
I have dexx xps 14.I was installing rhel6.But the installation hanged at following step
initializing hardware detection.................
installion didnt go further (2 Replies)
Discussion started by: shamapraveen
2 Replies
4. Solaris
Hi,
I followed the step written in README.
It got some error message when I type " #python setup.py build"
running build
running build_py
copying MySQLdb/release.py -> build/lib.solaris-2.11-i86pc-2.4/MySQLdb
running build_ext
building '_mysql' extension
/usr/lib/python2.4/pycc -DNDEBUG... (2 Replies)
Discussion started by: AlexCheung
2 Replies
5. Shell Programming and Scripting
Hi ,
I am trying to install mysql but getting below error
$# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
can anyone provide me this file 'mysql.sock'
Thanks (6 Replies)
Discussion started by: aish11
6 Replies
6. Red Hat
Hi all,
Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out.
i have dual os, win 7 & rhel 6.
i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue.
below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies
7. Red Hat
Hi,
Sorry if this is an incorrect place for this question but I haven't been able to find any answers by searching the forums or on google. I am in the market for a new HP Z420 workstation and HP wants a lot more money for one with the HP Linux Installer kit vs. the exact same configuration in... (2 Replies)
Discussion started by: rhopson
2 Replies
8. UNIX and Linux Applications
I have a statistical application running on RHEL 6.2. One of the data source is a MySQL 5.1 DB running on a WIN platform. I need to make ODBC or MySQL connection to retrieve data.
What I did:
I have checked yum and selected the appropriate unixOdbc and installed w/o problem.
downloaded... (0 Replies)
Discussion started by: rsheikh01
0 Replies
9. Red Hat
I need to install xwindow on my RHEL 7.2 server which is behind a firewall and no access to internet. If I run the below code, it will not able to install, as my server dont have internet connection.
yum -y install xterm* xorg* xclock xauth
Do you know, where can I get the required binaries... (2 Replies)
Discussion started by: karumudi7
2 Replies
10. UNIX for Beginners Questions & Answers
Hi,
I am trying to install tmux on vm allocated to me in my company . i am very new to linux. I have the root access on it.
Can someone please provide the exact steps to get it installed.
I tried:
1. Using yum, i get the below message.
# yum install tmux
Loaded plugins: security... (6 Replies)
Discussion started by: kunwar
6 Replies
LEARN ABOUT CENTOS
yum-verify
yum-verify(1) yum-verify(1)
NAME
yum verify plugin
SYNOPSIS
yum [options] verify [package ...]
DESCRIPTION
This plugin extends yum with some commands that give verification information on the installed system, much like rpm -V. You can change how
the verification is done and which files it applies to.
added yum commands are:
* verify
* verify-rpm
* verify-all
all of which take the same arguments as the list yum command, obviously you can only verify packages that are installed on the system.
verify Is the generic verification command, and is intended to give the most useful output. It removes all false matches due to multilib
and ignores changes to configuration files by default.
verify-rpm
Is meant to be 100% compatible with rpm -V output, and any differences should be considered as bugs.
verify-all
Is used to list all the differences, including some that rpm itself will ignore.
GENERAL OPTIONS
These are the options added to yum that are available in the verify commands. They are:
--verify-filenames
This option is used to limit the filenames that the packages will perform verification.
--verify-configuration-files
This option is only useful in the generic verify command, and will enable/disable verification of files that are tagged as configu-
ration files.
EXAMPLES
To do the same as rpm -Va, use:
yum verify-rpm
To verify the packages starting with the name yum, use:
yum verify 'yum*'
To verify the binaries that are in a bin directory, use:
yum verify --verify-filenames='*bin/*'
To verify all include files, Eg. for multilib problems, use:
yum verify-all --verify-filenames='/usr/include/*'
SEE ALSO
yum (8)
yum.conf (5)
the verify.conf file in /etc/yum/plugins.d
AUTHORS
James Antill <james.antill@redhat.com>.
BUGS
Currently yum-verify does not do verify-script checking or dependency checking,
only file checking.
Should you find any other bugs, you should first
consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful
in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org.
To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos
related bugs and http://yum.baseurl.org/report for all other bugs.
James Antill 01 March 2008 yum-verify(1)