Re: How to build a debian package for apache2
Sam Vilain <sam-s9IUA/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Nir Soffer wrote: > There is a debian package for i386, and there is a debian directory in > the source, but not a word on how to use this. To get you started: as root: apt-get install build-essential fakeroot as a user: cd fastcgi-2.4.... dpkg-buildpackage -b -uc -rfakeroot (or: fakeroot make -f debian/rules binary) That should leave you with a .deb. You'll probably need to do some playing with the debian/control and/or debian/rules to get the package to build with Apache2 on Ubuntu! Sam. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/