LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   progs on mandrake 9.2 (https://www.linuxquestions.org/questions/linux-newbie-8/progs-on-mandrake-9-2-a-230909/)

Steph00 09-15-2004 09:43 AM

progs on mandrake 9.2
 
Okay, I'm kind of a Linux newbie, I installed over 6 months ago. I had gaim, xchat, mozilla, mozilla firefox and openoffice for my progs...

A friend struggled to help me download/install gaim. I thought I could do it myself this time, but found out after much frustration that I can't. I've tried through console and urpmi through the configure>install software option. Neither way was successful for me. Last time I tried on console, I got this error.

Failed dependencies:
libnss3 is needed by gaim-0.82.1-0mdk9.2
libgtkspell.so.0 is needed by gaim-0.82.1-0mdk9.2
libnspr4.so is needed by gaim-0.82.1-0mdk9.2
libnss3.so is needed by gaim-0.82.1-0mdk9.2
libplc4.so is needed by gaim-0.82.1-0mdk9.2
libplds4.so is needed by gaim-0.82.1-0mdk9.2
libsmime3.so is needed by gaim-0.82.1-0mdk9.2
libsoftokn3.so is needed by gaim-0.82.1-0mdk9.2
libssl3.so is needed by gaim-0.82.1-0mdk9.2



I tried to download firefox, and it would stop and then I got confused at what it was telling me.


I can't seem to get xchat either...

I'm sorry for such silly issues, I'm just frustrated with it now, and about to throw my laptop out the window. :( :confused:

scuzzman 09-15-2004 09:47 AM

you need to install the following packages:

libnss3
libgtkspell.so.0
libnspr4.so
etc etc (see the pattern?)

you might try this command, should reoslve the dependency issues:

# urpmi gaim-0.82.1-0mdk9.2

what are the error messages associated with firefox?

Steph00 09-15-2004 09:59 AM

It tells me no package named when I try that.


When I try firefox, (I just did it again and got a little further), I did the tar -xzvf ______ and it went through that, then I thought I was supposed to go with the cd thing, and then it doesn't do any of that right... :confused:

scuzzman 09-15-2004 12:24 PM

hmm... as for the gaim problem, make sure your root (su) and paste the exact output
as for firefox, let's assume the tarball is named firefox.tar.gz, is this what you're doing?

Code:

[Steph00@localhost ~]$ ls
firefox.tar.gz .otherfile otherfile* etc/
[Steph00@localhost ~]$ tar -xzvf firefox.tar.gz
[Steph00@localhost ~]$ ls
firefox.tar.gz .otherfile otherfile* etc/ firefox/
note the new firefox directory is created, and doesnt have the .tar.gz extension
[Steph00@localhost ~]$ cd firefox
[Steph00@localhost firefox]$ ls
You program(s) should be here


Steph00 09-15-2004 12:28 PM

Okay so I got Firefox installed, pretty much...
On the setup, where you choose the destination directory... It keeps telling me "Can't make destination directory." for every folder that I try. :(

scuzzman 09-15-2004 12:32 PM

Be sure to do this as root.

Steph00 09-15-2004 12:38 PM

I am, everytime I open up console to do something file-wise, I enter my password right away.


It's not working for xchat either. When I go tar -xjvf <filename> it goes through the file scroll like it should, and then when I go ./configure it doesn't work.

scuzzman 09-15-2004 12:42 PM

issue this command trying to install xchat:

# ./configure 1> XCHATERROR 2>> XCHATERROR

this will run the configure script, and sent all output and errors to a text file called XCHATERROR

paste the first and last 10 lines of that file

Steph00 09-15-2004 12:47 PM

This is what I get everytime I try to install a file that requires ./configure


[root@localhost stephaniebeemer]# ./configure 1>XCHATERROR2>> XCHATERROR
bash: ./configure: No such file or directory
[root@localhost stephaniebeemer]#

scuzzman 09-15-2004 12:49 PM

What that means is there is no ./configure script
I notice your in /home/stephaniebeemer
shouldnt you be in /home/stephaniebeemer/xchat?

a little breakdown:
./configure does this
./ = current directory
configure = executable
./configure = launch the configure in the current directory

Steph00 09-15-2004 12:56 PM

Ok then when I did that, it gave me two blank lines....




when i tried to do ./configure on xchat again, this is what I got.


[root@localhost stephaniebeemer]# cd xchat-2.0.9
[root@localhost xchat-2.0.9]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost xchat-2.0.9]#

scuzzman 09-15-2004 01:06 PM

install GCC from your CD(s)
if using KDE:
Start->system->packaging->install packages
type gcc in teh search, and search by description
install GCC, G++, libgcc, libgccplus etc etc

Steph00 09-15-2004 01:45 PM

I tried that and it gave me a huge box of all the files listed saying they could not be installed. :confused:

scuzzman 09-15-2004 01:54 PM

This is causing all of your errors. You need (read need) a C/C++ compiler on a linux system, it's crippled without one.
You might try downloading the RPM's needed, or even upgrading your distro to 10.0 - it's hella better than 9.x

Steph00 09-15-2004 04:10 PM

Thanks so so so so soo much for trying to help me. :) I really appreciate it. I'm going to try and get either a different distro or 10..


All times are GMT -5. The time now is 01:58 AM.