userland ppp depends on ldconfig
Randy Bush
randy at psg.com
Thu Dec 20 02:53:30 PST 2007
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
More information about the freebsd-net
mailing list