Results 1 to 4 of 4
Hello all, I have a couple of install questions I was wondering I could get some help with.
1.) I'm using Kubuntu (6.10) and I'm trying to install an "application/x-mplayer2" ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-09-2006 #1Just Joined!
- Join Date
- Dec 2006
- Location
- Colorado
- Posts
- 4
n00b questions
Hello all, I have a couple of install questions I was wondering I could get some help with.
1.) I'm using Kubuntu (6.10) and I'm trying to install an "application/x-mplayer2" application to view within my browser. I downloaded Easy Ubuntu and I thought it installed it, but allas it has not.
2.) I'm always trying to install snort. I downloaded the snort.tar.gz and extracted it into a file on the desk top. I've followed the directions and navigated to the file and ./configure'd it but when I do a make it says
What am I doing wrong? Can I make this work?checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
me@meLappy:~/Desktop/snort-2.6.1.1$ make
make: *** No targets specified and no makefile found. Stop.
Thanks for all the help!
-TurboPotato
- 12-10-2006 #2Have you tried Automatix? If you don't want to do that, you can view video in your browser, assuming you have the proper codecs installed, by running
Originally Posted by TurboPotato
As for Snort, I know you can install it with yum in Fedora, have you tried using apt-get to install it in Kubuntu? You can still use the configure options if you need them. For exampleCode:$sudo apt-get install mplayer-plugin
orCode:$sudo apt-get install snort
Code:$sudu apt-get install snort-mysql
- 12-10-2006 #3
For the mplayer plugin, you want mozilla-mplayer:
BryanCode:sudo apt-get install mozilla-mplayer
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-11-2006 #4Just Joined!
- Join Date
- Dec 2006
- Location
- Colorado
- Posts
- 4
Thanks!
I was able to get both to install and they work great now. Now I just have to figure out how to use snort :P
-TurboPotato


Reply With Quote
