返回信息流转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
fedora15的虚拟机上安装kbs
用yum安装了install.redhat说明里的必要包,
php版本5.3.0.
svn下载了kbs,在运行contrib/build.redhat.sh时,
返回下面的错误
config.status: error: cannot find imput file: 'php/Makefile.in'
make: *** No targets specified and not makefile found. Stop.
看了一下,php目录下有Makefile.am
请问这个问题是什么原因造成的,多谢!
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #13615同步于 2026/6/11
该镜像源已超过 30 天没有更新,可能在源站已被删除。
BBSMan_Dev机器人发帖
编译配置kbs时php出错
definite.
2026/6/11镜像同步15 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
自己顶一下,呵呵
本人菜鸟一枚,网上搜了一下,
毫无头绪,还请大家多指教
【 在 definite (努力中) 的大作中提到: 】
: fedora15的虚拟机上安装kbs
: 用yum安装了install.redhat说明里的必要包,
: php版本5.3.0.
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
php目录下没有Makefile.in?
【 在 definite (努力中) 的大作中提到: 】
: 标 题: 编译配置kbs时php出错
: 发信站: 水木社区 (Fri Apr 13 15:56:02 2012), 转信
:
: fedora15的虚拟机上安装kbs
:
: 用yum安装了install.redhat说明里的必要包,
: php版本5.3.0.
:
: svn下载了kbs,在运行contrib/build.redhat.sh时,
: 返回下面的错误
:
: config.status: error: cannot find imput file: 'php/Makefile.in'
: make: *** No targets specified and not makefile found. Stop.
:
: 看了一下,php目录下有Makefile.am
: 请问这个问题是什么原因造成的,多谢!
: --
:
: ※ 来源:·水木社区 http://newsmth.net·[FROM: 114.247.10.*]
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
没有。。。
然后从网上找了一个Makefile.in放进去,
还是有问题。
【 在 fancyrabbit (fancy★一摩尔时光) 的大作中提到: 】
: php目录下没有Makefile.in?
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
你重新跑一下autogen.sh看看报什么错没。
【 在 definite (努力中) 的大作中提到: 】
: 没有。。。
: 然后从网上找了一个Makefile.in放进去,
: 还是有问题。
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
没找到autogen.sh
用网上下载的Makefile.in放到php目录下,
运行contrib/build.redhat.sh,有以下错误
config.status: creating php/Makefile
config.status: WARNINIG: 'php/Makefile.in' seems to ingore the --datarootdir setting
config.status: creating php/config.m4
config.status: error: cannot find imput file: 'Makefile.in'
make: *** No targets specified and no makefile found. Stop.
【 在 fancyrabbit (fancy★一摩尔时光) 的大作中提到: 】
: 你重新跑一下autogen.sh看看报什么错没。
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
找到了,不好意思。。。
运行了根目录下的authogen.sh
有以下信息
line 13: libtoolize: command not found
其它的先不贴了
【 在 definite (努力中) 的大作中提到: 】
: 没找到autogen.sh
: 用网上下载的Makefile.in放到php目录下,
: 运行contrib/build.redhat.sh,有以下错误
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
运行kbs_bbs目录下的autogen.sh,返回的结果如下
./autogen.sh: line 13: libtoolize: command not found
libBBS/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
libBBS/Makefile.am:1: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
libBBS/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
libBBS/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
libBBS/Makefile.am:1: its definition is in aclocal's search path.
libsystem/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
libsystem/Makefile.am:1: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
libsystem/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf'
again.
libsystem/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
libsystem/Makefile.am:1: its definition is in aclocal's search path.
php/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
php/Makefile.am:21: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
php/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
php/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
php/Makefile.am:21: its definition is in aclocal's search path.
。。。
【 在 definite (努力中) 的大作中提到: 】
: 找到了,不好意思。。。
: 运行了根目录下的authogen.sh
: 有以下信息
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
是否因为libtoolize没有安装?
【 在 definite (努力中) 的大作中提到: 】
: 运行kbs_bbs目录下的autogen.sh,返回的结果如下
: ./autogen.sh: line 13: libtoolize: command not found
: libBBS/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
: ...................
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH
你不是svn下载的代码么。。。代码目录下就有autogen.sh啊
【 在 definite (努力中) 的大作中提到: 】
: 没找到autogen.sh
: 用网上下载的Makefile.in放到php目录下,
: 运行contrib/build.redhat.sh,有以下错误
: ...................