Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anthonytaylor121

Pages: [1]
1
PHP / Re: How to add yaz extension to php?
« on: April 13, 2018, 02:46:07 PM »
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

Code: [Select]
cd /root
wget http://ftp.indexdata.dk/pub/yaz/yaz-5.23.1.tar.gz
tar -zxvf yaz-5.23.1.tar.gz
cd yaz-5.23.1
./configure
make
make install

cd /root
wget https://pecl.php.net/get/yaz-1.2.2.tgz
tar -zxvf yaz-1.2.2.tgz
cd yaz-1.2.2
phpize
./configure
make
make install

add this line to php.ini :
Code: [Select]
extension=yaz.so

Thanks the second option worked a treat.

2
PHP / Re: How to add yaz extension to php?
« on: April 11, 2018, 09:33:42 PM »
Thanks I changed to php 7.1.0  and installed fine.  How do I enable the extension?

3
PHP / How to add yaz extension to php?
« on: April 09, 2018, 10:47:10 AM »
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

4
Information / is it normal for memory with cache to always be high
« on: April 01, 2018, 10:55:56 AM »
Hi I am fairly new to Centos web panel,   I have noticed that memory with cache always seems to be over 50%  Is this normal or do I need to do something to reduce this.   I currently only have two joomla sites running, one is just a test site where I try new things out etc.

Pages: [1]