0 Members and 1 Guest are viewing this topic.
Hi I run a joomla site and one of its components requires the yaz extension. How do I find and install yaz extension. Thanks in advance for your help I am running PHP version: 7.2.0
cd /rootwget http://ftp.indexdata.dk/pub/yaz/yaz-5.23.1.tar.gztar -zxvf yaz-5.23.1.tar.gzcd yaz-5.23.1./configuremakemake installcd /rootwget https://pecl.php.net/get/yaz-1.2.2.tgztar -zxvf yaz-1.2.2.tgzcd yaz-1.2.2phpize./configuremakemake install
extension=yaz.so
Quote from: anthonytaylor121 on April 09, 2018, 10:47:10 AMHi I run a joomla site and one of its components requires the yaz extension. How do I find and install yaz extension. Thanks in advance for your help I am running PHP version: 7.2.0Code: [Select]cd /rootwget http://ftp.indexdata.dk/pub/yaz/yaz-5.23.1.tar.gztar -zxvf yaz-5.23.1.tar.gzcd yaz-5.23.1./configuremakemake installcd /rootwget https://pecl.php.net/get/yaz-1.2.2.tgztar -zxvf yaz-1.2.2.tgzcd yaz-1.2.2phpize./configuremakemake installadd this line to php.ini :Code: [Select]extension=yaz.so