Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 1999 10:05:16 -0600
From:      Ken <kgun@mark.iacan.org>
To:        freebsd-questions@freebsd.org
Subject:   Proftpd and mod_mysql help
Message-ID:  <19991013100516.A538@mark.iacan.org>

next in thread | raw e-mail | index | archive | help
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:

<quote>
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.
</quote>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991013100516.A538>