Results 1 to 5 of 5
I just got it using:
Code:
apt-get install rpm
and tried to install Java using
Code:
rpm -iv jre-6u7-i586.rpm
But it just immediately give me his line:
Code:
rpm: symbol ...
- 08-15-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
RPM doesn't work
I just got it using:
and tried to install Java usingCode:apt-get install rpm
But it just immediately give me his line:Code:rpm -iv jre-6u7-i586.rpm
I tried installing beecrypt fromCode:rpm: symbol lookup error: /usr/local/lib/libbeecrypt.so.6: undefined symbol: mpzero
And when I tried to ./configure it, it gives me this at the end, after its made the Makefile:Code:http://sourceforge.net/projects/beecrypt
Then trying 'make' in this directory gives me this:Code:config.status: executing aesopt.x86 commands ./config.status: line 1403: m4: command not found config.status: executing mpopt.x86 commands ./config.status: line 1406: m4: command not found config.status: executing sha1opt.x86 commands ./config.status: line 1409: m4: command not found
How do I fix this?Code:make[3]: *** [_bc-py.lo] Error 1 make[3]: Leaving directory `/home/scott/Desktop/Downloads/beecrypt-4.1.2/python' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/scott/Desktop/Downloads/beecrypt-4.1.2/python' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/scott/Desktop/Downloads/beecrypt-4.1.2' make: *** [all] Error 2
- 08-15-2008 #2
What distro are you running? Isn't there a sun java package for your distro?
- 08-15-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
I don't know. I'm running ubuntu 8 home right now. I've been trying to install Java for a day.
- 08-15-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 34
Ok, do you know how to fix this? Do you have any idea what the problem may be? I tried getting Java through the add/remove programs in ubuntu but it doesn't work in the browser.
- 08-16-2008 #5
You need to install sun-java6-jre and sun-java6-plugin in order for java to work correctly in your browser.


Reply With Quote