The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"Тематический каталог: Установка Proftpd на FreeBSD6 из порто..."
Вариант для распечатки  
Пред. тема | След. тема 
Форумы Разговоры, обсуждение новостей (Public)
Изначальное сообщение [ Отслеживать ]

"Тематический каталог: Установка Proftpd на FreeBSD6 из порто..."  
Сообщение от auto_topic on 19-Май-06, 18:26 
Обсуждение статьи тематического каталога: Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-CP1251 (ftp rus patch charset koi8-r)

Ссылка на текст статьи: http://www.opennet.ru/base/net/install_proftpd_freebsd6.txt....

Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 19-Май-06, 18:26 
есть дополнения
смотреть оригинал
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 22-Май-06, 14:02 
проверено на proftpd-1.3.0
полет нормальный
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Serj7770 email on 05-Июл-06, 05:48 
Господа помогите! FreeBSD 6.0, ProFTPD 1.3.0

src/netio.o(.text+0xdb3): In function `pr_netio_printf':
: undefined reference to `local2remote'
modules/mod_ls.o(.text+0x65f): In function `sendline':
: undefined reference to `local2remote'
gmake: *** [proftpd] Ошибка 1
*** Error code 2

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 05-Июл-06, 11:03 
посмотри оригинал статьи http://2.uspenski.z8.ru/install_proftpd_freebsd6.txt
похоже забыл написать
LIBS= -lsupp -lcrypt  -lutil -lwrap  -lpam -liconv
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

12. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от pnck email(??) on 21-Июл-06, 08:25 
у меня тоже возникла такая проблема...
> cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules | grep -i libs
LIBS= -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
CURSES_LIBS=-lncurses
делаю make
выдает:
cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.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_delay.o modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o  -L/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib -L/usr/local/lib -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto /usr/local/lib/liblber.so -lwrap -lpam /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
src/netio.o(.text+0xbd9): In function `pr_netio_printf':
: undefined reference to `local2remote'
modules/mod_ls.o(.text+0x4b7): In function `sendline':
: undefined reference to `local2remote'
gmake: *** [proftpd] Ошибка 1
*** Error code 2

Stop in /usr/ports/ftp/proftpd.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

13. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от boss_chifra email on 21-Июл-06, 10:11 
>у меня тоже возникла такая проблема...
>> cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules | grep -i libs
>LIBS= -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
>
>CURSES_LIBS=-lncurses
>делаю make
>выдает:
>cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o
>src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o
>src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o
>src/var.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_delay.o modules/mod_auth_pam.o
>modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o  -L/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib -L/usr/local/lib -lsupp
>-lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto /usr/local/lib/liblber.so -lwrap -lpam /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib
>-Wl,--rpath -Wl,/usr/local/lib
>src/netio.o(.text+0xbd9): In function `pr_netio_printf':
>: undefined reference to `local2remote'
>modules/mod_ls.o(.text+0x4b7): In function `sendline':
>: undefined reference to `local2remote'
>gmake: *** [proftpd] Ошибка 1
>*** Error code 2
>
>Stop in /usr/ports/ftp/proftpd.


ребят все работает честное слово
я уже 5 раз с разными версиями proftpd пробовал все собирается и работает. Где-то у вас ошибка в действиях. если хотите скачайте пакадж или скажите с какими make config вам нужно  я кину вам пакадж. Поверте все правильно, проверте еще раз все.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Zont on 18-Июл-06, 17:14 
а порт сделать не сутьба?
в /usr/ports/russian/
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 18-Июл-06, 17:41 
>а порт сделать не сутьба?
>в /usr/ports/russian/

если честно то лениво, работа с фрей несвязана вот и нет столько свободного времени чтоб еще порты клепать, кому надо те пакадж скачают.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

7. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Zont on 19-Июл-06, 13:21 
===

P.S.
Проблема с которой столкнулся при использования анонимнрго доступа,
по умолчанию для этого используется пользователь ftp, а при создании
его через sysinsyall ему дается шелл /nonexistent которого нет в
/etc/shells и нам остается только дописать в конец файла
echo '/nonexistent' >> /etc/shells и все будя окей.
===
так проще

RequireValidShell            no

в конфиг :)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

9. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 19-Июл-06, 14:43 
повторюсь
оригинал
http://2.uspenski.z8.ru/install_proftpd_freebsd6.txt
и там об этом давным давно написано
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

11. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Аноним on 20-Июл-06, 09:38 
>http://2.uspenski.z8.ru/install_proftpd_freebsd6.txt
>и там об этом давным давно написано

Поправили бы на opennet статью тоже, благо кнопка "Правка" над статьей есть.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

8. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Zont on 19-Июл-06, 13:23 
а кстати патчик не пашет...

заливаю "ямакаси" создаёца - "ямtedit"

заливаюца файлы через тотал командер

как проблема решаеца?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

10. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 19-Июл-06, 19:58 
короче сначала разберись а потом флуди
все работает
и проблема не в FTP а в твоем TC
ведь наверно тотал командером заливал?
возми и зделай файл ящик.txt а потом выдели его и Shift+F4 и увидишь свое ямtedit
вот и делай выводы отсюда что FTP тут непричем и глюки это TC
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

14. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от pnck email(??) on 21-Июл-06, 16:09 
> pkg_info | grep -i iconv
iconv-2.0_3         Charset conversion library and utilities
libiconv-1.9.2_2    A character set conversion library
> cd /usr/ports/ftp/proftpd
> sudo make extract
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for proftpd-1.3.0_2
===>  Extracting for proftpd-1.3.0_2
=> MD5 Checksum OK for proftpd-1.3.0.tar.bz2.
=> SHA256 Checksum OK for proftpd-1.3.0.tar.bz2.
> cd /usr/ports/ftp/proftpd/work
> sudo fetch http://home.h01.itscom.net/para/software/misc/proftpd-iconv/...
proftpd-1.2.10-iconv.patch.gz                 100% of 3133  B 3128 kBps
> sudo mv proftpd-1.3.0 proftpd-1.2.10
> su
Password:
# pwd
/usr/ports/ftp/proftpd/work
# gzip -cd proftpd-1.2.10-iconv.patch.gz |patch -p0
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_codeconv.c proftpd-1.2.10-iconv/modules/mod_codeconv.c
|--- proftpd-1.2.10/modules/mod_codeconv.c      1970-01-01 09:00:00.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_codeconv.c        2004-09-25 21:44:05.000000000 +0900
--------------------------
(Creating file proftpd-1.2.10/modules/mod_codeconv.c...)
Patching file proftpd-1.2.10/modules/mod_codeconv.c using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_df.c proftpd-1.2.10-iconv/modules/mod_df.c
|--- proftpd-1.2.10/modules/mod_df.c    1970-01-01 09:00:00.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_df.c      2004-09-25 21:43:57.000000000 +0900
--------------------------
(Creating file proftpd-1.2.10/modules/mod_df.c...)
Patching file proftpd-1.2.10/modules/mod_df.c using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/modules/mod_ls.c proftpd-1.2.10-iconv/modules/mod_ls.c
|--- proftpd-1.2.10/modules/mod_ls.c    2004-05-08 06:31:30.000000000 +0900
|+++ proftpd-1.2.10-iconv/modules/mod_ls.c      2004-09-25 21:43:53.000000000 +0900
--------------------------
Patching file proftpd-1.2.10/modules/mod_ls.c using Plan A...
Hunk #1 succeeded at 234 (offset 2 lines).
Hunk #2 succeeded at 260 (offset 2 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN proftpd-1.2.10/src/netio.c proftpd-1.2.10-iconv/src/netio.c
|--- proftpd-1.2.10/src/netio.c 2004-06-16 01:45:21.000000000 +0900
|+++ proftpd-1.2.10-iconv/src/netio.c   2004-09-25 21:42:59.000000000 +0900
--------------------------
Patching file proftpd-1.2.10/src/netio.c using Plan A...
Hunk #1 succeeded at 523 (offset 56 lines).
Hunk #2 succeeded at 540 (offset 56 lines).
done
# mv proftpd-1.2.10 proftpd-1.3.0
# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/netio.c | grep -i 'switch ( mode ) {'
# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/netio.c | grep -i "switch ( mode ) {"
# cd /usr/ports/ftp/proftpd
> cat /usr/ports/ftp/proftpd/Makefile

........

CONFIGURE_ARGS= --localstatedir=/var/run \
                --sysconfdir=${EXAMPLESDIR}/etc \
                --disable-sendfile \
                --with-modules=mod_codeconv \
                --with-libraries=/usr/local/lib \
                --with-includes=/usr/local/include

........

.if defined(WITH_RADIUS)
MODULES:=${MODULES}:mod_radius
MODULES:=${MODULES}:mod_codeconv
INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
LIBDIRS:=${LIBDIRS}:${PREFIX}/lib
.endif

........

# make configure
===>   proftpd-1.3.0_2 depends on executable: gmake - found
===>   proftpd-1.3.0_2 depends on shared library: ldap-2.3.2 - found
===>  Configuring for proftpd-1.3.0_2
==> Configuring with mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ldap:mod_ifsession
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd6.1
checking host system type... i386-portbld-freebsd6.1
checking target system type... i386-portbld-freebsd6.1
checking for i386-portbld-freebsd6.1-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i386-portbld-freebsd6.1-g++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for i386-portbld-freebsd6.1-g77... no
checking for i386-portbld-freebsd6.1-f77... no
checking for i386-portbld-freebsd6.1-xlf... no
checking for i386-portbld-freebsd6.1-frt... no
checking for i386-portbld-freebsd6.1-pgf77... no
checking for i386-portbld-freebsd6.1-fort77... no
checking for i386-portbld-freebsd6.1-fl32... no
checking for i386-portbld-freebsd6.1-af77... no
checking for i386-portbld-freebsd6.1-f90... no
checking for i386-portbld-freebsd6.1-xlf90... no
checking for i386-portbld-freebsd6.1-pgf90... no
checking for i386-portbld-freebsd6.1-epcf90... no
checking for i386-portbld-freebsd6.1-f95... no
checking for i386-portbld-freebsd6.1-fort... no
checking for i386-portbld-freebsd6.1-xlf95... no
checking for i386-portbld-freebsd6.1-ifc... no
checking for i386-portbld-freebsd6.1-efc... no
checking for i386-portbld-freebsd6.1-pgf95... no
checking for i386-portbld-freebsd6.1-lf95... no
checking for i386-portbld-freebsd6.1-gfortran... no
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 262144
checking command to parse nm output from cc object... ok
checking for objdir... .libs
checking for i386-portbld-freebsd6.1-ar... no
checking for ar... ar
checking for i386-portbld-freebsd6.1-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd6.1-strip... no
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd6.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether the C compiler accepts -Wall... yes
checking for getopt... yes
configure: using CPPFLAGS= -I/usr/local/include
configure: using LDFLAGS=-L$(top_srcdir)/lib  -L/usr/local/lib
checking for standalone crypt... no
checking for crypt in -lcrypt... yes
checking for standalone gethostbyname... yes
checking for standalone inet_aton... yes
checking for standalone nsl functions... yes
checking for standalone socket functions... yes
checking for _pw_stayopen variable... no
checking krb.h usability... no
checking krb.h presence... no
checking for krb.h... no
checking prot.h usability... no
checking prot.h presence... no
checking for prot.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking for hpsecurity.h workaround... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking junistd.h usability... no
checking junistd.h presence... no
checking for junistd.h... no
checking for memory.h... (cached) yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking for pam_start in -lpam... yes
checking whether to enable mod_cap... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for inttypes.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking whether netdb.h requires _USE_IRS... no
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking ndir.h usability... no
checking ndir.h presence... no
checking for ndir.h... no
checking sys/ndir.h usability... no
checking sys/ndir.h presence... no
checking for sys/ndir.h... no
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking vmsdir.h usability... no
checking vmsdir.h presence... no
checking for vmsdir.h... no
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking utmpx.h usability... no
checking utmpx.h presence... no
checking for utmpx.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for mode_t... yes
checking for off_t... yes
checking type of array argument to getgroups... gid_t
checking for timer_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for off_t... (cached) yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for time_t... yes
checking size of time_t... 4
checking for umode_t... no
checking for ino_t... yes
checking for intptr_t... yes
checking for socklen_t... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking whether your struct utmp has ut_user... no
checking whether your struct utmp has ut_host... yes
checking whether your struct utmp has ut_exit... no
checking whether your syslog.h defines LOG_CRON... yes
checking whether your syslog.h defines LOG_FTP... yes
checking for d_fd in DIR structure... no
checking for dd_fd in DIR structure... yes
checking for working alloca.h... no
checking for alloca... yes
checking for alloca in -lucb... no
checking whether cc needs -traditional... no
checking whether setpgrp takes no argument... no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for bcopy... yes
checking for crypt... yes
checking for fdatasync... no
checking for fgetgrent... no
checking for fgetpwent... no
checking for flock... yes
checking for freeaddrinfo... yes
checking for iconv... no
checking for nl_langinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getcwd... yes
checking for getenv... yes
checking for gethostbyname2... yes
checking for gethostname... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for gettimeofday... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for memcpy... yes
checking for mempcpy... no
checking for mkdir... yes
checking for mkstemp... yes
checking for mlock... yes
checking for mlockall... yes
checking for munlock... yes
checking for munlockall... yes
checking for rmdir... yes
checking for select... yes
checking for setgroups... yes
checking for socket... yes
checking for statfs... yes
checking for strchr... yes
checking for strcoll... yes
checking for strerror... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoull... yes
checking for setprotoent... yes
checking for setspent... no
checking for endprotoent... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setsid... yes
checking for setgroupent... yes
checking for seteuid... yes
checking for setegid... yes
checking for setenv... yes
checking for siginterrupt... yes
checking for setpgid... yes
checking for regcomp... yes
checking for tzset... yes
checking for unsetenv... yes
checking for pathconf... yes
checking for fpathconf... yes
checking for fgetspent... no
checking for setpassent... yes
checking for struct sockaddr_in.sin_len... yes
checking whether struct addrinfo is defined... yes
checking whether struct sockaddr_storage is defined... yes
checking whether ss_family is defined... yes
checking whether ss_len is defined... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking which POSIX ACL implementation to use... BSD
checking whether setgrent returns void... no
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... yes
checking for setproctitle... yes
checking libutil.h usability... yes
checking libutil.h presence... yes
checking for libutil.h... yes
checking for setproctitle in -lutil... yes
checking whether printf supports %llu format... yes
checking for default transfer buffer sizes... 32768
checking checking for duplicate module requests... no
checking whether cc accepts -Wno-long-double... no
configure: creating ./config.status
config.status: creating lib/Makefile
config.status: creating modules/Makefile
config.status: creating src/Makefile
config.status: creating src/ftpdctl.8
config.status: creating src/proftpd.8
config.status: creating src/xferlog.5
config.status: creating utils/Makefile
config.status: creating utils/ftpcount.1
config.status: creating utils/ftpshut.8
config.status: creating utils/ftptop.1
config.status: creating utils/ftpwho.1
config.status: creating Makefile
config.status: creating Make.rules
config.status: creating config.h
config.status: executing default commands
/usr/bin/sed -i.bak -e 's:/usr/local/share/examples/proftpd:/usr/local:' /usr/ports/ftp/proftpd/work/proftpd-1.3.0/config.h
/usr/bin/sed -i.bak -e 's: -lnsl::' /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules
/usr/bin/sed -i.bak -e 's:/usr/sbin:/usr/local/sbin:'  -e 's:/usr/bin:/usr/local/bin:'  /usr/ports/ftp/proftpd/work/proftpd-1.3.0/src/proftpd.8 /usr/ports/ftp/proftpd/work/proftpd-1.3.0/utils/ftpshut.8  /usr/ports/ftp/proftpd/work/proftpd-1.3.0/utils/ftpcount.1

# cat /usr/ports/ftp/proftpd/work/proftpd-1.3.0/Make.rules | grep -i libs
LIBS= -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
CURSES_LIBS=-lncurses

# pwd
/usr/ports/ftp/proftpd

# make
===>  Building for proftpd-1.3.0_2
cd lib/ && gmake lib
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pr_fnmatch.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c sstrncpy.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c strsep.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c vsnprintf.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-glob.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-hstrerror.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c glibc-mkstemp.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pr-syslog.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pwgrent.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c getopt.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c getopt1.c
ar rc libsupp.a pr_fnmatch.o sstrncpy.o strsep.o vsnprintf.o glibc-glob.o glibc-hstrerror.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o
ranlib libsupp.a
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib'
cd src/ && gmake src
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c main.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c timers.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c sets.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c pool.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c table.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c regexp.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c dirtree.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c support.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netaddr.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c inet.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c child.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c parser.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c log.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c xferlog.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c bindings.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netacl.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c class.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c scoreboard.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c help.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c feat.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c netio.c
netio.c: In function `pr_netio_telnet_gets':
netio.c:876: warning: unused variable `mode'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c response.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ident.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c data.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c modules.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c display.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c auth.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c fsio.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mkhome.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ctrls.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c event.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c var.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c ftpdctl.c
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/src'
cd modules/ && gmake static
gmake[1]: Entering directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/modules'
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_core.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_xfer.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_unix.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_file.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_ls.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_log.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_site.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_delay.c
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c mod_auth_pam.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_delay.o mod_auth_pam.o mod_ratio.o mod_readme.o mod_rewrite.o mod_wrap.o mod_ldap.o mod_ifsession.o
cc -DHAVE_CONFIG_H  -DFREEBSD6_1 -DFREEBSD6 -I.. -I../include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -c module_glue.c
gmake[1]: Leaving directory `/usr/ports/ftp/proftpd/work/proftpd-1.3.0/modules'
test -z """" -a -z """" || (cd modules/ && gmake shared)
/bin/sh ./libtool --mode=link cc -L./lib  -L/usr/local/lib  -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.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_delay.o modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o -lsupp -lcrypt  -lutil -lldap -llber  -lwrap  -lpam -liconv
mkdir .libs
cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o src/inet.o src/child.o src/parser.o src/log.o src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o src/help.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/display.o src/auth.o src/fsio.o src/mkhome.o src/ctrls.o src/event.o src/var.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_delay.o modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o modules/mod_wrap.o modules/mod_rewrite.o modules/mod_readme.o modules/mod_ratio.o modules/module_glue.o  -L/usr/ports/ftp/proftpd/work/proftpd-1.3.0/lib -L/usr/local/lib -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto /usr/local/lib/liblber.so -lwrap -lpam /usr/local/lib/libiconv.so -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
src/netio.o(.text+0xbd9): In function `pr_netio_printf':
: undefined reference to `local2remote'
modules/mod_ls.o(.text+0x4b7): In function `sendline':
: undefined reference to `local2remote'
gmake: *** [proftpd] Ошибка 1
*** Error code 2

Stop in /usr/ports/ftp/proftpd.

:(

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

15. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bosschifra email on 21-Июл-06, 19:22 
>src/netio.o(.text+0xbd9): In function `pr_netio_printf':
>: undefined reference to `local2remote'
>modules/mod_ls.o(.text+0x4b7): In function `sendline':
>: undefined reference to `local2remote'
>gmake: *** [proftpd] Ошибка 1
>*** Error code 2
>
>Stop in /usr/ports/ftp/proftpd.
>
>:(


ребят вы меня уже надоели )))
скажите какае файлы вам выложить чтоб вы сравнили и нашли ошибку ...
или весь /usr/ports/ftp/proftpd вам зашарить чтоб сами только make да make install дали а?
в будни выложу только скажите что?
я и на 5.4 и на 6.0 ставил все окей

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

16. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от pnck email(??) on 21-Июл-06, 19:47 
да я сам этот патч ставил без проблем :)
правда давно это было
месяца три назад
в этом файлике mod_ls.с функиция local2remote определяется как
extern char* local2remote (char*)
на скоко я знаю си это значит что тело функция сама объявленна в другом месте... а именно в инклудах... но ни в одном файле из папки /usr/rorts/ftp/proftpd поиск на строку local2remote не принес ни каких результатов... как Вы видете я все делал по инструкции (возможно я где то накосматил, но это маловероятно поскольку повторял я все шаги ни один раз)... у меня ужо появляеться спортивный инетерес :) ...
буду оч признателен если Вы выложите данный файлик mod_ls.с
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

17. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от pnck email(??) on 23-Июл-06, 10:38 
объясняю в чем прикол в статье написанно:

добавляем такие строчки между любыми ".if defined(WITH_***)":

        MODULES:=${MODULES}:mod_codeconv
        INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
        LIBDIRS:=${LIBDIRS}:${PREFIX}/lib

на самом деле это не так... главное чтобы этот модуль был включен в конфиге... если этот модуль не включен то ничего и не обработаеться поэтому и мейк не проходил... после того как я преместил этот кусок в другой виз все заработало точнее я поместил его после:
.if !defined(WITHOUT_README)
все заработало :) спасибо :)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

18. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от boss_chifra email on 24-Июл-06, 10:40 
цитирую себя

добавляем такие строчки между любыми ".if defined(WITH_***)":

        MODULES:=${MODULES}:mod_codeconv
        INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include
        LIBDIRS:=${LIBDIRS}:${PREFIX}/lib


я добавил после .if defined(WITH_README)


т.е. нужно было делать как написано точь в точь


>>я добавил после .if defined(WITH_README)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

19. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от xeno (??) on 26-Ноя-06, 20:53 
Тем, у кого вылезает undefined reference to `local2remote' при make, есть такое мнение:в файле Mаke.rules посмотреть на строчку
LDFLAGS=-L$(top_srcdir)/lib
Неободимо добавить в эту строчку путь к libiconv.so, для фрибсд это /usr/local/lib, т.е. станет
LDFLAGS=-L$(top_srcdir)/lib -L/usr/local/lib
После этого, make должен прекратить ругаться на отсутствие библиотеки...
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

20. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от drill on 11-Фев-07, 13:28 
описанный здесь метод не подходит для версии 1.3.1 если ставить из портов фрибсд.
есть выход http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2007-J...
у меня перкрасно установилось и работает.
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

21. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Daemon66 on 20-Фев-07, 11:21 
Лучше уж смотреть сюда:
http://www.freebsd.org/cgi/query-pr.cgi?pr=108244
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

22. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от leonidnev email(??) on 25-Фев-07, 13:03 
Не  работает патч от туда :(
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

23. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от userok email on 10-Апр-07, 18:22 
при попытки запуска демона выдаёт ошибку -
Starting proftpd.
- IPv4 getaddrinfo 'server.localnet' error: hostname nor servname provided, or not known
- warning: unable to determine IP address of 'server.localnet'
- error: no valid servers configured
- Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'

что может быть??? помогите ПЛЗ

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

24. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Lenin (??) on 10-Апр-07, 18:26 
>при попытки запуска демона выдаёт ошибку -
>Starting proftpd.
> - IPv4 getaddrinfo 'server.localnet' error: hostname nor servname provided, or not
>known
> - warning: unable to determine IP address of 'server.localnet'
> - error: no valid servers configured
> - Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'
>
>что может быть??? помогите ПЛЗ

Настройте нормально DNS. В частности у хоста должно быть нормальное (разрешаемое в адрес) имя.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

26. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от userok email on 10-Апр-07, 18:54 
сенк, уже разобрался... теперь никак не получается под anonymous файло на запись сделать

сорри за тупость, с англицким у меня плохо

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

25. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от userok email on 10-Апр-07, 18:53 
а всё туплю в hosts была бага
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

27. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от sondrex email(??) on 10-Авг-07, 16:45 
Большая просьба помочь, я новичок в UNIX стораюсь все выполнить по инструкции но у меня нет интернета на машине как быть а то он после первой же команды лезет на сайты достучаться не может и пишет ошибку, так что я застрял на первой команде
Нам потребуется libiconv

        cd /usr/ports/converters/libiconv
        make install
        make clean

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

28. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от bohdan200 email(ok) on 27-Сен-07, 22:22 
Нашел патч для 1.3.0
http://www.hakusan.tsg.ne.jp/tjkawa/software/misc/proftpd-ic...
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

29. "Тематический каталог: Установка Proftpd на FreeBSD6 из порто..."  
Сообщение от eGuru email(ok) on 23-Окт-07, 15:22 
Патч, указанный в статье, с текущей версией proftpd-1.3.1 не работает, требуется доводка напильником. Я довел, куда положить, не знаю.

Как уже описывали, в Makefile порта надо добавить строчки для корректного подключения нового модуля и библиотеки libiconv. Я добавил их к опции порта, устанавливающей кириллический патч. Привожу кусок полностью:

.if defined (WITH_CYRFIX)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-cyrillic-fix-netio.c
MODULES:=${MODULES}:mod_codeconv
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
PROFTPD_LIBS+=  -lintl -L${LOCALBASE}/lib
.endif

В целом, с текущим состоянием порта proftpd-1.3.1_1, из действий описанных в статье, требуется только установка патча для iconv и коррекция Makefile порта.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

30. "Тематический каталог: Установка Proftpd на FreeBSD6 из порто..."  
Сообщение от Simplefest email(??) on 22-Дек-07, 07:16 
>Патч, указанный в статье, с текущей версией proftpd-1.3.1 не работает, требуется доводка
>напильником. Я довел, куда положить, не знаю.

У меня все встало, все работает, кроме одной маленькой особенности:

если заходить любым нормальным ftp-клиентом, то все ок, а если windows explorer, то proftpd стреляется "kernel: pid 60221 (proftpd), uid 900: exited on signal 11".

С версией 1.2.10 такой проблемы не наблюдалось, на 1.3.1 наблюдается как на FreeBSD, так и на Linux.

Никто с таким не сталкивался, как можно решить проблему?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

31. "Установка Proftpd на FreeBSD6 из портов с конверсией KOI8-R-..."  
Сообщение от Vedymak email on 04-Ноя-08, 23:43 
по крайней мере под 1.3.2 rc2 не надо так маяться...
в conf-файле прописать:

LangEngine on
UseEncoding KOI8-R CP1251

и будет вам счастье ;)

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру