Игорь Олемской — практические заметки по системному администрированию Linux CentOS

Архив тега ‘rpm’

php-pecl-amqp-1.0.1 (перепечатка)

Комментариев нет

RPM of AMQP extension for PHP is available in remi repository for Fedora and Enterprise Linux.

Documentation: AMQP
Installation:
yum --enablerepo=remi install php-pecl-amqpRPM are available in remi repository for Fedora ≥ 11 and EL ≥ 5 to work with PHP 5.3.RPM are available in remi-test repository for Fedora ≥ 15 and EL ≥ 5 to work with PHP 5.4.
Extension for ZTS mode is not provided.
If the result of my tests is good, I plan to submit... Lire php-pecl-amqp-1.0.1

librabbitmq-0.1 (перепечатка)

Комментариев нет

RPM of librabbitmq, a experimental library to use with AMQP servers speaking protocol versions 0-9-1 is available remi repository for Fedora and Enterprise Linux.

Installation:
yum --enablerepo=remi install librabbitmq-devel
This package also provides various useful tools to test server
A small example,
Server installation (under root account):
# yum install rabbitmq-server# service rabbitmq-server start# rabbitmqctl change_password guest guestCreate a new queue and use it:
$ amqp-declare-queue ... Lire librabbitmq-0.1

thunderbird-enigmail-1.4 (перепечатка)

Комментариев нет

RPM of Enigmail extension version 1.4 for Thunderbird 10 is available in remi repository for fedora 13 and 14 and Enterprise Linux 6 and soon in RPMFusion for fedora ≥ 15...

Installation
yum --enablerepo=remi install thunderbird-enigmail
This extension is, for me, an essential Thunderbird partner, it provides a full OpenPGP key management system and the tools needed to sign, verify, encrypt and decrypt messages.
When you send a «physical» message, you choose an envelope or a post card, or even send it by... Lire thunderbird-enigmail-1.4

php-pecl-memcached-2.0.1 (перепечатка)

Комментариев нет

RPM of memcached version 2.0.1, the PECL extension for communicating with memcached servers is available in remi repository for Fedora and Enterprise Linux.

This extension use the libmemcached library.

Documentation : Memcached
As always:
yum --enablerepo=remi install php-pecl-memcachedThis extension is a alternative, in active development phase, to memcache, extension I used to handle my sessions.
RPM are available in remi repository for Fedora ≥ 11 and EL ≥ 5 to work with PHP 5.3.
RPM are available in remi-test repository for Fedora ≥ 15... Lire php-pecl-memcached-2.0.1

libmemcached-1.0.4 (перепечатка)

Комментариев нет

RPM of new version 1.0.4 of libmemcached the library to communicate with memcached servers is available in remi repository for Fedora et Enterprise Linux. It's also available in rawhide.

As always:
yum --enablerepo=remi install libmemcached
As this new version breaks ABI (with previous 1.0.2), I don't plan any update in the fedora ≤ 16 repository.
So :
fedora 15 : version 0.47, libmemcached.so.6
fedora 16 : version 0.49, libmemcached.so.7
fedora 17 : version 1.0.2, libmemcached.so.8
rawhide : version 1.0.4, libmemcached.so.9... Lire libmemcached-1.0.4

PHP version 5.4.0 is released! (перепечатка)

Комментариев нет

New PHP major version 5.4.0 is released, RPM are available in remi-test repository for Fedora ≥ 15 and EL ≥ 5.

This is a Fedora 17 feature.
Available extensions :
php-libvirt-0.4.5-1
php-magickwand-1.0.9-2
php-pecl-apc-3.1.9-6.svn323587
php-pecl-bbcode-1.0.3-0.2.b1
php-pecl-gearman-0.8.1-2 ou 1.0.1-2 (fedora >= 16)
php-pecl-geoip-1.0.8-2
php-pecl-gmagick-1.1.0-0.3.RC2
php-pecl-gnupg-1.3.2-2
php-pecl-haru-1.0.3-2
php-pecl-http-2.0.0-0.5.dev6... Lire PHP version 5.4.0 is released!

xhprof-0.9.2 (перепечатка)

Комментариев нет

RPM of xhprof extension, a hierarchical profiler is available in remi-test repository for Fedora ≥ 15 and EL ≥ 5.

Documentation: Hierarchical Profiler
Works with PHP 5.3.10 et 5.4.0.
There is 2 packages:
xhprof : the web interface to browse the results
php-pecl-xhprof : the PHP extension to collect the data

Installation:
yum --enablerepo=remi,remi-test install xhprofTo read the provided implementation documentation:
firefox... Lire xhprof-0.9.2

GLPI version 0.83 Release Candidate (перепечатка)

Комментариев нет

GLPI (Free IT and asset management software) version 0.83RC3 is available. RPM are available in remi-test repository for Fedora ≥ 15 and EL ≥ 5

Documentation is available (PDF format, in french): glpidoc-0.83-RC3.pdf
This is not yet a stable version, so not ready for production, so, version 0.80 stay available in remi repository.
Available in the repository:
glpi-0.83-0.1.svn17620
glpi-appliances-1.8.0-0.1.svn184
glpi-data-injection-2.2.0-0.1.svn674... Lire GLPI version 0.83 Release Candidate

mysql-workbench-5.2.38 (перепечатка)

Комментариев нет

MySQL Worbench, the modeling, development and administration graphical tool for MySQL databases is now available as 5.2.38 (GA = stable). RPM for fedora ≥ 13 and Enterprise Linux 6 are available in remi repository and will be soon in official updates for fedora ≥ 15.

Read the Changes in MySQL Workbench 5.2.38.
RPM are available in my repository for fedora 13 to 16 and Enterprise Linux 6 (RHEL, CentOS, ...)
As always :
yum --enablerepo=remi install mysql-workbench
Of course, it was build with mysql-5.5.21.
This version will be soon available in official updates for:

fedora 16
fedora 15

This build... Lire mysql-workbench-5.2.38

mysql-5.5.21 (перепечатка)

Комментариев нет

RPM of MySQL Community Server 5.5.21 GA are available in remi repository for fedora and Enterpise Linux (RHEL, CentOS, ...).

To read :

Introduction to MySQL 5.5
Changes in MySQL 5.5.21
MySQL 5.5 Reference Manual

This build use a spec file close to the one from Rawhide
WARNING: before upgrading, a full backup of your databases seems mandatory (a logical dump using mysqldump for example).
 
Simple to install, via yum:
yum --enablerepo=remi update mysql-server... Lire mysql-5.5.21