I hate linux part II

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

I hate linux part II

Post by Izzo »

..how in the world of hades do install a friggin program on this?

example...downloaded latest version of firefox ..extracted the tar file to my home directory and i have no clue how to install it ...

mandriva 2005









this is why Linux will never go mainstream :nod:
Offensive
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

Ubuntu! ;)
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

You could try from command line ./programfilename
User avatar
greEd
Posts: 807
Joined: Wed May 09, 2001 12:00 am
Location: Maryland

Post by greEd »

Izzo wrote: this is why Linux will never go mainstream :nod:
To late, it already has :D

izzohost$ tar xvzf firefox-1.5.0.1.tar.gz
izzohost$ cd firefox
izzohost$ ./firefox
"I'm doing a (free) operating system (just a hobby, won't be big and professional...) for AT clones... It's not portable and it probably [won't ever] support anything other than AT hard disks, as thats all I have :-(." --Posted on Usenet August 1991 by Linus Trovalds
http://www.computerglitch.net
curiosity builds security | dd if=/dev/zero of=/dev/hda bs=512 count=100
EOF
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

greEd wrote:To late, it already has :D

izzohost$ tar xvzf firefox-1.5.0.1.tar.gz
izzohost$ cd firefox
izzohost$ ./firefox
lol....there is a definate community but it will never catch on with the masses because of the 145698628549654609546 configuration files you gotta fiddle with just to get a simple service running....

will try this again...
Offensive
User avatar
greEd
Posts: 807
Joined: Wed May 09, 2001 12:00 am
Location: Maryland

Post by greEd »

Izzo wrote:lol....there is a definate community but it will never catch on with the masses because of the 145698628549654609546 configuration files you gotta fiddle with just to get a simple service running....

will try this again...
It's all very simple once you get used to it. Trust me.

Stick to it don't give up! If you need to pm me I'll be glad to help you. :thumb:
"I'm doing a (free) operating system (just a hobby, won't be big and professional...) for AT clones... It's not portable and it probably [won't ever] support anything other than AT hard disks, as thats all I have :-(." --Posted on Usenet August 1991 by Linus Trovalds
http://www.computerglitch.net
curiosity builds security | dd if=/dev/zero of=/dev/hda bs=512 count=100
EOF
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

I get an error message

/firefox-bin : error while loading shared libraries: libstdc++.so.5: cannot open shared object file : no such file or directory
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

greEd wrote:It's all very simple once you get used to it. Trust me.

Stick to it don't give up! If you need to pm me I'll be glad to help you. :thumb:
very generous......there are times i feel i start to catch on ....then comes today :D


it's difficult to maintain patience
Offensive
User avatar
greEd
Posts: 807
Joined: Wed May 09, 2001 12:00 am
Location: Maryland

Post by greEd »

What flavor are you running?
"I'm doing a (free) operating system (just a hobby, won't be big and professional...) for AT clones... It's not portable and it probably [won't ever] support anything other than AT hard disks, as thats all I have :-(." --Posted on Usenet August 1991 by Linus Trovalds
http://www.computerglitch.net
curiosity builds security | dd if=/dev/zero of=/dev/hda bs=512 count=100
EOF
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

mandriva 2005
Offensive
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

Izzo wrote:mandriva 2005
Don't you have some type of apt or yast or rpm manager on that thing? If it was a debian or flavor of, a simple, 'apt-get install firefox', or something to that effect would get it bundled for you.

Well Nix is not easy, I don't give a crap what they say.... Moving from windows is not easy, especially if you have any kind of new hardware. Healthy learning curve, but, don't get discouraged, it does start to get a bit easier as you learn.

I'm still trying to get all the HW on my lappy working right.
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

Sid wrote:Don't you have some type of apt or yast or rpm manager on that thing? If it was a debian or flavor of, a simple, 'apt-get install firefox', or something to that effect would get it bundled for you.

Well Nix is not easy, I don't give a crap what they say.... Moving from windows is not easy, especially if you have any kind of new hardware. Healthy learning curve, but, don't get discouraged, it does start to get a bit easier as you learn.

I'm still trying to get all the HW on my lappy working right.
not for firefox .... just comes in a .tar.gz file..... tried the graphical rpm manager they got and i couldn't get that to work either....so i just deleted all the firefox directories/files and got a fresh copy of the download...
Offensive
User avatar
A_old
Posts: 10663
Joined: Sun Jan 30, 2000 12:00 am
Location: Atlanta

Post by A_old »

open up a terminal, cd over to the appropriate directory (if you have the sources, that is, if it's firefox, i think it comes w/ the installer, double click it in your window manager)...anyway cd over to the directory..at the shell prompt:

./configure <enter>
make <enter>
make install <enter>
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

i still find it miraculous that i got the Nvidia drivers to install and work ...
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

Amro wrote:open up a terminal, cd over to the appropriate directory (if you have the sources, that is, if it's firefox, i think it comes w/ the installer, double click it in your window manager)...anyway cd over to the directory..at the shell prompt:

./configure <enter>
make <enter>
make install <enter>
i've tried this also ....


when i type in "./configure" i get an error message saying no such file or directory
Offensive
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

Izzo wrote:i still find it miraculous that i got the Nvidia drivers to install and work ...
You the man. :thumb: :rockin:
User avatar
A_old
Posts: 10663
Joined: Sun Jan 30, 2000 12:00 am
Location: Atlanta

Post by A_old »

i downloaded it on my windows box to see the directory structure.. try typing this while at the directory at a shell prompt:

./firefox

if that doesn't work, try ./firefox-bin
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

Amro wrote:i downloaded it on my windows box to see the directory structure.. try typing this while at the directory at a shell prompt:

./firefox

if that doesn't work, try ./firefox-bin
ok ..lemme see if i understand correctly....

within a terminal window ...as root i type

./firefox or ./firefox-bin ....correct?


to install the nvidia drivers i typed in sh before the file name and it was kinda easy from there ...

am i in the ballpark ?
Offensive
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

Izzo - may be that linux hates you. In which case, you're screwed.

Which package did you download? bin, src, rpm, srpm?
Go into the untared dir and see what is executable.
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

cyberskye wrote:Izzo - may be that linux hates you. In which case, you're screwed.

Which package did you download? bin, src, rpm, srpm?
Go into the untared dir and see what is executable.
You're probably right skye.....If I were Linux I'd hate me too


it's a bin
Offensive
User avatar
A_old
Posts: 10663
Joined: Sun Jan 30, 2000 12:00 am
Location: Atlanta

Post by A_old »

Izzo wrote:ok ..lemme see if i understand correctly....

within a terminal window ...as root i type

./firefox or ./firefox-bin ....correct?


to install the nvidia drivers i typed in sh before the file name and it was kinda easy from there ...

am i in the ballpark ?
right, but more specifically you must be cd'd to that directory (the one firefox is in) so it can access the file. otherwise you need to add it to your path.

anyway so for example

cd /opt/firefox <enter>
./firefox <enter>


where /opt/firefox is where you've extracted firefox and can list the files there..use it like dos only instead of typing an exe name, type ./BIN_NAME

Depending on permissions and who extracted it, you may not need to be root.
User avatar
YARDofSTUF
Posts: 70006
Joined: Sat Nov 11, 2000 12:00 am
Location: USA

Post by YARDofSTUF »

izzo, always get rpm files :)
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Better yet, play with the Mandrake version you have for a while, seyt it up just how you like it, then wipe it completely and install Debian base. Once the base Debian distro is installed you can build up from there into the exact desired system you want without all the extra fluff and garbage that comes with Mandriva and other "let's-make-linux-mainstream" distros. For example, you don't need multiple window managers, you don't need multiple office suites, you don't need 3 browsers, etc. etc. Heck, you don't even need a desktop environment with Debian! I just use Fluxbox window manager and a few dock apps for icon shortcuts, and the systems has everything I want and need.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

YARDofSTUF wrote:izzo, always get rpm files :)
ya
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

Amro wrote:right, but more specifically you must be cd'd to that directory (the one firefox is in) so it can access the file. otherwise you need to add it to your path.

anyway so for example

cd /opt/firefox <enter>
./firefox <enter>


where /opt/firefox is where you've extracted firefox and can list the files there..use it like dos only instead of typing an exe name, type ./BIN_NAME

Depending on permissions and who extracted it, you may not need to be root.

right...Yeah, i made sure i was in the firefox/ directory before I tried ...still got that same error.
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

TonyT wrote:Better yet, play with the Mandrake version you have for a while, seyt it up just how you like it, then wipe it completely and install Debian base. Once the base Debian distro is installed you can build up from there into the exact desired system you want without all the extra fluff and garbage that comes with Mandriva and other "let's-make-linux-mainstream" distros. For example, you don't need multiple window managers, you don't need multiple office suites, you don't need 3 browsers, etc. etc. Heck, you don't even need a desktop environment with Debian! I just use Fluxbox window manager and a few dock apps for icon shortcuts, and the systems has everything I want and need.
Sort of for school......(don't ask) .... Book I'm reading from uses FC but then we decided to go to Mandriva....
Offensive
Lefty
Posts: 18882
Joined: Sun Mar 14, 2004 12:00 pm
Location: SG Tavern

Post by Lefty »

can you post a long list from the FF directory?

ls -al

so we can see the pemissions and files in the dir.
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

Lefty wrote:can you post a long list from the FF directory?

ls -al

so we can see the pemissions and files in the dir.
I'm at work now .... I even looked at it via the Terminal window and a graphical file manager....saw the bin executable ... just couldnt get it to work.
Offensive
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

Izzo wrote:You're probably right skye.....If I were Linux I'd hate me too


it's a bin
I'd recommend the rpm flavor - you appear to have issues with a so (like dll in windows). Either can't be found or doesn't exist. An rpm mgr would fix this for you.

If no windows apps had installers, you'd be bitching just as loud about windows...

EDIT - I am all for the learning experience of figuring this out, but if it's gonna turn you off of *nix, it's better to use a package mgr - we don't want to lose you to the darkside, Izz
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

cyberskye wrote:I'd recommend the rpm flavor - you appear to have issues with a so (like dll in windows). Either can't be found or doesn't exist. An rpm mgr would fix this for you.

If no windows apps had installers, you'd be bitching just as loud about windows...
You're right.
Offensive
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Could be mismatched libraries issues, similar to whatb skye said re the dll analogy.
Fixes here:
http://www.penguinpusher.org/2005/12/06 ... riva-2006/
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
mmione
Posts: 1814
Joined: Sat Dec 13, 2003 4:21 pm
Location: Ontario, Canada

Post by mmione »

I also recommend Ubuntu, very very easy. All you have to do is sudo apt-get install firefox, its built in anyways. Just try it, also on there website they send you free install cds/live cds, unlimited amount.
.
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

mmione wrote:I also recommend Ubuntu, very very easy.
Hmmm... Think I may try this.....someday. :o
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

TonyT wrote:Could be mismatched libraries issues, similar to whatb skye said re the dll analogy.
Fixes here:
http://www.penguinpusher.org/2005/12/06 ... riva-2006/

Success!.. Thanks Sid 'n Tony ...worked like a charm.


It was an so problem...
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

cyberskye wrote:I'd recommend the rpm flavor - you appear to have issues with a so (like dll in windows). Either can't be found or doesn't exist. An rpm mgr would fix this for you.

If no windows apps had installers, you'd be bitching just as loud about windows...

EDIT - I am all for the learning experience of figuring this out, but if it's gonna turn you off of *nix, it's better to use a package mgr - we don't want to lose you to the darkside, Izz

Actually, this sort of crap only makes me more determined...I just need to vent. You guys are the best.
Offensive
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

cyberskye wrote:I'd recommend the rpm flavor - you appear to have issues with a so (like dll in windows). Either can't be found or doesn't exist. An rpm mgr would fix this for you.

If no windows apps had installers, you'd be bitching just as loud about windows...

EDIT - I am all for the learning experience of figuring this out, but if it's gonna turn you off of *nix, it's better to use a package mgr - we don't want to lose you to the darkside, Izz
had to urpmi that so file....you were right ....
Offensive
cyberskye
Senior Member
Posts: 4717
Joined: Wed Jan 10, 2001 12:00 am
Location: DC

Post by cyberskye »

Izzo wrote:Actually, this sort of crap only makes me more determined...I just need to vent. You guys are the best.
:thumb:

With taht spirit you'll be a guru in no time.

Glad you worked it out.

Skye

EDIT - while for the 'hacking' experience and learning how things work, manual installs and configuration are great...if you plan on being a pro administrator, with a lot of boxes to manage, you WILL need to use automation. Learning the ins N outs of a package mgr is a very marketable skill.
anything is possible - nothing is free

:wth:
Blisster wrote:It *would* be brokeback bay if I in fact went and hung out with Skye and co (did I mention he is teh hotness?)
:wth:
User avatar
Izzo
SG VIP
Posts: 17906
Joined: Wed Nov 17, 2004 12:00 pm

Post by Izzo »

cyberskye wrote: :thumb:

With taht spirit you'll be a guru in no time.

Glad you worked it out.

Skye

EDIT - while for the 'hacking' experience and learning how things work, manual installs and configuration are great...if you plan on being a pro administrator, with a lot of boxes to manage, you WILL need to use automation. Learning the ins N outs of a package mgr is a very marketable skill.

yeah ....used the rpm manager to get the Nforce 4 drivers to work with this ....was slick ...just thought i'd go online ...firefox gave me the "update me" page so i thought ...what the hell...what a nightmare.


edit>>thanks to you too skye
Offensive
User avatar
Sid
SG Elite
Posts: 5174
Joined: Sun Sep 17, 2000 12:00 pm
Location: Hell's Kitchen

Post by Sid »

Izzo wrote:Success!.. Thanks Sid 'n Tony ...worked like a charm.


It was an so problem...
No problem. Myself, I'm a Debian core man. Running Ubuntu Breezy on the lappy, but have installed and ran Etch for a few weeks. Gave up after having so many problems getting the hardware to work right.
Post Reply