免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1097 | 回复: 2
打印 上一主题 下一主题

[Mail] 请教make vpopmail时出现的问题。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-01-18 21:21 |只看该作者 |倒序浏览
在make  vpopmail时出现:
make  all-recursive
make[1]: Entering directory `/usr/local/src/vpopmail-5.4.7'
Making all in cdb
make[2]: Entering directory `/usr/local/src/vpopmail-5.4.7/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/vpopmail-5.4.7/cdb'
make[2]: Entering directory `/usr/local/src/vpopmail-5.4.7'
gcc -I. -I/usr/local/mysql  -I. -I. -I.     -g -O2 -Wall -c `test -f 'vauth.c' || echo './'`vauth.c
vauth.c:33:19: mysql.h: No such file or directory
In file included from vauth.c:38:
vmysql.h:44: syntax error before string constant
vmysql.h:46: syntax error before string constant
vmysql.h:47: syntax error before string constant
vmysql.h:50: syntax error before string constant
vmysql.h:52: syntax error before string constant
vmysql.h:53: syntax error before string constant
vauth.c:40: syntax error before "mysql_update"
vauth.c:40: warning: type defaults to `int' in declaration of `mysql_update'
vauth.c:40: warning: data definition has no type or storage class
vauth.c:41: syntax error before "mysql_read_getall"
vauth.c:41: warning: type defaults to `int' in declaration of `mysql_read_getall'
vauth.c:41: warning: data definition has no type or storage class
vauth.c:59: syntax error before '*' token
vauth.c:59: warning: type defaults to `int' in declaration of `res_update'
vauth.c:59: warning: data definition has no type or storage class
vauth.c:60: syntax error before '*' token
vauth.c:60: warning: type defaults to `int' in declaration of `res_read_getall'
vauth.c:60: warning: data definition has no type or storage class
vauth.c:68: syntax error before "row"
vauth.c:68: warning: type defaults to `int' in declaration of `row'
vauth.c:68: warning: data definition has no type or storage class
vauth.c:69: syntax error before "row_getall"
vauth.c:69: warning: type defaults to `int' in declaration of `row_getall'
vauth.c:69: warning: data definition has no type or storage class
vauth.c: In function `load_connection_info':
vauth.c:134: `MYSQL_READ_SERVER' undeclared (first use in this function)
vauth.c:134: (Each undeclared identifier is reported only once
vauth.c:134: for each function it appears in.)
vauth.c:139: `MYSQL_READ_USER' undeclared (first use in this function)
vauth.c:141: `MYSQL_READ_PASSWD' undeclared (first use in this function)
vauth.c:153: `MYSQL_UPDATE_SERVER' undeclared (first use in this function)
vauth.c:155: `MYSQL_UPDATE_USER' undeclared (first use in this function)
vauth.c:156: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function)
vauth.c: In function `vauth_open_update':
vauth.c:197: warning: implicit declaration of function `mysql_init'
vauth.c:198: warning: implicit declaration of function `mysql_options'
vauth.c:198: `MYSQL_OPT_CONNECT_TIMEOUT' undeclared (first use in this function)
vauth.c:201: warning: implicit declaration of function `mysql_real_connect'
vauth.c:201: `MYSQL_UPDATE_SERVER' undeclared (first use in this function)
vauth.c:202: `MYSQL_UPDATE_USER' undeclared (first use in this function)
vauth.c:202: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function)
vauth.c:211: warning: implicit declaration of function `mysql_select_db'
vauth.c:215: warning: implicit declaration of function `mysql_query'
vauth.c:221: warning: implicit declaration of function `mysql_error'
vauth.c:221: warning: format argument is not a pointer (arg 4)
vauth.c: In function `vauth_open_read_getall':
vauth.c:281: `MYSQL_READ_SERVER' undeclared (first use in this function)
vauth.c:282: `MYSQL_READ_USER' undeclared (first use in this function)
vauth.c:282: `MYSQL_READ_PASSWD' undeclared (first use in this function)
vauth.c:285: `MYSQL_UPDATE_SERVER' undeclared (first use in this function)
vauth.c:286: `MYSQL_UPDATE_USER' undeclared (first use in this function)
vauth.c:286: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function)
vauth.c: In function `vauth_create_table':
vauth.c:308: warning: format argument is not a pointer (arg 4)
vauth.c: In function `vauth_adduser':
vauth.c:387: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vauth_getpw':
vauth.c:437: warning: format argument is not a pointer (arg 3)
vauth.c:441: warning: implicit declaration of function `mysql_store_result'
vauth.c:441: warning: assignment makes pointer from integer without a cast
vauth.c:446: warning: implicit declaration of function `mysql_num_rows'
vauth.c:447: warning: implicit declaration of function `mysql_free_result'
vauth.c:465: warning: implicit declaration of function `mysql_fetch_row'
vauth.c:466: subscripted value is neither array nor pointer
vauth.c:466: subscripted value is neither array nor pointer
vauth.c:466: subscripted value is neither array nor pointer
vauth.c:466: subscripted value is neither array nor pointer
vauth.c:466: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:467: subscripted value is neither array nor pointer
vauth.c:468: subscripted value is neither array nor pointer
vauth.c:468: subscripted value is neither array nor pointer
vauth.c:469: subscripted value is neither array nor pointer
vauth.c:469: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:470: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:471: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:472: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c:474: subscripted value is neither array nor pointer
vauth.c: In function `vauth_setquota':
vauth.c:597: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vauth_getall':
vauth.c:635: warning: format argument is not a pointer (arg 3)
vauth.c:639: warning: assignment makes pointer from integer without a cast
vauth.c:661: warning: comparison between pointer and integer
vauth.c:662: subscripted value is neither array nor pointer
vauth.c:662: subscripted value is neither array nor pointer
vauth.c:662: subscripted value is neither array nor pointer
vauth.c:662: subscripted value is neither array nor pointer
vauth.c:662: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:663: subscripted value is neither array nor pointer
vauth.c:664: subscripted value is neither array nor pointer
vauth.c:664: subscripted value is neither array nor pointer
vauth.c:665: subscripted value is neither array nor pointer
vauth.c:665: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:666: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:667: subscripted value is neither array nor pointer
vauth.c:668: subscripted value is neither array nor pointer
vauth.c:669: subscripted value is neither array nor pointer
vauth.c:669: subscripted value is neither array nor pointer
vauth.c:669: subscripted value is neither array nor pointer
vauth.c:669: subscripted value is neither array nor pointer
vauth.c:669: subscripted value is neither array nor pointer
vauth.c:672: subscripted value is neither array nor pointer
vauth.c:673: subscripted value is neither array nor pointer
vauth.c:673: subscripted value is neither array nor pointer
vauth.c:673: subscripted value is neither array nor pointer
vauth.c:673: subscripted value is neither array nor pointer
vauth.c:673: subscripted value is neither array nor pointer
vauth.c: In function `vauth_setpw':
vauth.c:755: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vclose':
vauth.c:853: warning: implicit declaration of function `mysql_close'
vauth.c: In function `vread_dir_control':
vauth.c:993: warning: assignment makes pointer from integer without a cast
vauth.c:998: warning: comparison between pointer and integer
vauth.c:1000: subscripted value is neither array nor pointer
vauth.c:1001: subscripted value is neither array nor pointer
vauth.c:1002: subscripted value is neither array nor pointer
vauth.c:1004: subscripted value is neither array nor pointer
vauth.c:1005: subscripted value is neither array nor pointer
vauth.c:1006: subscripted value is neither array nor pointer
vauth.c:1008: subscripted value is neither array nor pointer
vauth.c:1009: subscripted value is neither array nor pointer
vauth.c:1010: subscripted value is neither array nor pointer
vauth.c:1012: subscripted value is neither array nor pointer
vauth.c:1013: subscripted value is neither array nor pointer
vauth.c:1014: subscripted value is neither array nor pointer
vauth.c:1016: subscripted value is neither array nor pointer
vauth.c:1017: subscripted value is neither array nor pointer
vauth.c:1018: subscripted value is neither array nor pointer
vauth.c:1020: subscripted value is neither array nor pointer
vauth.c:1020: subscripted value is neither array nor pointer
vauth.c:1020: subscripted value is neither array nor pointer
vauth.c:1020: subscripted value is neither array nor pointer
vauth.c:1020: subscripted value is neither array nor pointer
vauth.c: In function `vwrite_dir_control':
vauth.c:1070: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vcreate_dir_control':
vauth.c:1100: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vdel_dir_control':
vauth.c:1117: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vset_lastauth':
vauth.c:1138: warning: format argument is not a pointer (arg 3)
vauth.c: In function `vget_lastauth':
vauth.c:1157: warning: format argument is not a pointer (arg 3)
vauth.c:1161: warning: assignment makes pointer from integer without a cast
vauth.c:1164: subscripted value is neither array nor pointer
vauth.c: In function `vget_lastauthip':
vauth.c:1182: warning: format argument is not a pointer (arg 3)
vauth.c:1186: warning: assignment makes pointer from integer without a cast
vauth.c:1188: subscripted value is neither array nor pointer
vauth.c:1188: subscripted value is neither array nor pointer
vauth.c:1188: subscripted value is neither array nor pointer
vauth.c:1188: subscripted value is neither array nor pointer
vauth.c:1188: subscripted value is neither array nor pointer
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory `/usr/local/src/vpopmail-5.4.7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vpopmail-5.4.7'
make: *** [all] Error 2

请各位高手指教。

论坛徽章:
0
2 [报告]
发表于 2005-01-19 08:28 |只看该作者

请教make vpopmail时出现的问题。

你是怎样配置vmysql文件的?

论坛徽章:
0
3 [报告]
发表于 2005-01-19 08:38 |只看该作者

请教make vpopmail时出现的问题。

好象是mysql-dev包缺少了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP