What's the difference between this and building using ./configure and make install? I was able to successfully build with configure and make, but I did have to change a few things ... Does the dpkg-buildpackage way make it so I don't have to tweak files to build?
For example, the scripts provided with php4 look for <name of executable>.conf. Since the executable is called apache, it looked for apache.conf instead of httpd.conf. Thanks! Jen From: "martin f krafft" <[EMAIL PROTECTED]> > no, apt-get source php4, then in the directory of the php4 source, > `dpkg-buildpackage -rfakeroot`. you might need multiple tries until > you have all *-dev dependencies met.