[vbox-dev] problems compiling VB 4.1.10 on Fedora 16

Sérgio Basto sergio at serjux.com
Thu Mar 15 03:15:44 GMT 2012


On Wed, 2012-03-14 at 17:27 +0000, Sérgio Basto wrote: 
> Hi, 
> 
> install: cannot stat `obj/bin/vboxwebsrv': No such file or
> directory                                   
> install: cannot stat `obj/bin/webtest': No such file or directory 
> 
> with --enable-webservice
> gives a undefined reference to soap_ssl_server_context

I got this, to be more precise :
/builddir/build/BUILD/VirtualBox-4.1.10/obj/obj/vboxwebsrv/vboxweb.o: In
function `SoapThread::process()':
/builddir/build/BUILD/VirtualBox-4.1.10/src/VBox/Main/webservice/vboxweb.cpp:583: undefined reference to `soap_ssl_accept'
/builddir/build/BUILD/VirtualBox-4.1.10/obj/obj/vboxwebsrv/vboxweb.o: In
function `doQueuesLoop()':
/builddir/build/BUILD/VirtualBox-4.1.10/src/VBox/Main/webservice/vboxweb.cpp:915: undefined reference to `soap_ssl_server_context'
/builddir/build/BUILD/VirtualBox-4.1.10/obj/obj/vboxwebsrv/vboxweb.o: In
function `main':
/builddir/build/BUILD/VirtualBox-4.1.10/src/VBox/Main/webservice/vboxweb.cpp:1227: undefined reference to `soap_ssl_init'
collect2: ld returned 1 exit status
kmk: ***
[/builddir/build/BUILD/VirtualBox-4.1.10/obj/obj/vboxwebsrv/vboxwebsrv]
Error 1
kmk: *** Waiting for unfinished jobs...


> 
> I use : 
> ./configure --disable-kmods --disable-java
> . ./env.sh
> kmk %{_smp_mflags} \ 
>     KBUILD_VERBOSE=2 TOOL_YASM_AS=yasm PATH_OUT="$PWD/obj"      \
>     VBOX_PATH_APP_PRIVATE=%{_libdir}/virtualbox         \
>     VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST=   \
>     VBOX_GCC_OPT="%{optflags}" VBOX_GCC_GC_OPT="%{optflags}"    \
>     VBOX_GCC_R0_OPT="%{optflags}" VBOX_GCC_WERR=""          \ 
>     VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL"             \
>     VBOX_JAVA_HOME=%{_prefix}/lib/jvm/java
> 
> 
> Thanks, 

-- 
Sérgio M. B.





More information about the vbox-dev mailing list