免费注册 查看新帖 |

Chinaunix

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

[数据库 BDB] php 安装 Berkeley db 模块 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-08-26 14:53 |只看该作者 |倒序浏览
我的环境是linux10.0
已经从sleepcat.com下载了Berkeley db4.3安装完成, 但是我在编译php的时候出现这个错误:
编译语句:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-fastcgi --with-flatfile  \
>;   --enable-sockets --enable-pcntl --with-mysql --with-gd --with-jpeg-dir=/usr/local  \
>;   --with-png-dir=/usr/local/ --without-xpm --with-zlib-dir=/usr/ --enable-gd-native-ttf  \
>;   --enable-ftp --with-iconv --with-regex --enable-dba=shared --with-db4=/usr/local/berkelay/
  

最后错误:
checking for db4 major version... configure: error: Header contains different version

config.log 错误:
/tmp/cc0gvzEK.o(.text+0x15): In function `main':
/usr/local/src/php-4.3.9/configure:23823: undefined reference to `db_appinit'
/usr/local/berkelay//lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
/usr/local/berkelay//lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
/usr/local/berkelay//lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
/usr/local/berkelay//lib/libdb.so: undefined reference to `pthread_mutexattr_init'
/usr/local/berkelay//lib/libdb.so: undefined reference to `pthread_mutex_trylock'
collect2: ld returned 1 exit status
configure: failed program was:
#line 23817 "configure"
#include "confdefs.h"

#include "/usr/local/berkelay//include/db.h"

int main() {

          (void)db_appinit("", NULL, (DB_ENV*)0, 0);

; return 0; }
configure:23864: checking for db2 major version

不知道改怎么解决。请教!

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
2 [报告]
发表于 2005-08-27 19:43 |只看该作者

[数据库 BDB] php 安装 Berkeley db 模块

php的所需要的bdb支持库和你系统的不匹配。

你所安装的php-bdb里面应该有文档,告诉你所需要的版本的。

Header contains different version
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP