proftpd DOWN? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: proftpd DOWN? (/thread-3120.html) |
RE: proftpd DOWN? - joximu - 04-24-2008 07:36 PM Well - the files exist *in Debian* - but it seems that every distor handles it in a different way (opensuse does not have the modules file) - that's our problem... if you don't have the file, try the two commands and then we have to change the config file for theese distros... RE: proftpd DOWN? - GooCarlos - 04-24-2008 09:02 PM Hey, I am sorry, I did not understand. I can help the right » RE: proftpd DOWN? - joximu - 04-25-2008 12:30 AM in proftpd.conf: set a # before "Include /etc/proftpd/modules.conf" insert: Code: LoadModule mod_sql.c and try to start proftpd. RE: proftpd DOWN? - GooCarlos - 04-25-2008 01:26 PM Apr 25 11:25:08 4803 proftpd: proftpd shutdown succeeded Apr 25 11:25:08 4803 proftpd: - Fatal: unknown configuration directive 'LoadModule' on line 1 of '/etc/proftpd/modules.conf' Apr 25 11:25:08 4803 proftpd: proftpd startup failed RE: proftpd DOWN? - joximu - 04-25-2008 05:29 PM ??? I thought you don't have a modules.conf RE: proftpd DOWN? - StevenE - 04-25-2008 05:45 PM jep, got the same error. i think there must be a module for it. If this module isn't installed you can't use 'LoadModule' think it was dso (Dynamic Shared Objects) but I have to look how to enable RE: proftpd DOWN? - StevenE - 04-25-2008 05:47 PM joximu Wrote:??? I think he just touched it or something like that. It's no diffrent between to have 'LoadModule' in proftpd.conf or the included file RE: proftpd DOWN? - StevenE - 04-25-2008 10:57 PM so I think so far it should work, but it doesn't Installation of proftpd % tar -xzf proftpd-1.3.1.tar.gz % cd proftpd-1.3.1 % ./configure --enable-dso --enable-openssl --with-mysql --with-modules=mod_sql:mod_ratio:mod_readme:mod_rewrite:mod_wrap2:mod_sql_mysql:mod_tls:mod_quotatab:mod_quotatab_file:mod_quotatab_sql:mod_ifsession % make problem: /usr/bin/ld: cannot find -lmysqlclient I don't know why but I have al libaries and stuff but still got this error. But I think t should work for you GooCarlos (If you had installed mysql normaly ) RE: proftpd DOWN? - GooCarlos - 04-25-2008 11:06 PM 非常感谢,我觉得自己应该是没有安装mod。 我先尝试一下。 Thanks, I feel that they should not be installed mod. I would first try. RE: proftpd DOWN? - GooCarlos - 04-25-2008 11:08 PM /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status rm -f .libs/proftpdS.o make: *** [proftpd] Error 1 ??? |