Syndicate
Site (RSS, Atom)
Contact
Weblog status
Total entries: 78
Last entry: 2022-10-16 13:52:24
Last updated: 2022-10-16 14:12:58
powered by vim, bash, cat, grep, sed, and nb 3.4.2

2018-07-21 20:35:12

tuxad RH5 repo now with PHP/openssl1

Another package from Red Hat 5 repository was compiled against supplementary OpenSSL 1.0.1 package and was added to tuxad repo:
php-5.1.6-45

The package was built with a patch from Yosho Hanawa to make it compile with OpenSSL 1.0.1. Check of binary:

# ldd /usr/bin/php|egrep 'libssl|libcrypto'
	libssl.so.10 => /lib64/libssl.so.10
	libcrypto.so.10 => /lib64/libcrypto.so.10

Additionally I created a new repo which will be available via tuxad-release-5 package after "yum update". This repo is called "tuxad-php" and is disabled by default. In addition to tuxad repo it has 4 additional RPM packages backported from Red Hat 6:
php (php-5.3.3-49), curl (curl719-7.19.7), libssh and sqlite.

PHP comes in latest version from RHEL 6. And curl as dependency comes in a renamed package curl719 to provide RHEL 5 compatibility with a parallel installation of two curl packages.

To get the new php package (the one from RHEL 6) please run this:

yum update --enablerepo=tuxad-php

News history tuxad repository:


Posted by Frank W. Bergmann | Permanent link | File under: rpm, yum, repository, redhat