configure: +--------------------------------------------------------+
configure: | You can subscribe to the Pure-FTPd users mailing-list |
configure: | to ask for help and to stay informed of new releases. |
configure: | Go to http://www.pureftpd.org/ml/ now! |
configure: +--------------------------------------------------------+
make all-recursive
make[1]: Entering directory `/root/pure-ftpd-1.0.47'
Making all in puredb
make[2]: Entering directory `/root/pure-ftpd-1.0.47/puredb'
Making all in src
make[3]: Entering directory `/root/pure-ftpd-1.0.47/puredb/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/pure-ftpd-1.0.47/puredb/src'
make[3]: Entering directory `/root/pure-ftpd-1.0.47/puredb'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/pure-ftpd-1.0.47/puredb'
make[2]: Leaving directory `/root/pure-ftpd-1.0.47/puredb'
Making all in src
make[2]: Entering directory `/root/pure-ftpd-1.0.47/src'
gcc -O2 -fPIC -fPIE -fwrapv -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -Winit-self -Wwrite-strings -Wdiv-by-zero -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -L/usr/local/lib -o pure-ftpd main.o libpureftpd.a ../puredb/src/libpuredb_read.a -lssl -lcrypto -lsodium -lcrypt
libpureftpd.a(libpureftpd_a-ftpd.o): In function `charset_fs2client':
ftpd.c .text+0x1ce3): undefined reference to `libiconv'
ftpd.c .text+0x1d2c): undefined reference to `libiconv'
libpureftpd.a(libpureftpd_a-ftpd.o): In function `pureftpd_start':
ftpd.c .text+0xc17e): undefined reference to `libiconv_close'
ftpd.c .text+0xc190): undefined reference to `libiconv_close'
ftpd.c .text+0xc1a2): undefined reference to `libiconv_close'
ftpd.c .text+0xc1b4): undefined reference to `libiconv_close'
ftpd.c .text+0xc32c): undefined reference to `libiconv_open'
ftpd.c .text+0xc350): undefined reference to `libiconv_open'
ftpd.c .text+0xc399): undefined reference to `libiconv_open'
ftpd.c .text+0xc3bd): undefined reference to `libiconv_open'
libpureftpd.a(libpureftpd_a-ftp_parser.o): In function `parser':
ftp_parser.c:(.text+0x6ec): undefined reference to `libiconv'
ftp_parser.c:(.text+0x79b): undefined reference to `libiconv'
collect2: error: ld returned 1 exit status
make[2]: *** [pure-ftpd] Error 1
make[2]: Leaving directory `/root/pure-ftpd-1.0.47/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pure-ftpd-1.0.47' |