Softaculous


Topic : Help me instal pecl apn


Posted By: lolite on October 29, 2014, 2:37 am
I would like to ask how to install apn [ pecl .php. net /package/apn] in webuzo please help me

Posted By: divij on October 29, 2014, 7:12 am | Post: 1
Hi,

Sir you can use the following command to install apn:

Code

root> /usr/local/apps/PHPVERSION/bin/pecl install apn


Make sure that you have install libcapn on your server.

Posted By: lolite on October 29, 2014, 7:22 am | Post: 2
Quote From : divij October 29, 2014, 7:12 am
Hi,

Sir you can use the following command to install apn:

Code

root> /usr/local/apps/PHPVERSION/bin/pecl install apn


Make sure that you have install libcapn on your server.



how to install libcapn? sorry I'm newbie

if like this?

git clone git: //github.com/adobkin/libcapn libcapn
cd libcapn
git submodule update --init

Posted By: divij on October 29, 2014, 7:36 am | Post: 3
Hi,

Sir please follow the following guide:
http://libcapn.org/doc/html/install.html#unix

Do not use the git to download package use the wget for downloading.


Edited by divij : October 29, 2014, 7:37 am

Posted By: lolite on October 30, 2014, 8:24 am | Post: 4
Quote From : divij October 29, 2014, 7:36 am
Hi,

Sir please follow the following guide:
http://libcapn.org/doc/html/install.html#unix

Do not use the git to download package use the wget for downloading.


hello sir I am having the following error



Posted By: divij on October 30, 2014, 10:28 am | Post: 5
Hi,

Sir, run the following command:
root>yum install autoconf

Posted By: lolite on October 31, 2014, 3:40 am | Post: 6
Quote From : divij October 30, 2014, 10:28 am
Hi,

Sir, run the following command:
root>yum install autoconf


hello sir why the install failed error

Posted By: divij on October 31, 2014, 5:46 am | Post: 7
Hi,

It says that apn in install on your server.
Please make the apn entry in /usr/local/apps/php53/etc/php.d/extra.conf

Then restart your webserver.


Edited by divij : October 31, 2014, 5:47 am

Posted By: lolite on October 31, 2014, 5:48 am | Post: 8
Quote From : divij October 30, 2014, 10:28 am
Hi,

Sir, run the following command:
root>yum install autoconf


hello sir how do I install apn in the directory / php53 / ext /?

Posted By: divij on October 31, 2014, 6:30 am | Post: 9
Hi,

Sir use the following command:

Code
root> mv /usr/local/apps/php53/lib/extensions/no-debug-non-zts-20090626/* /usr/local/apps/php53/ext/


Posted By: lolite on November 1, 2014, 1:33 am | Post: 10
Quote From : divij October 31, 2014, 6:30 am
Hi,

Sir use the following command:

Code
root> mv /usr/local/apps/php53/lib/extensions/no-debug-non-zts-20090626/* /usr/local/apps/php53/ext/



wow thank you very much for your help

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.