Page 1 of 1

ExtPacks/VNC binary build

Posted: 13. Apr 2012, 15:24
by psini
I noticed that support for VNC trought VRDE extesion pack is now in the trunk but i can't find a binary build of ExtPacks/VNC to enable VirtulBox use VNC instead of RDE .
Someone can help me?
Thanks.

Re: ExtPacks/VNC binary build

Posted: 13. Apr 2012, 15:55
by Perryg
You build this extension pack yourself.
Add VBOX_WITH_EXTPACK_VNC := 1 to your LocalConfig.kmk

The binary should be included in the 4.2.* release.

Re: ExtPacks/VNC binary build

Posted: 17. Sep 2012, 22:38
by telligent
It appears that you also need to manually install the extension pack after including it in the build.

If you don't, you get the error below:
----------------------------------------------------------------------------------------------
root@server:~# VBoxManage setproperty vrdeextpack VNC
VBoxManage: error: No extension pack by the name 'VNC' was found
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component ExtPackManager, interface IExtPackManager, callee nsISupports
VBoxManage: error: Context: "COMSETTER(DefaultVRDEExtPack)(Bstr(a->argv[1]).raw())" at line 854 of file VBoxManageMisc.cpp
----------------------------------------------------------------------------------------------

To manually install the extension pack, run:
VBoxManage extpack install (put build dir here)/VirtualBox-4.2.0/out/linux.x86/release/packages/VNC-4.2.0_OSEr43316.vbox-extpack

Perryg: Can you please add this information to: viewtopic.php?f=31&t=50085

Re: ExtPacks/VNC binary build

Posted: 17. Oct 2012, 11:09
by gta3user
telligent wrote:To manually install the extension pack, run:VBoxManage extpack install (put build dir here)/VirtualBox-4.2.0/out/linux.x86/release/packages/VNC-4.2.0_OSEr43316.vbox-extpack
I built VirtualBox-4.2.0

Code: Select all

./configure --with-gcc=x86_64-pc-linux-gnu-gcc --with-g++=x86_64-pc-linux-gnu-g++ --disable-kmods --disable-dbus --disable-alsa --disable-opengl --disable-pulse --disable-python --enable-webservice --enable-vnc --disable-docs --build-headless --disable-opengl
and have not "packages" dir in VirtualBox-4.2.0/out/linux.x86/release/

SO where i can download VNC extpack if it wasn't builded?

Code: Select all

VirtualBox-4.2.0 # VBoxManage setproperty vrdeextpack VNC
VBoxManage: error: No extension pack by the name 'VNC' was found
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component ExtPackManager, interface IExtPackManager, callee nsISupports
VBoxManage: error: Context: "COMSETTER(DefaultVRDEExtPack)(Bstr(a->argv[1]).raw())" at line 854 of file VBoxManageMisc.cpp

Re: ExtPacks/VNC binary build

Posted: 17. Oct 2012, 14:37
by Y E T I
If you added the build instruction to your LocalConfig.kmk you will find the install binary it /trunk/out/linux.amd64/release/packages/

Re: ExtPacks/VNC binary build

Posted: 24. Oct 2013, 19:39
by zdinu
Hi,

I want to build the VNC extension pack for Solaris. How do I get the extpack file built and ready to be used with VBoxManage extpack install command ?

Do you happen to have it already compiled for Solaris so I can do a quick test ?

Thank you !
Dinu