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 at 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.dkHi, 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 S. Martins Jr. - Support Analist | "Only The Shadow Knows | | Universidade Estadual de Maring?? - Brasil| what evil lurks in the | | NPD - N??cleo de Processamento de Dados | Heart of Men!" | | E-Mail: asmartins at uem.br / shadow at uem.br | !!! Linux User: 52392 !!! | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -- Esta mensagem foi verificada pelo sistema de antiv?rus e acredita-se estar livre de perigo.
hrbac.conf at seznam.cz (David Hrbác
2007-Aug-08 23:56 UTC
[CentOS] CentOS 5.0 and php-yaz
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, > > NikiNiki, please try http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/RPMS/repodata/ David