Date: Sun, 31 Dec 2006 09:02:48 -0600 From: "eculp@encontacto.net" <eculp@encontacto.net> To: freebsd-ports@freebsd.org Subject: can't upgrade proftpd in FreeBSD 6.2-PRERELEASE Message-ID: <20061231090248.olyizl8i8c0coos0@correo.encontacto.net>
next in thread | raw e-mail | index | archive | help
On all of my installations that have proftpd-1.3.0_5 I get the =20 following error when attempting to upgrade to proftpd-1.3.1rc1. cc -o proftpd src/main.o src/timers.o src/sets.o src/pool.o =20 src/table.o src/regexp.o src/dirtree.o src/support.o src/netaddr.o =20 src/inet.o src/child.o src/parser.o src/log.o src/lastlog.o =20 src/xferlog.o src/bindings.o src/netacl.o src/class.o src/scoreboard.o =20 src/help.o src/feat.o src/netio.o src/response.o src/ident.o =20 src/data.o src/modules.o src/display.o src/auth.o src/fsio.o =20 src/mkhome.o src/ctrls.o src/event.o src/var.o src/trace.o src/utf8.o =20 modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o =20 modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o =20 modules/mod_log.o modules/mod_site.o modules/mod_delay.o =20 modules/mod_auth_pam.o modules/mod_ifsession.o modules/mod_ldap.o =20 modules/mod_wrap2.o modules/mod_rewrite.o modules/mod_readme.o =20 modules/mod_ratio.o modules/module_glue.o =20 -L/usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib -L/usr/local/lib =20 -lsupp -lcrypt -lutil /usr/local/lib/libldap.so -lssl -lcrypto =20 /usr/local/lib/liblber.so -lpam -Wl,--rpath -Wl,/usr/local/lib =20 -Wl,--rpath -Wl,/usr/local/lib /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= x5c5): In function =20 `_getopt_internal': : undefined reference to `libintl_gettext' /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= x687): In function =20 `_getopt_internal': : undefined reference to `libintl_gettext' /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= x8b1): In function =20 `_getopt_internal': : undefined reference to `libintl_gettext' /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= xa3a): In function =20 `_getopt_internal': : undefined reference to `libintl_gettext' /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= xa99): In function =20 `_getopt_internal': : undefined reference to `libintl_gettext' /usr/ports/ftp/proftpd/work/proftpd-1.3.1rc1/lib/libsupp.a(getopt.o)(.text+0= xb04): more undefined references to `libintl_gettext' =20 follow gmake: *** [proftpd] Error 1 *** Error code 2 The reference to libintl_gettext has me comfused. Could I be missing =20 a dependency? I have tryed compiling in ftp/proftpd, using portmaster =20 and portupgrade and none seem to detect anything missing and all end =20 as above. A couple of the boxes are running un to date current the rest are RELENG_6 a= nd up to date with daily cvsup and build. My configuration includes: Use LDAP Include mod_ifsession Include mod_readme Include mod_ratio mod_rewrite mod_wrap2 All suggestions appreciated. ed Have a happy and safe New Years eve and the best for 2007.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061231090248.olyizl8i8c0coos0>