ChinaUnix.net
相关文章推荐:

berkeleyDB 移植

Perl 怎么用 berkeleydb? 看了下BDB模块的说明,不是很明白 http://search.cpan.org/~pmqs/berkeleydb-0.34/berkeleydb.pod

by lin_wang - Perl - 2008-04-01 15:18:50 阅读(1209) 回复(2)

相关讨论

各位高手,请教ndbm.h在那个库文件中??

by camlee0131203 - C/C++ - 2005-11-18 09:21:49 阅读(468) 回复(0)

php编译时候已经支持dba dba DBA support => enabled Supported handlers => cdb cdb_make db4 inifile flatfile 但是 [root@localhost php-5.2.6]# php -f /tmp/test.php Warning: dba_open(/tmpx/test.db4,c): Driver initialization failed for handler: db4: Invalid argument in /tmp/test.php on line 32 内容如下

by pkiller - PHP - 2008-06-27 18:36:02 阅读(1177) 回复(1)

现在要用openldap,但在安装berkeleydb时,configure的时候,总会出现错误: config.status:cannot find input file:../dist/../test/include.tcl 请问各位大虾是怎么回事? thx

by Gorgeous - 系统管理 - 2004-04-04 23:06:31 阅读(278) 回复(0)
by l.darkfire - BSD - 2006-09-30 17:05:08 阅读(2043) 回复(3)

我装了berkeleydb,库路径也配好了,但运行程序是,老是对 ret = dbp->open(dbp, NULL, "easy.db", NULL, DB_BTREE, flags, 0);这一句报错, 错误如下:(easy.c是我的程序文件) easy.c: In function `main': easy.c:37: incompatible type for argument 4 of indirect function call easy.c:37: too many arguments to function make: *** [easy.o] Error 1 make: Target `easy' not remade because of errors.

by gaoqing000 - C/C++ - 2006-08-04 08:53:27 阅读(759) 回复(7)

在安装sendmail是经常要安装Berkeley berkeleydb起到什么作用?如果不使用用什么问题? 能不能详细的解释一下.或者相关的网页(www.sendmail.org...) 谢谢!!

by xyhost - 服务器应用 - 2003-11-19 10:23:46 阅读(415) 回复(0)

程序如下: #include #include #include #include #include void init_DBT(DBT * key, DBT * data) { memset(key, 0, sizeof(DBT)); memset(data, 0, sizeof(DBT)); } int main(){ DB *dbp; DBT key[1000], data[1000]; int ret,i; ret = db_create(&dbp, NULL, 0); ret = dbp->open(dbp, NULL, "single.db", NULL, DB_BTREE, DB_CREATE, 0); f...

by pkiller - C/C++ - 2008-08-02 20:22:01 阅读(1356) 回复(5)

在clucene中用到了BDB,能直接修改clucene的Makefile加入BDB的库吗?怎么修改? 谢谢各位大牛了! Makefile文件片段如下: AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 CLLIB_VERSION = 1:0:0 CPP = gcc -E CPPFLAGS = CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DOT = false DOXYGEN = true ECHO = echo ECHO_C = ...

by ruibob - C/C++ - 2007-12-07 18:51:19 阅读(877) 回复(0)

我是按照http://www.cngnu.org/technology/Postfix_I.html来做的 我用的是RedHat AS4 装完后postfix 正常,可以发送邮件. 但是后来装完Cyrus-IMAP 后在进程中显示正常,端口也有在监听,但是用telnet localhost pop3 登陆时就不动了,无论Ctrl+C 还是怎么样都没有反应,也没有出现欢迎信息. 后来看日志中现实是连接错误,大意好像是编译时用的include 文件是4.2.52版本的而连接是用的库是 4.1.25 的,后来我把.h 文件换成 4.1.25 的了,可...

by jzgnh - 服务器应用 - 2007-04-27 13:40:09 阅读(983) 回复(0)

还有RedHat9怎么把4.3版本装上 好象默认检测到redhat9后装的是4.0

by surfzsl - 服务器应用 - 2005-09-28 19:49:59 阅读(1229) 回复(1)