proftpd mo_sql_mysql on suse 64

Discussion in 'Server Operation' started by electroISP, Jan 4, 2007.

  1. electroISP

    electroISP New Member

    anyone else having hassles with proftpd management in order to use a sql database for login, heres a couple of tips i found after a day or so

    make mod_sql_mysql.c in your /usr/include/mysql directory
    heres the code

    thanx to castaglia
    mod_sql_mysql.c.html

    now
    Code:
    get latest proftpd
    
    wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.1rc1.tar.bz2
    
    unpackage
    
    tar xfvj proftpd-1.3.1rc1.tar.bz2 
    
    change dir
    
    cd proftp-1.3.1rc1
    
    configure using (make sure all on one line)
    
    ./configure --with-modules=mod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql --with-includes=/usr/include/mysql --with-libraries=/usr/lib64/mysql/
    
    
    then make
    
    then make install
    
    hope this was how i did it, ive tried so many things but im pretty sure, if someone else does it his way please confirm

    continue on with falkos brilliant how to

    http://www.howtoforge.com/proftpd_mysql_virtual_hosting
    and move onto

    http://proftpd-adm.sourceforge.net/page_install.php

    to add some management

    I'll say again im blundering through this but trying to get some 64 bit tips together, see also http://www.howtoforge.com/forums/showthread.php?t=9484
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's the exact problem?
     

Share This Page