Results 1 to 4 of 4
hi guys,
Please help me im trying to install vlc-1.1.4 im using Fedora 9. and when i tried using the ./configure i received this error msg "error: Could not find ...
- 10-18-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
please help on how to install vlc-1.1.4
hi guys,
Please help me im trying to install vlc-1.1.4 im using Fedora 9. and when i tried using the ./configure i received this error msg "error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.". Kindly help on how to solve this error msg. thanks in advance
- 10-18-2010 #2Take risks: if you win, you will be happy; if you lose, you will be wise.
New Users : Read This First
- 10-18-2010 #3
Is there any reason for using Fedora 9 only? It's not supported by Fedora Team and you will face a lot dependency problems during package installation.
I would suggest you to switch to latest version, Fedora 13, if possible.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-18-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
VLC 1.1.4 is the latest. Some options are not available for FC9. As indicated by the configuration tool, you can disable some of them with the --disable-option argument. In your case, to disable support for LUA, do this: ./configure --disable-lua
This is what the message said. That will configure the package to build without LUA support. You will also probably get other errors. You can try to find/install those packages (including LUA), but some may not build and/or work on FC9. Good luck.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote