Blogger Jateng

install php-pecl-yaz di centos

# yum install php-pear

#pecl install yaz

ms error? car manualnya :
-bash-3.2# cd /usr/local/src/
-bash-3.2# wget http://ftp.indexdata.dk/pub/yaz/yaz-3.0.45.tar.gz
-bash-3.2# tar xzf yaz-3.0.45.tar.gz
-bash-3.2# cd yaz-3.0.45
-bash-3.2# ./configure
....
-bash-3.2# make
....
-bash-3.2# make install
....
-bash-3.2# cd ztest/
-bash-3.2# ./yaz-ztest&

tes dulu
-bash-3.2# ps aux | grep yaz

root 23890 0.0 0.3 35296 1860 pts/0 S 16:12 0:00 /usr/local/src/yaz-3.0.45/ztest/.libs/lt-yaz-ztest

root 23918 0.0 0.1 7184 804 pts/0 S+ 16:12 0:00 grep yaz


-bash-3.2# ps aux | grep yaz

Post a Comment for "install php-pecl-yaz di centos"