Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Anders on October 15, 2003, 10:16:19 PM
-
Hi
I have tryed to install GCC and looked at the FAQ : http://www.e-smith.org/faq.php3#8q7
but when I try installing the rpms I get this error :
[root@Linux gcc stuff]# rpm -ivh glibc-devel-2.2.2-10.i386.rpm
error: failed dependencies:
glibc = 2.2.2 is needed by glibc-devel-2.2.2-10
glibc-devel < 2.2.3 conflicts with glibc-2.2.5-40
Can any1 help me with this???
T.I.A
-
When you attempt to install a bunch of RPMs you should always do them in one swoop unless specifically instructed otherwise. That may (or may not) take care of various dependency problems. As an example of doing it the wrong way, search for various Samba upgrade threads in this forum.
Also, most package installations are done using -Uvh, not -ivh. Again, read the how-to/docs for details.
/Jens
-
then I get this :
[root@Linux gcc stuff]# rpm -Uvh glibc-devel-2.2.2-10.i386.rpm
error: failed dependencies:
glibc = 2.2.2 is needed by glibc-devel-2.2.2-10
glibc-devel < 2.2.3 conflicts with glibc-2.2.5-40
-
Anders wrote:
> I have tryed to install GCC and looked at the FAQ :
> http://www.e-smith.org/faq.php3#8q7
The FAQ item you quote says that you should avoid installing gcc if you can. Search rpmfind.net for the software you want to use. Failing that, if you really need to build your own code, then set up a RedHat workstation (on a spare computer, or a spare hard drive on the same computer) and use that.
If you really, really want to compile packages on your server, then go ahead - but note that there is an error in the FAQ - RedHat 7.3 packages should be used.
Charlie
-
hmmmm okay, but I need to have a Irc bot installed, and for that I have to compile the bot.......
-
Anders wrote:
>
> hmmmm okay, but I need to have a Irc bot installed, and for
> that I have to compile the bot.......
Do you? Nobody else has ever compiled it?
http://rpmfind.net/linux/rpm2html/search.php?query=eggdrop
Charlie
-
thx I'll look into that :D
[root@Linux irc]# rpm -ivh eggdrop-1.6.13-2.i386.rpm
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
-
You blindly ignored the first (important part) of my msg, Anders. :-)
There is a French how-to for Eggdrop for SME 5.x: translated by Babelfish here:
http://babelfish.altavista.com/babelfish/urltrurl?url=http%3A%2F%2Fwww.frenchcancan.net%2Fv3%2Fbot_howto.htm&lp=fr_en&tt=url
/Jens
-
thx jens
Gonna try that tut :D