Mailinglist Archive: proxy-suite (15 mails)
| < Previous | Next > |
Re: [proxy-suite] USER-WRN bad 'USER@' dest
- From: Marius Tomaschewski <mt@xxxxxxx>
- Date: Wed, 20 Nov 2002 12:44:19 +0000 (UTC)
- Message-id: <20021120124418.GC7091@xxxxxxx>
On Wed, Nov 20, 2002 at 08:19:26AM +0100, Frank Sackewitz wrote:
> Hi folks,
Hi!
You are running the proxy in a chroot. I mean there is a library
missed - try to add the nsl-library to your script:
--- ftp-proxy/rc.script.in
+++ ftp-proxy/rc.script.in 2002/07/18 23:41:35
@@ -389,7 +360,7 @@
# copy/update nss libraries
if [ -f /etc/nsswitch.conf ] ; then
- LIBS="/lib/libnss* /lib/libresolv* /lib/libdb*"
+ LIBS="/lib/libnss* /lib/libnsl* /lib/libresolv* /lib/libdb*"
fi
[ -n "$LIBS" ] && for lib in $LIBS ; do
if [ -n "$lib" ] && [ -x "$lib" ] ; then
Gruesse,
Marius Tomaschewski <mt@xxxxxxx>
--
SuSE Linux AG, Nürnberg -- Product Developement
PGP public key on: http://www.suse.de/~mt/mt.pgp
DF17 271A AD15 006A 5BB9 6C96 CA2F F3F7 373A 1CC0
> Hi folks,
Hi!
You are running the proxy in a chroot. I mean there is a library
missed - try to add the nsl-library to your script:
--- ftp-proxy/rc.script.in
+++ ftp-proxy/rc.script.in 2002/07/18 23:41:35
@@ -389,7 +360,7 @@
# copy/update nss libraries
if [ -f /etc/nsswitch.conf ] ; then
- LIBS="/lib/libnss* /lib/libresolv* /lib/libdb*"
+ LIBS="/lib/libnss* /lib/libnsl* /lib/libresolv* /lib/libdb*"
fi
[ -n "$LIBS" ] && for lib in $LIBS ; do
if [ -n "$lib" ] && [ -x "$lib" ] ; then
Gruesse,
Marius Tomaschewski <mt@xxxxxxx>
--
SuSE Linux AG, Nürnberg -- Product Developement
PGP public key on: http://www.suse.de/~mt/mt.pgp
DF17 271A AD15 006A 5BB9 6C96 CA2F F3F7 373A 1CC0
| < Previous | Next > |