[AuthPG] RedHat RPM SPEC
Brought to you by:
minskim
From: Matthew R. <Mat...@pl...> - 2003-10-24 06:58:09
|
For those interested here is a spec file which may be used to build AuthPG rpms. I've also included the requisite conf file for Apache 2 builds. The patches required to build AuthPG on RHL are available in the patches section of the AuthPG project. A standard build would consist of putting the AuthPG (1.4) source code, patches, and authpg.conf in the SOURCES directory, the spec file in your SPECS directory and executing rpmbuild -ba AuthPG.spec. (I assume you know where all those things are) By default it will build for Apache 1.3.x, to build for Apache 2 do the following: rpmbuild -ba --define 'apache2 1' AuthPG.spec It also defaults to using the MD5 password hash/hash type patch, which I probably should have turned off by default but it's easy enough to build without it: rpmbuild -ba --define 'withmd5 0' AuthPG.spec or rpmbuild -ba --define 'apache2 1' --define 'withmd5 0' AuthPG.spec The apache2 stuff is technically not "production" yet, but I'm hoping this will make it easier for people to test. Let me know if you have any problems with it, or make any significant changes ;) Enjoy! Matt -- Matthew Rich <Mat...@pl...> Sony Computer Entertainment America |