« A JS function to stop access to external links | Main | Rainer Ptacek »
August 20, 2008
Attempting to install PHP YAZ
# There's no PECL yum install php-pecl-apc # Cool but there's no phpize yum -y install php-devel # Cool so now let's try YAZ /usr/bin/pecl install yaz # Hmm but there's no YAZ links http://ftp.indexdata.dk/pub/yaz/yaz-3.0.34.tar.gz # Builds it untar | ./configure | make | make install # Try again /usr/bin/pecl install yaz # Path to YAZ /usr/local/bin # Edit /etc/php.ini add in the extension=yaz.so line
Posted by pj at August 20, 2008 03:44 PM