LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-18-2003, 12:40 AM   #1
kipp
Member
 
Registered: Sep 2003
Location: South East, PA
Distribution: Slackware -current
Posts: 36
Blog Entries: 1

Rep: Reputation: 15
Angry Linux User Rant.


Please Move Along if you've come to flame.

This is just my rant to get my emotions out. Maybe even find a few answers to these whole hearted efforts I've put forth. I did do my homework, by reading INSTALL files and README files, but what irritates me the most is when I cannot find what dependencies are needed! Ah, XFree86, you may have seen my post in the Slackware forum. I haven't found ONE suitable peice of documentation from XFree86 developers that states you need libpng installed to build from source! Ridiculous thing is, XFree86 is one of the most needed programs of a desktop user. And they can't include that simple line, or a easy to read least of what needs to be met? After I got that installed I wanted to test out the shiny new Openbox 3. What the docs say is Xlib (which comes with XFree86, but I seen nothing about building XFree86 Xlib files in the documentation) is needed, GCC, Fontconfig, and Optionally lib-startup. So, I download what is stated, run ./configure And gues what? Missing xft. But, xft wasnt stated anywhere in the docs. So I ran back to the freedesktop.org site, figured out i needed to install xft seperate since now, only CVS contains xft and xrender. And was on my way to running Openbox. WRONG. After installing both xft and xrender via the INSTALL (with --prefix=/blah and all the other garbage), the ./configure of Openbox failed again claiming xft wasnt found. So I added to PKG_CONFIG_PATH /usr/X11R6 since that is where xft WAS installed. and Still, failed for the same reason. Now how is one to get a system running when the devs neglect to give you solid information? Very frustrating.. Maybe it's me not wanting to take the blame of the problems taht have been haunting me for the last 3-5 days but I sure know that I am getting VERY frustrated. What can a guy do to solve this? Switch distros? Well, I tried RH8 MDK 9.0/9.1 Debian Stable/Testing/Unstable Gentoo and now on Slackware, which to my knowledge is "great" and yes, I agree, it has its perks, mainly the Base Install (IMO), but I dont want to download ANOTHER OS! Enoughs Enough, time for more endless dependency and problem searching...

I really dont want to find my Win2k3 Server CD and whip out the ol' Disk Doctor on it.. It's happily scratched, but I think its getting kind of lonely..

KiPP
 
Old 11-18-2003, 12:48 AM   #2
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
./configure --help would usually give some clues on flags to try.

Too bad I don't use Openbox, but I might give it a try and if successful I'll create a slackpack just for you... Chill man, no need to get all stressed out over such a small thing.

It's just computer issues
 
Old 11-18-2003, 12:52 AM   #3
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
Hmm, I just noticed that there is already a slackpack for Openbox 3.0... on their homepage no less...

http://www.icculus.org/openbox/download.php

I can't test it out personally because I'm at work (on Windows)... But I don't know any developer who actually outs untested binary releases.
 
Old 11-18-2003, 01:08 AM   #4
kipp
Member
 
Registered: Sep 2003
Location: South East, PA
Distribution: Slackware -current
Posts: 36

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Thanks for the spot.

Heh, that damned slackpack also gave me errors of libiconv, although I never understood the difference (yet) libiconv and iconv have. Your right tho, I shouldn't be getting worked up about silly computer issues, must be my slight touch of over obssevive control freak schitzophrenia kicking in.
 
Old 11-18-2003, 02:02 AM   #5
buttersoft
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 178

Rep: Reputation: 30
Now is the time to start trying things out. If something doesn't work, we have to find out why.

A silly example. Kaddressbook, I automatically assumed that .csv export would be my route to backing up this address book. No way, every time it fails, then I tried after many attempts vcard export! Perfect. I deleted the address book and imported from vcard. Done what I wanted to do.

Silly example, from a newbie, but the message is the same. It is not what knowledge you bring from other O/S especially windows, but a natural curiosity to find out the way to do what you want. This is what makes Linux. Tools everywhere. Great philosophy. Shame as you say that the "help" is sometimes hard to find, but isn't that always the same with computer people?
 
Old 11-18-2003, 02:03 AM   #6
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
Click here and check out the link at the end of the page... There's your libiconv.

I don't link directly to other people's files because it's rude
 
Old 11-18-2003, 02:33 AM   #7
kipp
Member
 
Registered: Sep 2003
Location: South East, PA
Distribution: Slackware -current
Posts: 36

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Hit the nail on the head.

Azmeen. I must say, you hit the nail right on the head. Thanks alot for the heads up. Doubt I'd of ever stumbled upon the libiconv slack pack if it weren't for you.

Lessons Learned: Don't get over angry at the PC, its just a PC.
Ask for help, people do exist with answers.
Finally, never give up.


Thanks Again, Greatly Appreciated!

KiPP
 
Old 11-18-2003, 04:21 AM   #8
poloktim
Member
 
Registered: Feb 2003
Location: Australia
Distribution: Debian
Posts: 104

Rep: Reputation: 17
I'll agree installing from source is a pain at times. I've got used to apt. When I decided to install the development version of fluxbox I went looking for a repository/debfile of fluxbox 0.9.6. When I couldn't find one, I downloaded the source.

One thing then another was required. One really annoying thing is when they say "X Window System......no" Obviously I have it running. It'd be nicer if it stated "development files" in there somewhere. But in the end I got it working.

It was worth the effort.

Also, I reckon you should get angry with your PC. It may just be a PC, but at least you'll blow steam off so you don't go punching the wrong bloke in the face.
 
Old 11-18-2003, 08:27 AM   #9
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
No prob kipp,

Glad I could be of assistance
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Pissed at Linux rant........:( M$ISBS General 7 07-09-2005 10:53 AM
My Linux Rant atmckd General 49 09-27-2004 10:08 AM
rant, rant, rant (dselect) fenderman11111 Debian 2 07-06-2004 06:03 PM
Linux; Windows Rant ! sas Linux - General 18 01-09-2003 11:23 AM
My angry e-mail to Microsux noel General 12 05-22-2001 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration