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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to