免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: zhangweibo
打印 上一主题 下一主题

[FTP] 【原创】proftp学习笔记-配置全功略 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2004-01-30 08:36 |只看该作者

【原创】proftp学习笔记-配置全功略

谢谢撒~
过年前,就在你的个人Linux Weblog上看到说,你要做这个应用,果然效果非同凡响哦

另外,偶觉得CU 精华的问题很大,加了精华的帖子,格式就会有些很讨厌的变化,而且有的时候格式的变化对帖子的质量影响很大~~

估计你的这帖子,很快会被人到处转载的~

论坛徽章:
0
12 [报告]
发表于 2004-01-30 08:47 |只看该作者

【原创】proftp学习笔记-配置全功略

OS:RedHat EnterPrise Advanced server 最小化安装
proftpd-1.2.9.tar.gz
mysql-4.0.17.tar.gz
quotatab-1.2.11.tar.gz

mysql编译安装正常,在make proftpd的时候,就出错了,说什么
cannot find -lz

怎么回事?给点提示

config.h文件内容如下:

论坛徽章:
0
13 [报告]
发表于 2004-01-30 08:48 |只看该作者

【原创】proftp学习笔记-配置全功略

/* config.h.  Generated by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/* -*- C -*- */
/* @configure_input@ */

#ifndef                config_h_included
#define                config_h_included

/*************************************************************************
* This section is automatically generated by 'configure'.  Adjust these
* if configure didn't make a correct guess for your system.
*************************************************************************/

/* Define to `int' if <sys/types.h>; doesn't define. */
/* #undef ino_t */

/* Define to `mode_t' if <sys/types.h>; doesn't define. */
#define umode_t mode_t

/* Define to `int' if <sys/socket.h>; doesn't define. */
/* #undef socklen_t */

/* Define if you have AIX send_file() semantics. */
/* #undef HAVE_AIX_SENDFILE */

/* Define if you have BSD sendfile() semantics. */
/* #undef HAVE_BSD_SENDFILE */

/* Define if you have Linux sendfile() semantics. */
/* #undef HAVE_LINUX_SENDFILE */

/* Define if you have Solaris sendfile() semantics. */
/* #undef HAVE_SOLARIS_SENDFILE */

/* Define if your <syslog.h>; defines the LOG_CRON macro */
#define HAVE_LOG_CRON 1

/* Define if your <syslog.h>; defines the LOG_FTP macro */
#define HAVE_LOG_FTP 1

/* Define if you want support for PAM based authentication */
/* #undef HAVE_PAM */

/* Define if you have the <linux/capability.h>; header file. */
/* #undef HAVE_LINUX_CAPABILITY_H */

/* Define if your DIR structure has member dd_fd */
/* #undef HAVE_STRUCT_DIR_DD_FD */

/* Define if your DIR structure has member __dd_fd */
/* #undef HAVE_STRUCT_DIR___DD_FD */

/* Define if your spwd structure has member warn */
#define HAVE_SPWD_SP_WARN 1

/* Define if your spwd structure has member inact */
#define HAVE_SPWD_SP_INACT 1

/* Define if your spwd structure has member expire */
#define HAVE_SPWD_SP_EXPIRE 1

/* Define if your system has __progname */
#define HAVE___PROGNAME 1

/* Define if your system has _pw_stayopen variable (IRIX specific?) */
/* #undef HAVE__PW_STAYOPEN */

/* Define if your system has the sendfile function */
/* #undef HAVE_SENDFILE */

/* Define this if you have the setpassent function */
/* #undef HAVE_SETPASSENT */

/* Define if your DIR structure has member d_fd */
/* #undef HAVE_STRUCT_DIR_D_FD */

/* Define if you have the <syslog.h>; header file. */
#define HAVE_SYSLOG_H 1

/* Define if you already have a typedef for timer_t */
#define HAVE_TIMER_T 1

/* Define if your struct utmp has ut_host */
#define HAVE_UT_UT_HOST 1

/* Define if your struct utmp uses ut_user and not ut_name */
#define HAVE_UTMAXTYPE 1

#define PF_ARGV_NONE                0
#define PF_ARGV_NEW                1
#define PF_ARGV_WRITEABLE        2
#define PF_ARGV_PSTAT                3
#define PF_ARGV_PSSTRINGS        4

/* If you don't have setproctitle, PF_ARGV_TYPE needs to be set to either
* PF_ARGV_NEW (replace argv[] arguments), PF_ARGV_WRITEABLE (overwrite
* argv[]), PF_ARGV_PSTAT (use the pstat function), or PF_ARGV_PSSTRINGS
* (use PS_STRINGS).
*
* configure should, we hope <wink>;, detect this for you.
*/
#define PF_ARGV_TYPE PF_ARGV_WRITEABLE

/* Define if using alloca.c.  */
/* #undef C_ALLOCA */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
/* #undef CRAY_STACKSEG_END */

/* Define to the type of elements in the array set by `getgroups'.
   Usually this is either `int' or `gid_t'.  */
#define GETGROUPS_T gid_t

/* Define to `int' if <sys/types.h>; doesn't define.  */
/* #undef gid_t */

/* Define if you have alloca, as a function or macro.  */
#define HAVE_ALLOCA 1

/* Define if you have <alloca.h>; and it should be used (not on Ultrix).  */
#define HAVE_ALLOCA_H 1

/* Define if you don't have vprintf but do have _doprnt.  */
/* #undef HAVE_DOPRNT */

/* Define if you have the vprintf function.  */
#define HAVE_VPRINTF 1

/* Define as __inline if that's what the C compiler calls it.  */
/* #undef inline */

/* Define to `int' if <sys/types.h>; doesn't define.  */
/* #undef mode_t */

/* Define to `long' if <sys/types.h>; doesn't define.  */
/* #undef off_t */

/* Define to `int' if <sys/types.h>; doesn't define.  */
/* #undef pid_t */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define if the `setpgrp' function takes no argument.  */
#define SETPGRP_VOID 1

/* Define if the `setgrent` function returns void.  */
#define SETGRENT_VOID 1

/* Define to `unsigned' if <sys/types.h>; doesn't define.  */
/* #undef size_t */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
STACK_DIRECTION >; 0 =>; grows toward higher addresses
STACK_DIRECTION < 0 =>; grows toward lower addresses
STACK_DIRECTION = 0 =>; direction of growth unknown
*/
/* #undef STACK_DIRECTION */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h>; and <time.h>;.  */
#define TIME_WITH_SYS_TIME 1

/* Define if your <sys/time.h>; declares struct tm.  */
/* #undef TM_IN_SYS_TIME */

/* Define to `int' if <sys/types.h>; doesn't define.  */
/* #undef uid_t */

/* The number of bytes in a short.  */
#define SIZEOF_SHORT 2

/* The number of bytes in an int.  */
#define SIZEOF_INT 4

/* The number of bytes in a long.  */
#define SIZEOF_LONG 4

/* The number of bytes in a long long.  */
#define SIZEOF_LONG_LONG 8

/* The number of bytes in an off_t.  */
#define SIZEOF_OFF_T 8

/* Define if you have the bcopy function.  */
#define HAVE_BCOPY 1

/* Define if you have the crypt function.  */
#define HAVE_CRYPT 1

/* Define if you have the endprotoent function.  */
#define HAVE_ENDPROTOENT 1

/* Define if you have the fconvert function.  */
/* #undef HAVE_FCONVERT */

/* Define if you have the fcvt function.  */
/* #undef HAVE_FCVT */

/* Define if you have the fgetgrent function.  */
#define HAVE_FGETGRENT 1

/* Define if you have the fgetpwent function.  */
#define HAVE_FGETPWENT 1

/* Define if you have the flock function.  */
#define HAVE_FLOCK 1

/* Define if you have the fpathconf function.  */
#define HAVE_FPATHCONF 1

/* Define if you have the fgetspent function.  */
#define HAVE_FGETSPENT 1

/* Define if you have the freeaddrinfo function.  */
#define HAVE_FREEADDRINFO 1

/* Define if you have the gai_strerror function.  */
#define HAVE_GAI_STRERROR 1

/* Define if you have the getaddrinfo function.  */
#define HAVE_GETADDRINFO 1

/* Define if you have the getcwd function.  */
#define HAVE_GETCWD 1

/* Define if you have the gethostbyname2 function.  */
#define HAVE_GETHOSTBYNAME2 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the getnameinfo function.  */
#define HAVE_GETNAMEINFO 1

/* Define if you have the getopt function.  */
#define HAVE_GETOPT 1

/* Define if you have the getopt_long function.  */
#define HAVE_GETOPT_LONG 1

/* Define if you have the getprpwent function.  */
/* #undef HAVE_GETPRPWENT */

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the hstrerror function.  */
#define HAVE_HSTRERROR 1

/* Define if you have the inet_aton function.  */
#define HAVE_INET_ATON 1

/* Define if you have the inet_ntop function.  */
#define HAVE_INET_NTOP 1

/* Define if you have the inet_pton function.  */
#define HAVE_INET_PTON 1

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

/* Define if you have the mempcpy function.  */
#define HAVE_MEMPCPY 1

/* Define if you have the mkdir function.  */
#define HAVE_MKDIR 1

/* Define if you have the mkstemp function.  */
#define HAVE_MKSTEMP 1

/* Define if you have the mlock function.  */
#define HAVE_MLOCK 1

/* Define if you have the mlockall function.  */
#define HAVE_MLOCKALL 1

/* Define if you have the munlock function.  */
#define HAVE_MUNLOCK 1

/* Define if you have the munlockall function.  */
#define HAVE_MUNLOCKALL 1

/* Define if you have the pathconf function.  */
#define HAVE_PATHCONF 1

/* Define if you have the pstat function.  */
/* #undef HAVE_PSTAT */

/* Define if you have the regcomp function.  */
#define HAVE_REGCOMP 1

/* Define if you have the rmdir function.  */
#define HAVE_RMDIR 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the set_auth_parameters function.  */
/* #undef HAVE_SET_AUTH_PARAMETERS */

/* Define if you have the setegid function.  */
#define HAVE_SETEGID 1

/* Define if you have the seteuid function.  */
#define HAVE_SETEUID 1

/* Define if you have the setgroupent function.  */
/* #undef HAVE_SETGROUPENT */

/* Define if you have the setgroups function.  */
#define HAVE_SETGROUPS 1

/* Define if you have the setpgid function.  */
#define HAVE_SETPGID 1

/* Define if you have the setproctitle function.  */
/* #undef HAVE_SETPROCTITLE */

/* Define if your system has the setprotoent function.  */
#define HAVE_SETPROTOENT 1

/* Define if you have the setsid function.  */
#define HAVE_SETSID 1

/* Define if you have the siginterrupt function.  */
#define HAVE_SIGINTERRUPT 1

/* Define if you have the snprintf function.  */
#define HAVE_SNPRINTF 1

/* Define if you have the socket function.  */
#define HAVE_SOCKET 1

/* Define if you have the statfs function.  */
#define HAVE_STATFS 1

/* Define if you have the strchr function.  */
#define HAVE_STRCHR 1

/* Define if you have the strcoll function.  */
#define HAVE_STRCOLL 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strsep function.  */
#define HAVE_STRSEP 1

/* Define if you have the strtol function.  */
#define HAVE_STRTOL 1

/* Define if you have the tzset function.  */
#define HAVE_TZSET 1

/* Define if you have the vsnprintf function.  */
#define HAVE_VSNPRINTF 1

/* Define if you have the <arpa/inet.h>; header file.  */
#define HAVE_ARPA_INET_H 1

/* Define if you have the <bstring.h>; header file.  */
/* #undef HAVE_BSTRING_H */

/* Define if you have the <crypt.h>; header file.  */
#define HAVE_CRYPT_H 1

/* Define if you have the <ctype.h>; header file.  */
#define HAVE_CTYPE_H 1

/* Define if you have the <dirent.h>; header file.  */
#define HAVE_DIRENT_H 1

/* Define if you have the <errno.h>; header file.  */
#define HAVE_ERRNO_H 1

/* Define if you have the <fcntl.h>; header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <floatingpoint.h>; header file.  */
/* #undef HAVE_FLOATINGPOINT_H */

/* Define if you have the <getopt.h>; header file.  */
#define HAVE_GETOPT_H 1

/* Define if you have the <hpsecurity.h>; header file.  */
/* #undef HAVE_HPSECURITY_H */

/* Define if you have the <krb.h>; header file.  */
/* #undef HAVE_KRB_H */

/* Define if you have the <libutil.h>; header file.  */
/* #undef HAVE_LIBUTIL_H */

/* Define if you have the <limits.h>; header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <memory.h>; header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the <ncurses.h>; header file.  */
/* #undef HAVE_NCURSES_H */

/* Define if you have the <curses.h>; header file.  */
/* #undef HAVE_CURSES_H */

/* Define if you have the <ndir.h>; header file.  */
/* #undef HAVE_NDIR_H */

/* Define if you have the <netdb.h>; header file.  */
#define HAVE_NETDB_H 1

/* Define if you have the <netinet/in.h>; header file.  */
#define HAVE_NETINET_IN_H 1

/* Define if you have the <netinet/in_systm.h>; header file.  */
#define HAVE_NETINET_IN_SYSTM_H 1

/* Define if you have the <netinet/ip.h>; header file.  */
#define HAVE_NETINET_IP_H 1

/* Define if you have the <netinet/tcp.h>; header file.  */
#define HAVE_NETINET_TCP_H 1

/* Define if you have the <prot.h>; header file.  */
/* #undef HAVE_PROT_H */

/* Define if you have the <regex.h>; header file.  */
#define HAVE_REGEX_H 1

/* Define if you have the <security/pam_appl.h>; header file.  */
/* #undef HAVE_SECURITY_PAM_APPL_H */

/* Define if you have the <pam/pam_appl.h>; header file.  */
/* #undef HAVE_PAM_PAM_APPL_H */

/* Define if you have the <shadow.h>; header file.  */
#define HAVE_SHADOW_H 1

/* Define if you have the <sia.h>; header file.  */
/* #undef HAVE_SIA_H */

/* Define if you have the <siad.h>; header file.  */
/* #undef HAVE_SIAD_H */

/* Define if you have the <strings.h>; header file.  */
#define HAVE_STRINGS_H 1

/* Define if you have the <stropts.h>; header file.  */
#define HAVE_STROPTS_H 1

/* Define if you have the <sys/dir.h>; header file.  */
#define HAVE_SYS_DIR_H 1

/* Define if you have the <sys/file.h>; header file.  */
#define HAVE_SYS_FILE_H 1

/* Define if you have the <sys/ioctl.h>; header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/mman.h>; header file.  */
#define HAVE_SYS_MMAN_H 1

/* Define if you have the <sys/mount.h>; header file.  */
#define HAVE_SYS_MOUNT_H 1

/* Define if you have the <sys/ndir.h>; header file.  */
/* #undef HAVE_SYS_NDIR_H */

/* Define if you have the <sys/param.h>; header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/pstat.h>; header file.  */
/* #undef HAVE_SYS_PSTAT_H */

/* Define if you have the <sys/security.h>; header file.  */
/* #undef HAVE_SYS_SECURITY_H */

/* Define if you have the <sys/select.h>; header file.  */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <sys/sendfile.h>; header file.  */
/* #undef HAVE_SYS_SENDFILE_H */

/* Define if you have the <sys/socket.h>; header file.  */
#define HAVE_SYS_SOCKET_H 1

/* Define if you have the <sys/stat.h>; header file.  */
#define HAVE_SYS_STAT_H 1

/* Define if you have the <sys/statvfs.h>; header file.  */
#define HAVE_SYS_STATVFS_H 1

/* Define if you have the <sys/termio.h>; header file.  */
/* #undef HAVE_SYS_TERMIO_H */

/* Define if you have the <sys/termios.h>; header file.  */
#define HAVE_SYS_TERMIOS_H 1

/* Define if you have the <sys/time.h>; header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/types.h>; header file.  */
#define HAVE_SYS_TYPES_H 1

/* Define if you have the <sys/uio.h>; header file.  */
#define HAVE_SYS_UIO_H 1

/* Define if you have the <sys/vfs.h>; header file.  */
#define HAVE_SYS_VFS_H 1

/* Define if you have <sys/wait.h>; that is POSIX.1 compatible.  */
#define HAVE_SYS_WAIT_H 1

/* Define if you have the <unistd.h>; header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <utmp.h>; header file.  */
#define HAVE_UTMP_H 1

/* Define if you have the <utmpx.h>; header file.  */
#define HAVE_UTMPX_H 1

/* Define if you have the "vmsdir.h" header file.  */
/* #undef HAVE_VMSDIR_H */

/* Define if you have the bind library (-lbind).  */
/* #undef HAVE_LIBBIND */

/* Define if you have the crypt library (-lcrypt).  */
#define HAVE_LIBCRYPT 1

/* Define if you have the curses library (-lcurses).  */
/* #undef HAVE_LIBCURSES */

/* Define if you have the UnixWare gen library (-lgen).  */
/* #undef HAVE_LIBGEN */

/* Define if you have the ncurses library (-lncurses).  */
/* #undef HAVE_LIBNCURSES */

/* Define if you have the nsl library (-lnsl).  */
/* #undef HAVE_LIBNSL */

/* Define if you have the resolv library (-lresolv).  */
/* #undef HAVE_LIBRESOLV */

/* Define if you have the sec library (-lsec).  */
/* #undef HAVE_LIBSEC */

/* Define if you have the security library (-lsecurity).  */
/* #undef HAVE_LIBSECURITY */

/* Define if you have the addrinfo struct.  */
#define HAVE_STRUCT_ADDRINFO

/* Define if you have the sockaddr_storage struct.  */
#define HAVE_STRUCT_SS

/* Define if you have the ss_family sockaddr_storage struct member.  */
#define HAVE_SS_FAMILY 1

/* Define if you have the __ss_family sockaddr_storage struct member.  */
/* #undef HAVE___SS_FAMILY */

/* Define if you have the ss_len sockaddr_storage struct member.  */
/* #undef HAVE_SS_LEN */

/* Define if you have the __ss_len sockaddr_storage struct member.  */
/* #undef HAVE___SS_LEN */

/* Define if you have the sin_len sockaddr_in struct member. */
/* #undef SIN_LEN */

/* Define if you have the socket library (-lsocket).  */
/* #undef HAVE_LIBSOCKET */
#ifndef STDIN_FILENO
#define STDIN_FILENO         0
#endif /* STDIN_FILENO */

#ifndef STDOUT_FILENO
#define STDOUT_FILENO         1
#endif /* STDOUT_FILENO */

#ifndef STDERR_FILENO
#define STDERR_FILENO        2
#endif /* STDERR_FILENO */

#ifndef CONFIG_FILE_PATH
#define CONFIG_FILE_PATH "/usr/local/proftpd//etc/proftpd.conf"
#endif /* CONFIG_FILE_PATH */

#ifndef PID_FILE_PATH
#define PID_FILE_PATH "/usr/local/proftpd//var/proftpd.pid"
#endif /* PID_FILE_PATH */

#ifndef RUN_DIR
#define RUN_DIR "/usr/local/proftpd//var/proftpd"
#endif /* RUN_DIR */

/* Number of bits in a file offset, on hosts where this is settable. */
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif /* _FILE_OFFSET_BITS */

/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */

/* Define if auto-detection of shadow passwords is wanted.  */
/* #undef USE_AUTO_SHADOW */

/* Define if curses support, if available, should be used.  */
#define USE_CURSES 1

/* Define if use of builtin getaddrinfo() is desired.  */
/* #undef USE_GETADDRINFO */

/* Define if use of builtin getnameinfo() is desired.  */
/* #undef USE_GETNAMEINFO */

/* Define if IPv6 support is desired.  */
/* #undef USE_IPV6 */

/* Define if the %llu format should be used.  */
#define HAVE_LLU 1

/* Define if the %lu format should be used.  */
/* #undef HAVE_LU */

/* Define if ncurses support, if available, should be used.  */
#define USE_NCURSES 1

/* Define if using /etc/shadow files.  */
#define USE_SHADOW 1

/* Define if using Tru64's C2 SIA authentication.  */
/* #undef USE_SIA */

/* Define if you are a developer. */
/* #undef USE_DEVEL */

/* Tunable parameters */
/* #undef PR_TUNABLE_BUFFER_SIZE */
/* #undef PR_TUNABLE_NEW_POOL_SIZE */
/* #undef PR_TUNABLE_SCOREBOARD_BUFFER_SIZE */
/* #undef PR_TUNABLE_TIMEOUTIDENT */
/* #undef PR_TUNABLE_TIMEOUTIDLE */
/* #undef PR_TUNABLE_TIMEOUTLINGER */
/* #undef PR_TUNABLE_TIMEOUTLOGIN */
/* #undef PR_TUNABLE_TIMEOUTNOXFER */
/* #undef PR_TUNABLE_TIMEOUTSTALLED */
/* #undef PR_TUNABLE_XFER_BUFFER_SIZE */

#endif /* config_h_included */

论坛徽章:
0
14 [报告]
发表于 2004-01-30 09:29 |只看该作者

【原创】proftp学习笔记-配置全功略

原帖由 "大乌云" 发表:
OS:RedHat EnterPrise Advanced server 最小化安装
proftpd-1.2.9.tar.gz
mysql-4.0.17.tar.gz
quotatab-1.2.11.tar.gz

mysql编译安装正常,在make proftpd的时候,就出错了,说什么
cannot find -lz

怎么..........


在/etc/ld.so.conf上加了mysql的lib路径吗

论坛徽章:
0
15 [报告]
发表于 2004-01-30 09:32 |只看该作者

【原创】proftp学习笔记-配置全功略

哈,上来啦 ~
现在环境不在,那个服务器在家呢~要晚上回去试 :(

还有曾经有个人告诉我说,让我升级gcc-c++和libstdc++-devel

我现在的是3.2.*的够用吧 ?

偶现在在你的BLOG呢

对了 ,你用什么操作系统?、?

论坛徽章:
0
16 [报告]
发表于 2004-01-30 09:40 |只看该作者

【原创】proftp学习笔记-配置全功略

你看看你有没有装类似“zlib-devel”的rpm包

论坛徽章:
0
17 [报告]
发表于 2004-01-30 09:42 |只看该作者

【原创】proftp学习笔记-配置全功略

[root@vhost root]# rpm -qa | grep zlib
zlib-1.1.4-8.1
[root@vhost root]#

是这样的,

Secure怎么改console的背景颜色??

论坛徽章:
0
18 [报告]
发表于 2004-01-30 09:50 |只看该作者

【原创】proftp学习笔记-配置全功略

没有devel呀,那是基本包,需要开发包,如果你对服务器不是很熟悉的话,最好不要最小安装。多装没关系,可以一个个关服务的,像你这样就比较麻烦,呵呵:)

我有
zlib-1.1.4-8
zlib-devel-1.1.4-8

论坛徽章:
0
19 [报告]
发表于 2004-01-30 09:55 |只看该作者

【原创】proftp学习笔记-配置全功略

哦~~~

谢谢谢谢撒 ~偶试试

还有如果要下载 比如这些东东 比如:libstdc++-devel-×××××i386到哪里去找?偶找了一些开源的网站,没有找到。

你现在的工作是做什么的?系统管理?开发?

论坛徽章:
0
20 [报告]
发表于 2004-01-30 12:55 |只看该作者

【原创】proftp学习笔记-配置全功略

我是做商务的,技术是我的业务爱好而已

rpm包到http://rpmfind.net去寻找
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP