php53u and php54 gd libjpeg requirements
Redhat and CentOS 6.4 has introduced a new package to the ecosystem,
and obsoleted an old one. The package is libjpeg-turbo which obsoletes
libjpeg.
# cat /etc/redhat-release
CentOS release 6.4 (Final)
# yum install libjpeg
Resolving Dependencies
--> Running transaction check
---> Package libjpeg-
--> Finished Dependency Resolution
Dependencies Resolved
===
Package Arch Version Repository Size
===
Installing:
libjpeg-turbo x86_64 1.2.1-1.el6 base 174 k
Transaction Summary
===
Install 1 Package(s)
Total download size: 174 k
Installed size: 466 k
Is this ok [y/N]:
With this new package the LIBJPEGTURBO_6.2 provider was added:
# rpm -q libjpeg-turbo --provides | grep libjpeg.so
libjpeg.
libjpeg.
libjpeg.
What this means is packages that are built off libjpeg-turbo will have this
requirement. Such packages are the php54-gd and php53u-gd package
as IUS builds off the latest available base repository:
# rpm -q php54-gd --requires | grep libjpeg.so
libjpeg.
libjpeg.
If you are experience missing dependencies for libjpeg be sure you fully up to
date on the latest Enterprise Linux version (as of this written this would be
6.4).
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Jeffrey Ness for more information if necessary.