A
Anonymous
Guest
I installed VirtualBox with:
When i tried to start it i got:
I searched the web, but i couldn't find anything, so i did:
Would that be ok? If not, what would be the proper way to handle it?
Thanks.
Code:
pkg_add -r virtualbox
Code:
markus:$ VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: Shared object "libcurl.so.5" not found, required by "VBoxRT.so"
I searched the web, but i couldn't find anything, so i did:
Code:
ln -s /usr/local/lib/{libcurl.so.6,libcurl.so.5}
Would that be ok? If not, what would be the proper way to handle it?
Thanks.