Compiling Dbase extension for PHP in Ubuntu
Buy cheap and genuine Windows 7 product key |
Windows 7 Ultimate ISO download |
Windows 7 Product Key Generator For 32&64 Bits |
Windows 7 Product Key Online Store |
Windows 7 Ultimate SP1 Product Key Sale |
Windows 7 Key |
Get Free Newest Windows 7 Product Key |
Windows 7 Product Key for 32bit/64bit Updated 2016 |
Microsoft Office 2010 Professional Plus 14 serial key dowload |
Windows 7 Professional Download ISO Free Download |
windows 10 education key
windows 10 enterprise mak
office 2010 key
windows 7 key sale
windows 10 home-key
windows 10 education
windows 10 pro key
office 2016 key
windows 10 key
office 2013 key
windows 10 home edition
windows 7 key
windows 10 activation key
Compiling Dbase extension for PHP in Ubuntu
Steps
Become root
1) root@zenware:/# sudo su
and type your password
Get the Source code, Subversion, and Tools
2) apt-get install shtool dpkg-dev subversion
3) cd /opt
4) mkdir php
5) cd /opt/php
6) apt-get source php5
Get the source for dbase extension
As I told you, also DBase extension is no longer included, so:
7) cd /opt/php/php5-5.3.3/ext/
mkdir dbase
9) svn co http://svn.php.net/repository/pecl/dbase/trunk dbase
Compile the Extension
10) cd /opt/php/php5-5.3.3/ext/dbase
11) phpize
12) ./configure
13) make
Copy the extension
14) cp /opt/php/php5-5.3.3/ext/dbase/modules/dbase.so /usr/lib/php5/20090626/
Restart Apache
15) /etc/init.d/apache2 restart