亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区
Chinaunix
標題:
freebsd6上編譯proftpd出錯
[打印本頁]
作者:
kennyecust
時間:
2006-04-13 15:52
標題:
freebsd6上編譯proftpd出錯
在freebsd6上編譯proftpd-1.2.8時出錯,本人對bsd不熟悉,望兄弟們指點一二,非常感謝.
錯誤如下:
configure時候出現(xiàn)warnning:
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite headers?
configure: WARNING: sys/mount.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to
bug-autoconf@gnu.org
. ##
configure: WARNING: ## ------------------------------------ ##
這應(yīng)該不是錯誤的關(guān)鍵所在,make時候出現(xiàn)下邊錯誤:
60# make
cd lib/ && make lib
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c pr_fnmatch.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c strsep.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c vsnprintf.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c glibc-glob.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c glibc-mkstemp.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c pr-syslog.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c pwgrent.c
ar rc libsupp.a pr_fnmatch.o strsep.o vsnprintf.o glibc-glob.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o
ranlib libsupp.a
cd src/ && make src
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c main.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c timers.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c sets.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c pool.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c regexp.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c dirtree.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c support.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c inet.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c log.c
log.c:380: warning: conflicting types for built-in function 'log'
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c scoreboard.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c feat.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c netio.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c ident.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c data.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c modules.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c auth.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c fsio.c
cd modules/ && make modules
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_core.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_xfer.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_auth.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_ls.c
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_log.c
mod_log.c: In function `get_next_meta':
mod_log.c:776: warning: long int format, int arg (arg 4)
mod_log.c:776: warning: long int format, int arg (arg 5)
mod_log.c:776: warning: long int format, int arg (arg 4)
mod_log.c:776: warning: long int format, int arg (arg 5)
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c mod_site.c
srcdir=. ./glue.sh mod_core.o mod_xfer.o mod_auth_unix.o mod_auth_file.o mod_auth.o mod_ls.o mod_log.o mod_site.o mod_auth_pam.o
gcc -DFREEBSD6_0 -DFREEBSD6 -I.. -I../include -O2 -Wall -c module_glue.c
gcc -Llib -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/regexp.o src/dirtree.o src/support.o src/inet.o src/log.o src/bindings.o src/scoreboard.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/auth.o src/fsio.o src/mkhome.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_auth_pam.o modules/module_glue.o -lsupp -lcrypt -lutil -lpam
src/bindings.o(.text+0xe1): In function `pr_ipbind_accept_conn':
: undefined reference to `__errno_location'
src/bindings.o(.text+0x1b
: In function `pr_ipbind_add_binds':
: undefined reference to `__errno_location'
src/bindings.o(.text+0x1f0): In function `pr_ipbind_add_binds':
: undefined reference to `__errno_location'
src/bindings.o(.text+0x26f): In function `pr_ipbind_add_binds':
: undefined reference to `__errno_location'
src/bindings.o(.text+0x296): In function `pr_ipbind_add_binds':
: undefined reference to `__errno_location'
src/bindings.o(.text+0x3b6): more undefined references to `__errno_location' follow
src/mkhome.o(.text+0x54b): In function `copy_dir':
: undefined reference to `readdir64'
src/mkhome.o(.text+0x66e): In function `copy_dir':
: undefined reference to `__errno_location'
src/mkhome.o(.text+0x6a2): In function `copy_dir':
: undefined reference to `__errno_location'
src/mkhome.o(.text+0x7ce): In function `create_home':
: undefined reference to `__errno_location'
src/mkhome.o(.text+0x806): In function `create_home':
: undefined reference to `__errno_location'
src/mkhome.o(.text+0x8ce): In function `create_home':
: undefined reference to `__errno_location'
src/mkhome.o(.text+0x904): more undefined references to `__errno_location' follow
modules/mod_auth_unix.o(.text+0x2f): In function `p_setpwent':
: undefined reference to `fopen64'
modules/mod_auth_unix.o(.text+0x43): In function `p_setpwent':
: undefined reference to `__errno_location'
modules/mod_auth_unix.o(.text+0xc3): In function `p_setgrent':
: undefined reference to `fopen64'
modules/mod_auth_unix.o(.text+0xd7): In function `p_setgrent':
: undefined reference to `__errno_location'
modules/mod_auth_unix.o(.text+0x62c): In function `_get_pw_info':
: undefined reference to `getspnam'
modules/mod_auth_unix.o(.text+0x730): In function `_get_pw_info':
: undefined reference to `endspent'
modules/mod_auth_unix.o(.text+0x784): In function `_get_pw_info':
: undefined reference to `__errno_location'
modules/mod_auth_unix.o(.text+0x7bd): In function `_get_pw_info':
: undefined reference to `__errno_location'
modules/mod_auth_unix.o(.text+0x7fc): In function `_get_pw_info':
: undefined reference to `__errno_location'
modules/mod_auth_file.o(.text+0x70): In function `af_open_file':
: undefined reference to `fopen64'
modules/mod_auth_file.o(.text+0x219): In function `af_setgrent':
: undefined reference to `__errno_location'
modules/mod_auth_file.o(.text+0x475): In function `af_setpwent':
: undefined reference to `__errno_location'
modules/mod_auth_file.o(.text+0xd73): In function `set_authgroupfile':
: undefined reference to `__strtol_internal'
modules/mod_auth_file.o(.text+0xda3): In function `set_authgroupfile':
: undefined reference to `__strtol_internal'
modules/mod_auth_file.o(.text+0x1167): In function `set_authuserfile':
: undefined reference to `__strtol_internal'
modules/mod_auth_file.o(.text+0x1197): In function `set_authuserfile':
: undefined reference to `__strtol_internal'
modules/mod_auth_pam.o(.text+0x89): In function `pam_exchange':
: undefined reference to `__strdup'
modules/mod_auth_pam.o(.text+0x1dc): In function `modpam_exit':
: undefined reference to `__errno_location'
modules/mod_auth_pam.o(.text+0x212): In function `modpam_exit':
: undefined reference to `__errno_location'
modules/mod_auth_pam.o(.text+0x2d2): In function `modpam_exit':
: undefined reference to `__errno_location'
modules/mod_auth_pam.o(.text+0x614): In function `pam_auth':
: undefined reference to `__errno_location'
modules/mod_auth_pam.o(.text+0x651): In function `pam_auth':
: undefined reference to `__errno_location'
modules/mod_auth_pam.o(.text+0x7c5): more undefined references to `__errno_location' follow
*** Error code 1
謝謝各位!
作者:
wolfg
時間:
2006-04-17 13:24
是從ports安裝的嗎?
# pkg_add -r
ftp://ftp.freebsd.org/pub/FreeBS ... p/proftpd-1.2.8.tgz
讀一下源碼包解開后的README.FreeBSD文件
歡迎光臨 Chinaunix (http://72891.cn/)
Powered by Discuz! X3.2