- 主题:上午svn的代码,'miscd_dodaemon'有点问题
是要升级,以前用debian,这回想用freebsd,会有大问题嘛?
【 在 atppp (Big Mouse) 的大作中提到: 】
: 不是,再往下,
: 算了
: 我已开始还以为是你bsd升级上来的问题
: ...................
--
FROM 211.99.222.*
试试看呗,没啥大问题。
【 在 cougarwww (菲平) 的大作中提到: 】
: 是要升级,以前用debian,这回想用freebsd,会有大问题嘛?
--
FROM 221.219.11.*
make过去了,ssh那有问题了,去掉ssh只是,也过去了,
我再试试ssh的
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: 试试看呗,没啥大问题。
--
FROM 211.99.222.*
sshbbsd/configure.ac 里也有同样的问题,我估计就是它
【 在 cougarwww (菲平) 的大作中提到: 】
: make过去了,ssh那有问题了,去掉ssh只是,也过去了,
: 我再试试ssh的
--
FROM 221.219.11.*
*-*-freebsd*)
# From Ollivier Robert: FreeBSD and NetBSD use master.passwd, but set
# pw_passwd automatically when running as root.
no_shadow_password_checking=yes
CFLAGS="$CFLAGS -DFREEBSD"
;;
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: sshbbsd/configure.ac 里也有同样的问题,我估计就是它
--
FROM 211.99.222.*
Making all in sshbbsd
[Compiling sshd.c]
In file included from ssh_funcs.h:5,
from sshd.c:22:
./packet.h:19:17: error: gmp.h: No such file or directory
In file included from ssh_funcs.h:5,
from sshd.c:22:
./packet.h:74: error: expected ')' before '*' token
./packet.h:114: error: expected ')' before '*' token
In file included from sshd.c:25:
rsa.h:24: error: expected specifier-qualifier-list before 'MP_INT'
rsa.h:30: error: expected specifier-qualifier-list before 'MP_INT'
【 在 cougarwww (菲平) 的大作中提到: 】
: *-*-freebsd*)
: # From Ollivier Robert: FreeBSD and NetBSD use master.passwd, but set
: # pw_passwd automatically when running as root.
: ...................
--
FROM 211.99.222.*
没找到 gmp.h ?
【 在 cougarwww (菲平) 的大作中提到: 】
: Making all in sshbbsd
: [Compiling sshd.c]
: In file included from ssh_funcs.h:5,
: ...................
--
FROM 221.219.11.*
我特意装了的啊
bbs# cd /usr/ports/math/libgmp4/
bbs# make install clean
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: 没找到 gmp.h ?
--
FROM 211.99.222.*
修改sshbbsd/sshd.c
#include <gmp.h> ————> #include "gmp.h"
#ln -s /usr/local/include/gmp.h /home/bbs_cvs/kbs_bbs/sshbbsd/gmp.h
都过去:)
谢谢。。。
【 在 fancyrabbit (兔兔猫★Initial F★Changing ...) 的大作中提到: 】
: 没找到 gmp.h ?
--
FROM 211.99.222.*
biu ... 自己居然找不到
【 在 cougarwww (菲平) 的大作中提到: 】
: 修改sshbbsd/sshd.c
: #include <gmp.h> ————> #include "gmp.h"
: #ln -s /usr/local/include/gmp.h /home/bbs_cvs/kbs_bbs/sshbbsd/gmp.h
: ...................
--
FROM 221.218.18.*