Displaying 1 result from an estimated 1 matches for "libyaz3".
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
...conclusions:
1) php-gd can be installed from extra repos (rpmforge IIRC), so this
one's no problem.
2) To install php-yaz, I have to install the yaz library first. To do
this, I download the FC6 SRPM for yaz from www.indexdata.dk, it builds
without any problem, and I install the resulting libyaz3 and
libyaz3-devel. Then, I can install the according PHP module with a
simple 'pecl install yaz'.
3) Apparently, there's no php-xslt module around. AFAIK, the only way to
have it is to build it into PHP. So I went and downloaded the PHP SRPM
from one of the CentOS mirrors. I edited...