János Holányi wrote: > Hello, > > I'd like to know how I can build an apache-ssl-enabled Debian package of Rivet > using standard Debian building environment (Sarge) and tools. > > Any ideas?
Well, I think the configuration information for Apache SSL should be captured by the apxs that it ships with. So what you want to do is find where its apxs script resides, and then, when you configure Rivet, do something like: --with-apxs=/usr/bin/apxs-ssl That line is, for Debian, in debian/rules. See if that works and let us know, ok? -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
