VBox install problem (libvpx not found)
Posted: 22. Jun 2016, 18:18
I'm trying to use ./configure to compile vbox for my kernel on an RHEL6.4, 64-bit system. I run it and am getting the following error:
Checking for libvpx:
vpx not found at -lvpx or vpx headers not found
It goes on to say to check the configure.log file, which has these errors:
src.cc:5: error: 'vpx codec version' was not declared in the scope
src.cc:6: error: 'VPX_VERSION_MAJOR' was not declared in the scope
src.cc:7: error: 'VPX_VERSION_MINOR' was not declared in the scope
src.cc:8: error: 'VPX_VERSION_PATCH' was not declared in the scope
src.cc:11: warning: suggest parentheses around '&&' within ' ||'
If I try to run yum install libvpx, I get the following:
Package libvpx-1.3.0-5.el6_5.x86_64
Can anyone help me with this? I cant find anything on google to get me past this.
Checking for libvpx:
vpx not found at -lvpx or vpx headers not found
It goes on to say to check the configure.log file, which has these errors:
src.cc:5: error: 'vpx codec version' was not declared in the scope
src.cc:6: error: 'VPX_VERSION_MAJOR' was not declared in the scope
src.cc:7: error: 'VPX_VERSION_MINOR' was not declared in the scope
src.cc:8: error: 'VPX_VERSION_PATCH' was not declared in the scope
src.cc:11: warning: suggest parentheses around '&&' within ' ||'
If I try to run yum install libvpx, I get the following:
Package libvpx-1.3.0-5.el6_5.x86_64
Can anyone help me with this? I cant find anything on google to get me past this.