QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 804|回复: 4

proftp+mysql+quota 的问题!忙了一下午了没

[复制链接]
发表于 2004-2-6 15:28:11 | 显示全部楼层 |阅读模式
我按照http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=52251的帖子来做的。我用的是RH8.0 在上面安装好了apache+mysql+php
用的软件包分别是:
mysql-4.0.17.tar.gz
httpd-2.0.47.tar.gz
php-4.3.3.tar.bz2
这几个软件包我安装在了/opt目录下面!
然后我开始进行proftp+mysql+quota 前几步都做完了在进行./configure我写的语句是
./configure \
--prefix=/opt/proftpd \
--with-modules=mod_sql:mod_sql_mysql:mod_quotatab\
:mod_quotatab_sql:mod_ratio \
--with-includes=/opt/mysql/include/mysql \
--with-libraries=/opt/mysql/lib/mysql
这一步也是正常。但是当我用#make 的时候以为没有问题,我过了一会儿过来看的时候在编译了一段时间后提示:(请大家帮忙了)
mod_sql_mysql.c:1300: warning: type defaults to `int' in declaration of `sql_log'
mod_sql_mysql.c:1300: warning: data definition has no type or storage class
/usr/include/gconv.h:172: warning: array `__data' assumed to have one element
/usr/include/bits/socket.h:237: warning: array `__cmsg_data' assumed to have one element
mod_sql_mysql.c:213: register name not specified for `__result'
mod_sql_mysql.c:1298: register name not specified for `__result'
make[1]: *** [mod_sql_mysql.o] Error 1
make[1]: Leaving directory `/home/temp/proftpd-1.2.9/modules'
make: *** [modules] Error 2
发表于 2004-2-6 19:42:09 | 显示全部楼层
把下面两句:
[code:1]
--with-includes=/opt/mysql/include/mysql \
--with-libraries=/opt/mysql/lib/mysql
[/code:1]
改成
[code:1]
--with-includes=/opt/mysql/include/ \
--with-libraries=/opt/mysql/lib/
[/code:1]
试试。。这种一般是头跟库的路径没有弄对
回复

使用道具 举报

 楼主| 发表于 2004-2-6 20:31:19 | 显示全部楼层
还是不好用呀,斑竹过来看看呀!
回复

使用道具 举报

发表于 2004-2-23 01:23:01 | 显示全部楼层
你把mod_proftp下的文件拷到哪里去了?要拷到proftpd/contrib下面。不是proftpd/modules下。
回复

使用道具 举报

发表于 2004-12-22 11:45:52 | 显示全部楼层
我的问题与他的一样,问题至尽没有解决
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 19:34 , Processed in 0.053064 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表