proftpd-1.3.3e error

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
we use custombuild proftpd-1.3.3e error


checking whether libtool supports -dlopen/-dlpreopen... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: libintl support, required for NLS, not present -- aborting
Done. Making proftpd-1.3.3e...
Trying to make ProFTPD...
gmake: *** No targets specified and no makefile found. Stop.

*** The make has failed, do you want to try to make again? (y,n):
 
wee install
install devel/gettext from ports

same error don't fix
 
No guys, it's not working solution:

/usr/local/directadmin/custombuild: pkg_version -Iv | grep gettext
gettext-0.18.1.1 = up-to-date with index
p5-gettext-1.05_3 = up-to-date with index

/usr/local/directadmin/custombuild: ./build proftpd
File already exists: proftpd-1.3.3e.tar.gz
MD5 Checksum on proftpd-1.3.3e.tar.gz passed.
File already exists: proftpd
File already exists: proftpd_freebsd
File already exists: proftpd_debian
setenv: not found
Found /usr/local/directadmin/custombuild/proftpd-1.3.3e.tar.gz
Extracting /usr/local/directadmin/custombuild/proftpd-1.3.3e.tar.gz...
Configuring proftpd-1.3.3e...
checking build system type... i386-unknown-freebsd7.3
checking host system type... i386-unknown-freebsd7.3
checking target system type... i386-unknown-freebsd7.3
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.3 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether the C compiler accepts -Wall... yes
checking for getopt... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
test: xmod_ratio: unexpected operator
test: xmod_readme: unexpected operator
test: xmod_tls: unexpected operator
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: libintl support, required for NLS, not present -- aborting
Done. Making proftpd-1.3.3e...
Trying to make ProFTPD...
gmake: *** No targets specified and no makefile found. Stop.

*** The make has failed, do you want to try to make again? (y,n):





This trick works:


sysdev sysdev is offline
Verified User

Join Date: Jul 2007
Posts: 16
Quote:
Originally Posted by akkabarakka View Post
run ./configure
run: Command not found.
Yeah, well... you should run './configure'
At least on FreeBSD, on CentOS you can skip the './configure'. Actually you can skip everthing after the './build proftpd' on CentOS as it seems to work on that OS without problems.

# ./build proftpd
/* wait for error and prompt 'y/n retry stuff'
press [CTRL] + z
# cd proftpd-1.3.3e
# ./configure
# cd ..
# fg
press 'y' + [ENTER]
 
Last edited:
Back
Top