Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » 10 Langkah Installasi php-dbase di LINUX debian-etch

10 Langkah Installasi php-dbase di LINUX debian-etch

Berikut ini Cara Installasi extension dbase di PHP5 pada sistem operasi Linux debian-etch
—-
1. Install terlebih dahulu php5-dev
~# apt-get install php5-dev
2. Download Source Code php5-dev
~# apt-get source php5-dev
3. Unpack Source Code
4. Masuk kedalam direktori ext/dbase
5. Kemudian ketik “phpize”
6. Compile Code-nya :  ./configure && ./make
7. copykan dbase.so kedalam folder /usr/lib/php5/20060613+lfs
8. Edit file php.ini
~# joe /etc/php5/apache/php.ini
9. Tambahkan Extension db.so

; Example lines:

;extension=mysql.so
;extension=gd.so
extension=dbase.so

10. Restart Apache /etc/init.d/apache restart
———–
GoodLuck

Filed under: 7. Operating System

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>