From owner-freebsd-questions Wed Oct 13 9: 5:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mark.iacan.org (mark.iacan.org [208.1.106.133]) by hub.freebsd.org (Postfix) with ESMTP id 4149A153B4 for ; Wed, 13 Oct 1999 09:05:17 -0700 (PDT) (envelope-from kgun@mark.iacan.org) Received: by mark.iacan.org (Postfix, from userid 1000) id 217958D701; Wed, 13 Oct 1999 10:05:16 -0600 (MDT) Date: Wed, 13 Oct 1999 10:05:16 -0600 From: Ken To: freebsd-questions@freebsd.org Subject: Proftpd and mod_mysql help Message-ID: <19991013100516.A538@mark.iacan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings; Has anybody built the Proftp1.0pre8 port with the mod_mysql, mod_pgslq, mod_ratio, and mod_sqlpw modules? I'm not a coder and tried it by adding the following to the Makefile: --with-modles=mod_sqlpw \ --with-modles=mod_mysql \ --with-modles=mod_pgsql \ --with-modles=mod_ratio but the make doesn't seem to find the modules. Proftp source has all four of these puppies in the contrib dir, but the modules dir only has links to ratio and pgsql. The ratio module is the only one that make finds, which is also the only one the port had configured by default. So what am I missing here and why does the proftp src only link to ratio and pgsql modules? This is what I could find about it searching the Proftp list archives: Noah> FWIW, I am experiencing the same problem, although here's a few Noah> more data points: Noah and I have determined that 1) theres is an embarrasing missing comma at the end of mod_sqlpw, and 2) completely unrelated, SQL auth doesnt work if you don't --with-modules in a very picky order. The workaround is to specify mod_sqlpw first; I use --with-modles=mod_sqlpw:mod_mysql:mod_pgsql:mod_ratio. I'll fix it so it configs during the first command, not at child init. Please cc replies as I'm not subscribed at the moment. TIA-- Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message