Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2007 19:53:12 +0900
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Net <freebsd-net@freebsd.org>
Subject:   userland ppp depends on ldconfig
Message-ID:  <476A4998.1010808@psg.com>

next in thread | raw e-mail | index | archive | help
i have a dedicated ppp link that has to come up at boot.  in
/etc/rc.conf, i have

# User ppp configuration.
ppp_enable=YES
ppp_mode=dedicated
ppp_nat=YES
ppp_profile=frob

during boot, i was getting

/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required
by "su"

and ppp was not starting.  this was fixed by

--- /etc/rc.d/ppp~      2007-12-17 21:41:59.000000000 +0000
+++ /etc/rc.d/ppp       2007-12-24 05:14:14.000000000 +0000
@@ -4,7 +4,7 @@
 #

 # PROVIDE: ppp
-# REQUIRE: netif isdnd
+# REQUIRE: netif isdnd ldconfig
 # KEYWORD: nojail

 . /etc/rc.subr

was there a more proper fix i should have used?

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?476A4998.1010808>