i have a problem.. i've already installed virtualbox-ose-3.2.8 twice on a fedora 10 with ./configure --enable-vde --disable-harderening but i cant see the network -option vde  <br>here is my configure log.:<br><br><b># Log file generated by<br>
#<br>#   './configure --enable-vde --disable-hardening'<br>#<br><br>***** Checking environment *****<br>Determined build machine: linux.amd64, target machine: linux.amd64<br><br><br>***** Checking kBuild *****<br>
found<br><br><br>***** Checking gcc *****<br>found version 4.3.2<br><br><br>***** Checking as86 *****<br>found version 0.16.17<br><br><br>***** Checking bcc *****<br>compiling the following source file:<br>int foo(a)<br>  int a;<br>
{<br>  return 0;<br>}<br>using the following command line:<br>bcc -B /usr/bin/ -C-c -3 -S -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.c<br>found version 0.16.17<br><br><br>***** Checking iasl *****<br>
found version 20061109<br><br><br>***** Checking xslt *****<br>found<br><br><br>***** Checking pthread *****<br>compiling the following source file:<br>#include <cstdio><br>#include <pthread.h><br>extern "C" int main(void)<br>
{<br>  pthread_mutex_t mutex;<br>  if (pthread_mutex_init(&mutex, NULL)) {<br>    printf("pthread_mutex_init() failed\n");<br>    return 1;<br>  }<br>  if (pthread_mutex_lock(&mutex)) {<br>    printf("pthread_mutex_lock() failed\n");<br>
    return 1;<br>  }<br>  if (pthread_mutex_unlock(&mutex)) {<br>    printf("pthread_mutex_unlock() failed\n");<br>    return 1;<br>  }<br>  printf("found, OK.\n");<br>}<br>using the following command line:<br>
g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lpthread"<br>executing the binary<br>found, OK.<br><br><br>***** Checking libxml2 *****<br>compiling the following source file:<br>
#include <cstdio><br>#include <libxml/xmlversion.h><br>extern "C" int main(void)<br>{<br>  printf("found version %s", LIBXML_DOTTED_VERSION);<br>#if LIBXML_VERSION >= 20626<br>  printf(", OK.\n");<br>
  return 0;<br>#else<br>  printf(", expected version 2.6.26 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lxml2   -lpthread -I/usr/include/libxml2"<br>
executing the binary<br>found version 2.7.6, OK.<br><br><br>***** Checking libxslt *****<br>compiling the following source file:<br>#include <cstdio><br>#include <libxslt/xsltconfig.h><br>extern "C" int main(void)<br>
{<br>  printf("found version %s", LIBXSLT_DOTTED_VERSION);<br>#if LIBXSLT_VERSION >= 10117<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 1.1.17 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lxslt -lz -lm -lxml2   -lpthread -I/usr/include/libxml2"<br>
executing the binary<br>found version 1.1.26, OK.<br><br><br>***** Checking libIDL *****<br>found version 0.8.11<br><br><br>***** Checking ssl *****<br>compiling the following source file:<br>#include <cstdio><br>#include <openssl/opensslv.h><br>
extern "C" int main(void)<br>{<br>  printf("found version %s", OPENSSL_VERSION_TEXT);<br>#if OPENSSL_VERSION_NUMBER >= 0x00908000<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 0.9.8 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc " -lcrypto"<br>executing the binary<br>found version OpenSSL 0.9.8g 19 Oct 2007, OK.<br>
<br><br>***** Checking libcurl *****<br>compiling the following source file:<br>#include <cstdio><br>#include <curl/curl.h><br>extern "C" int main(void)<br>{<br>  printf("found version %s", LIBCURL_VERSION);<br>
#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 7.16.1 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lcurl "<br>executing the binary<br>found version 7.19.6, OK.<br>
<br><br>***** Checking zlib *****<br>compiling the following source file:<br>#include <cstdio><br>#include <zlib.h><br>extern "C" int main(void)<br>{<br>  printf("found version %s", ZLIB_VERSION);<br>
#if ZLIB_VERNUM >= 0x1210<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 1.2.1 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lz "<br>
executing the binary<br>found version 1.2.3, OK.<br><br><br>***** Checking libpng *****<br>compiling the following source file:<br>#include <cstdio><br>#include <png.h><br>extern "C" int main(void)<br>
{<br>  printf("found version %s", PNG_LIBPNG_VER_STRING);<br>#if PNG_LIBPNG_VER >= 10205<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 1.2.5 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lpng "<br>executing the binary<br>found version 1.2.37, OK.<br>
<br><br>***** Checking SDL *****<br>compiling the following source file:<br>#include <cstdio><br>#include <SDL.h><br>#include <SDL_main.h><br>#undef main<br>extern "C" int main(int argc, char** argv)<br>
{<br>  printf("found version %d.%d.%d",<br>         SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL);<br>#if SDL_VERSION_ATLEAST(1,2,7)<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 1.2.7 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lSDL -lpthread  -I/usr/include/SDL "<br>executing the binary<br>
found version 1.2.13, OK.<br><br><br>***** Checking X libraries *****<br>compiling the following source file:<br>#include <cstdio><br>#include <X11/Xlib.h><br>extern "C" int main(void)<br>{<br>  Display *dpy;<br>
  int scrn_num;<br>  Screen *scrn;<br>  Window win;<br><br>  dpy      = XOpenDisplay(NULL);<br>  scrn_num = DefaultScreen(dpy);<br>  scrn     = ScreenOfDisplay(dpy, scrn_num);<br>  win      = XCreateWindow(dpy, RootWindowOfScreen(scrn), 0, 0, 100, 100,<br>
                           0, 16, InputOutput, CopyFromParent, 0, NULL);<br>  XDestroyWindow(dpy, win);<br>  XCloseDisplay(dpy);<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -I/usr/local/include"<br>
found<br><br><br>***** Checking Xcursor *****<br>compiling the following source file:<br>#include <cstdio><br>#include <X11/Xlib.h><br>#include <X11/Xcursor/Xcursor.h><br>extern "C" int main(void)<br>
{<br>  XcursorImage *cursor = XcursorImageCreate (10, 10);<br>  XcursorImageDestroy(cursor);<br>  return 0;<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXcursor -I/usr/local/include"<br>
found<br><br><br>***** Checking Xinerama *****<br>compiling the following source file:<br>#include <X11/Xlib.h><br>#include <X11/extensions/Xinerama.h><br>extern "C" int main(void)<br>{<br>  Display *dpy;<br>
  Bool flag;<br>  dpy = XOpenDisplay(NULL);<br>  if (dpy)<br>  {<br>    flag = XineramaIsActive(dpy);<br>    XCloseDisplay(dpy);<br>  }<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include"<br>
found<br><br><br>***** Checking Xrandr *****<br>compiling the following source file:<br>#include <X11/Xlib.h><br>#include <X11/extensions/Xrandr.h><br>extern "C" int main(void)<br>{<br>  Display *dpy;<br>
  Bool flag;<br>  int major, minor;<br>  dpy = XOpenDisplay(NULL);<br>  if (dpy)<br>  {<br>    flag = XRRQueryVersion(dpy, &major, &minor);<br>    XCloseDisplay(dpy);<br>  }<br>}<br>using the following command line:<br>
g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include"<br>found<br><br><br>
***** Checking Xmu *****<br>compiling the following source file:<br>#include <cstdio><br>#include <X11/Xatom.h><br>#include <X11/Xlib.h><br>#include <X11/Xutil.h><br>#include <X11/Xmu/StdCmap.h><br>
extern "C" int main(void)<br>{<br>  Display *dpy;<br>  int scrn_num;<br>  Screen *scrn;<br><br>  dpy = XOpenDisplay(NULL);<br>  if (dpy)<br>  {<br>    scrn_num = DefaultScreen(dpy);<br>    scrn     = ScreenOfDisplay(dpy, scrn_num);<br>
    Status status = XmuLookupStandardColormap(dpy, RootWindowOfScreen(scrn), 0,<br>                    24, XA_RGB_DEFAULT_MAP, False, True);<br>    printf("Status = %x\n", status);<br>    XCloseDisplay(dpy);<br>
  }<br>  return 0;<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXmu -I/usr/local/include"<br>
found<br><br><br>***** Checking Mesa / GLU *****<br>compiling the following source file:<br>#include <cstdio><br>#include <X11/Xlib.h><br>#include <GL/glx.h><br>#include <GL/glu.h><br>extern "C" int main(void)<br>
{<br>  Display *dpy;<br>  int major, minor;<br><br>  dpy = XOpenDisplay(NULL);<br>  if (dpy)<br>  {<br>    Bool glx_version = glXQueryVersion(dpy, &major, &minor);<br>    XCloseDisplay(dpy);<br>    if (glx_version)<br>
    {<br>      printf("found version %u.%u, OK.\n", major, minor);<br>      return 0;<br>    }<br>  }<br>  printf("found (inactive), OK.\n");<br>  return 0;<br>}<br>using the following command line:<br>
g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include"<br>executing the binary<br>
found (inactive), OK.<br><br><br>***** Checking Qt4 *****<br>compiling the following source file:<br>#include <cstdio><br>#include <QtGlobal><br>extern "C" int main(void)<br>{<br>  printf("found version %s", QT_VERSION_STR);<br>
#if QT_VERSION >= 0x040400<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 4.4.0 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>
g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-L/usr/lib64 -lQtCore   -lpthread -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtCore  "<br>executing the binary (LD_LIBRARY_PATH=/usr/lib64)<br>
found version 4.5.3, OK.<br><br><br>***** Checking Qt4 devtools *****<br>found version 4.5.3<br><br><br>***** Checking python support *****<br>compiling the following source file:<br>#include <cstdio><br>#include <Python.h><br>
extern "C" int main(void)<br>{<br>  Py_Initialize();<br>  printf("found version %s", PY_VERSION);<br>#if PY_VERSION_HEX >= 0x02030000<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 2.3 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++ -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc -I/usr/include/python2.6 /usr/lib64/<a href="http://libpython2.6.so">libpython2.6.so</a><br>
g++: /usr/lib64/<a href="http://libpython2.6.so">libpython2.6.so</a>: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:2:20: error: Python.h: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc: In function 'int main()':<br>
/home/Diego/VirtualBox-OSE/.tmp_src.cc:5: error: 'Py_Initialize' was not declared in this scope<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:6: error: 'PY_VERSION' was not declared in this scope<br>compiling the following source file:<br>
#include <cstdio><br>#include <Python.h><br>extern "C" int main(void)<br>{<br>  Py_Initialize();<br>  printf("found version %s", PY_VERSION);<br>#if PY_VERSION_HEX >= 0x02030000<br>  printf(", OK.\n");<br>
  return 0;<br>#else<br>  printf(", expected version 2.3 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++ -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc -I/usr/include/python2.6 /usr/lib/64/<a href="http://libpython2.6.so">libpython2.6.so</a><br>
g++: /usr/lib/64/<a href="http://libpython2.6.so">libpython2.6.so</a>: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:2:20: error: Python.h: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc: In function 'int main()':<br>
/home/Diego/VirtualBox-OSE/.tmp_src.cc:5: error: 'Py_Initialize' was not declared in this scope<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:6: error: 'PY_VERSION' was not declared in this scope<br>compiling the following source file:<br>
#include <cstdio><br>#include <Python.h><br>extern "C" int main(void)<br>{<br>  Py_Initialize();<br>  printf("found version %s", PY_VERSION);<br>#if PY_VERSION_HEX >= 0x02030000<br>  printf(", OK.\n");<br>
  return 0;<br>#else<br>  printf(", expected version 2.3 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++ -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc -I/usr/include/python2.6 /usr/lib/<a href="http://libpython2.6.so">libpython2.6.so</a><br>
g++: /usr/lib/<a href="http://libpython2.6.so">libpython2.6.so</a>: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:2:20: error: Python.h: No such file or directory<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc: In function 'int main()':<br>
/home/Diego/VirtualBox-OSE/.tmp_src.cc:5: error: 'Py_Initialize' was not declared in this scope<br>/home/Diego/VirtualBox-OSE/.tmp_src.cc:6: error: 'PY_VERSION' was not declared in this scope<br>compiling the following source file:<br>
#include <cstdio><br>#include <Python.h><br>extern "C" int main(void)<br>{<br>  Py_Initialize();<br>  printf("found version %s", PY_VERSION);<br>#if PY_VERSION_HEX >= 0x02030000<br>  printf(", OK.\n");<br>
  return 0;<br>#else<br>  printf(", expected version 2.3 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++ -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc -I/usr/include/python2.5 /usr/lib64/<a href="http://libpython2.5.so">libpython2.5.so</a><br>
executing the binary<br>found version 2.5.2, OK.<br><br><br>***** Checking PulseAudio *****<br>compiling the following source file:<br>#include <cstdio><br>#include <pulse/version.h><br>extern "C" int main(void)<br>
{<br>  printf("found version %s API version %d", pa_get_headers_version(), PA_API_VERSION);<br>#if PA_API_VERSION >= 9<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 0.9.0 (API version 9) or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "  -lpulse"<br>executing the binary<br>found version 0.9.14 API version 12, OK.<br>
<br><br>***** Checking static stc++ library *****<br>compiling the following source file:<br>#include <string><br><br>extern "C" int main(void)<br>{<br>  std::string s = "test";<br>  return 0;<br>
}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "/usr/lib/gcc/x86_64-redhat-linux/4.3.2/libstdc++.a"<br>found<br><br><br>***** Checking Linux kernel sources *****<br>
compiling the following source file:<br>#include <linux/version.h><br>int printf(const char *format, ...);<br>int main(void)<br>{<br>  printf("found version %d.%d.%d",  LINUX_VERSION_CODE / 65536,<br>                                   (LINUX_VERSION_CODE % 65536) / 256,<br>
                                    LINUX_VERSION_CODE          % 256);<br>#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,0)<br>  printf(", OK.\n");<br>  return 0;<br>#else<br>  printf(", expected version 2.4.0 or higher\n");<br>
  return 1;<br>#endif<br>}<br>using the following command line:<br>gcc -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.c -nostdinc -I/lib/modules/2.6.27.41-170.2.117.fc10.x86_64/build/include<br>
executing the binary<br>found version 2.6.27, OK.<br><br><br>***** Checking ALSA *****<br>compiling the following source file:<br>#include <cstdio><br>#include <alsa/asoundlib.h><br>extern "C" int main(void)<br>
{<br>  printf("found version %d.%d.%d",<br>         SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR);<br>#if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10006<br>  printf(", OK.\n");<br>
  return 0;<br>#else<br>  printf(", expected version 1.0.6 or higher\n");<br>  return 1;<br>#endif<br>}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lasound"<br>
executing the binary<br>found version 1.0.21, OK.<br><br><br>***** Checking libcap library *****<br>compiling the following source file:<br>#include <cstdio><br>#include <sys/types.h><br>#include <sys/capability.h><br>
<br>extern "C" int main(void)<br>{<br>  char buf[1024];<br>  cap_t caps = cap_get_proc();<br>  snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL));<br>  return 0;<br>
}<br>using the following command line:<br>g++  -g -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.cc "-lcap"<br>executing the binary<br><br><br>found<br><br><br>***** Checking compiler.h *****<br>
compiler.h not found<br><br><br>***** Checking 32-bit support *****<br>compiling the following source file:<br>#include <stdint.h><br>int main(void)<br>{<br>  return 0;<br>}<br>using the following command line:<br>gcc -m32 -O -Wall -o /home/Diego/VirtualBox-OSE/.tmp_out /home/Diego/VirtualBox-OSE/.tmp_src.c<br>
<br><br><br></b>  where i can found the vde support to find the famous libvdeplug library?<br>i tryed with VBoxmanage "xxx" --nic1 vde --vde1 default    but doesnt respond well. <br><br>