May 10, 2011
How to install PHP5-FSS 32bit on Ubuntu or Debian
Posted by: admin : Category: PHP
This post was published 9 months 16 days ago which may make its actuality or expire date not be valid anymore. This site is not responsible for any misunderstanding.Add to file /etc/apt/sources.list:
deb-src apt.wikimedia.org/wikimedia hardy-wikimedia main
run sudo apt-get update; apt-get installĀ dpkg-buildpackage fakeroot php5-dev
ThenĀ make deb package and install it:
apt-get source php5-fss && cd php5-fss-0.0.1 && fakeroot debian/rules binary
dpkg -i ../php5-fss_0.0.1-2_i386.deb
Popularity: 13% [?]
