Volodymyr Kostyrko <c.kworr <at> gmail.com> writes:

> 
> Hi all.
> 
> On my host vboxnet says when booting:
> 
> Shared object "libiconv.so.3" not found, required by "VBoxRT.so"
> 
> This is possibly is because of trying to bring up host-only interfaces 
> with VBoxManage.
> 
> Maybe this is beacause we try bring them up before network, and network 
> takes place before ldconfig?
> 

I ran into this too.

Here is a patch I came up with for
/usr/ports/emulators/virtualbox-ose-kmod/files/vboxnet.in

It moves the /usr/local/etc/rc.d/vboxnet script execution to after networking 
and ldconfig paths have been set up. (as you thought)



Index: vboxnet.in
===================================================================
--- vboxnet.in  (revision 310569)
+++ vboxnet.in  (working copy)
@@ -4,8 +4,7 @@
 #

 # PROVIDE:     vboxnet
-# REQUIRE:     FILESYSTEMS
-# BEFORE:      netif
+# REQUIRE:     FILESYSTEMS NETWORKING ldconfig
 # KEYWORD:     nojail

 #




_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to