make和make install的时候可能还会出错。这个是我做过的修改,你可以参考一下
Index: Makefile.am
===================================================================
RCS file: /home/cvs/innbbsd/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- Makefile.am 15 Nov 2004 06:52:17 -0000 1.14
+++ Makefile.am 18 Mar 2006 20:49:46 -0000
@@ -25,4 +25,4 @@
LDADD=-L../libBBS -lBBS -L../libsystem -lsystem
install-data-local:
- sh linkinnd.sh
+ bash linkinnd.sh
Index: innbbsconf.h
===================================================================
RCS file: /home/cvs/innbbsd/innbbsconf.h,v
retrieving revision 1.4
diff -u -r1.4 innbbsconf.h
--- innbbsconf.h 23 Nov 2004 11:59:17 -0000 1.4
+++ innbbsconf.h 18 Mar 2006 20:46:46 -0000
@@ -16,6 +16,7 @@
#include <signal.h>
#include <fcntl.h>
#include <string.h>
+#include <strings.h>
#include <ctype.h>
#include <errno.h>
#include <time.h>
【 在 linton (难得糊涂) 的大作中提到: 】
: 该问题搞定,谢谢 acore
: # crle
: Default configuration file (/var/ld/ld.config) not found
: ...................
--
FROM 128.12.150.*