Hi,
I have a CentOS 5.0 LAMP server, and I need to install the php-yaz module to implement the Z39.50 protocol (which handles data exchange for public libraries).
I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP).
Has anyone here ever done this on CentOS? What would be the most orthodox method to do this?
Here's the Yaz page: http://www.indexdata.dk
Cheers,
Niki
----- "Niki Kovacs" contact@kikinovak.net escreveu:
I have a CentOS 5.0 LAMP server, and I need to install the php-yaz module to implement the Z39.50 protocol (which handles data exchange for public libraries).
I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP).
Has anyone here ever done this on CentOS? What would be the most orthodox method to do this?
Here's the Yaz page: http://www.indexdata.dk
Hi,
I already had done this on CentOS4.5...
Download and instal the yaz library (on C5 I think the FC6 packages will build ok). Then use the pear installer: pear install yaz
The php-yaz package are in the PECL repo, wich can be accessed using the pear utilities :)
Antonio.
Antonio da Silva Martins Junior a écrit :
I already had done this on CentOS4.5...
Download and instal the yaz library (on C5 I think the FC6 packages will build ok). Then use the pear installer: pear install yaz
The php-yaz package are in the PECL repo, wich can be accessed using the pear utilities :)
Thanks very much! That worked!
Niki
Niki Kovacs napsal(a):
Hi,
I have a CentOS 5.0 LAMP server, and I need to install the php-yaz module to implement the Z39.50 protocol (which handles data exchange for public libraries).
I've already done this with Debian (a one-liner: apt-get install php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild PHP).
Has anyone here ever done this on CentOS? What would be the most orthodox method to do this?
Here's the Yaz page: http://www.indexdata.dk
Cheers,
Niki
Niki, please try http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/RPMS/repodata/ David