LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 09-21-2010, 02:09 AM   #1
anurag2202
LQ Newbie
 
Registered: Aug 2010
Posts: 20

Rep: Reputation: 0
VirtualBox error


Hi,

While installing VirtualBox-3.2.8_OSE on Fedora 13, i got this error.
Can someone please help me out.


[root@localhost VirtualBox-3.2.8_OSE]# ./configure
Checking for environment: Determined build machine: linux.x86, target machine: linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.4.4, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20090123, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.7.7, OK.
Checking for libxslt: found version 1.1.26, OK.
Checking for libIDL: found version 0.8.14, OK.
Checking for ssl:
libcrypto not found at -lcrypto or openssl headers not found
Check the file /home/anurag/Desktop/VirtualBox-3.2.8_OSE/configure.log for detailed error information.


Thanks
 
Old 09-21-2010, 02:14 AM   #2
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
You need to install the openssl-devel package.
 
Old 09-21-2010, 02:49 AM   #3
anurag2202
LQ Newbie
 
Registered: Aug 2010
Posts: 20

Original Poster
Rep: Reputation: 0
VirtualBox error

Thanks for the solution. There is another error after installing openssl-devel. The error is:

Checking for environment: Determined build machine: linux.x86, target machine: linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.4.4, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20090123, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.7.7, OK.
Checking for libxslt: found version 1.1.26, OK.
Checking for libIDL: found version 0.8.14, OK.
Checking for ssl: found version OpenSSL 1.0.0a 1 Jun 2010, OK.
Checking for libcurl: found version 7.20.1, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for libpng: found version 1.2.43, OK.
Checking for SDL: found version 1.2.14, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Xinerama:
Xinerama not found at -L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include or Xinerama headers not found
Check the file /home/anurag/Desktop/VirtualBox-3.2.8_OSE/configure.log for detailed error information.

Thanks
 
Old 09-21-2010, 02:57 AM   #4
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Continue install the libXinerama-devel. Here's a hint for you:
Code:
# yum search Xinerama
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * addons: mirrors.digipower.vn
 * base: mirrors.digipower.vn
 * epel: mirror01.idc.hinet.net
 * extras: mirrors.digipower.vn
 * rpmforge: ftp-stud.fht-esslingen.de
 * updates: mirrors.digipower.vn
Excluding Packages from CentOS-5 - Base
Finished
===================================================== Matched: Xinerama =====================================================
libXinerama.i386 : X.Org X11 libXinerama runtime library
libXinerama.x86_64 : X.Org X11 libXinerama runtime library
libXinerama-devel.i386 : X.Org X11 libXinerama development package
libXinerama-devel.x86_64 : X.Org X11 libXinerama development package
 
Old 09-21-2010, 03:43 AM   #5
anurag2202
LQ Newbie
 
Registered: Aug 2010
Posts: 20

Original Poster
Rep: Reputation: 0
VirtualBox error

Thanks a lot sir....but sorry to say...there is another error coming out after installing libXinerama package. The error is:

Checking for Qt4:
** not found!

Please help me for the same.
 
Old 09-21-2010, 03:55 AM   #6
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
yum install qt4 qt4-devel
 
Old 09-21-2010, 11:25 PM   #7
anurag2202
LQ Newbie
 
Registered: Aug 2010
Posts: 20

Original Poster
Rep: Reputation: 0
Unhappy VirtualBox error

Thanx.. but there is another error coming out as i already updated my kernel header. The error is:

Checking for environment: Determined build machine: linux.x86, target machine: linux.x86, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.4.4, OK.
Checking for as86: found version 0.16.17, OK.
Checking for bcc: found version 0.16.17, OK.
Checking for iasl: found version 20090123, OK.
Checking for xslt: found, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.7.7, OK.
Checking for libxslt: found version 1.1.26, OK.
Checking for libIDL: found version 0.8.14, OK.
Checking for ssl: found version OpenSSL 1.0.0a 1 Jun 2010, OK.
Checking for libcurl: found version 7.20.1, OK.
Checking for zlib: found version 1.2.3, OK.
Checking for libpng: found version 1.2.43, OK.
Checking for SDL: found version 1.2.14, OK.
Checking for X libraries: found, OK.
Checking for Xcursor: found, OK.
Checking for Xinerama: found, OK.
Checking for Xrandr: found, OK.
Checking for Xmu: found, OK.
Checking for Mesa / GLU: found version 1.4, OK.
Checking for Qt4: found version 4.6.3, OK.
Checking for Qt4 devtools: found version 4.6.3, OK.
Checking for python support: found version 2.6.4, OK.
Checking for PulseAudio: found version 0.9.21 API version 12, OK.
Checking for static stc++ library: found, OK.
Checking for Linux kernel sources:
Linux kernel headers not found at /usr/src/linux
Check the file /home/anurag/Desktop/VirtualBox-3.2.8_OSE/configure.log for detailed error information.

Thanks
 
Old 09-21-2010, 11:44 PM   #8
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
yum -y install kernel-headers kernel-devel
 
Old 09-22-2010, 12:41 AM   #9
anurag2202
LQ Newbie
 
Registered: Aug 2010
Posts: 20

Original Poster
Rep: Reputation: 0
Unhappy VirtualBox error

Well thanx but i already installed these packages. It still giving the linux kernel headers error....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] VirtualBox Install Error MTK358 Linux - Software 3 03-08-2010 02:49 PM
[SOLVED] virtualbox won't start - gconf error a_smith Linux - Software 2 01-13-2010 11:32 AM
virtualbox Error in fedora 11? your_shadow03 Linux - Newbie 1 10-20-2009 02:54 AM
VirtualBox Error Mr. Rey Linux - Software 3 08-19-2008 04:26 PM
VirtualBox: VERR_HOSTIF_INIT_FAILED error ubyt3m3 Slackware 5 08-01-2008 02:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 11:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration