is unix really such a nightmare... or is it me?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers is unix really such a nightmare... or is it me?
# 1  
Old 06-05-2008
is unix really such a nightmare... or is it me?

i rue the day that my server manager and i parted company... the start of a long journey.... Smilie

sometimes i find myself daydreaming about the days when i could say... "this dont work, can u fix it?".... and 2 mins later it worked! i have a new way of "cursing" at ppls.... i just say "failed dependencies!"..... though very few actually get it... or understand the severity of the implied insult!

by starting this thread i hope to inspire any budding writers who are struggling to find subject matter... i will even give it a title.... "installing a new package on server".... or perhaps it would be better to be more specific... "installing ImageMagick on server"...
"budding writers" will soon find that "subject matter" will never be a problem again.... conversely, they will "struggle" to limit output to 50,000 words!

please feel free to laugh at this thread.... it is intended to be lighthearted, and hopefully bring some entertainment to all u smug, all-knowing unix gurus, but at the same time be useful to unix-dummies (like me), and answer some questions that maybe some ppls are scared to ask....

so here i am, poised at pc.... logged in as "root" (god forbid!), waiting for 1st reply....
the aim: to install a working "ImageMagick" package on linux server.

(i've been at this for about 2 months... without success Smilie .... i have to admit... which mean i've visited a lot of places, and learnt a lot of stuff, however, for the purpose of this exercise i prefer to start at the beginning Smilie)....
# 2  
Old 06-05-2008
seeing as we are starting from the beginning, why ImageMagick?
# 3  
Old 06-05-2008
by the way, this bothers me:

Code:
rpm -Uvh ImageMagick-6.4.1-5.i386.rpm

still can't get it to work?
# 4  
Old 06-05-2008
Depending on distro you will almost certainly have a dependency resolving package manager.

Code:
yum install ImageMagick

Code:
apt-get install ImageMagick

Code:
yast

# 5  
Old 06-05-2008
Quote:
Originally Posted by pupp
by the way, this bothers me:

Code:
rpm -Uvh ImageMagick-6.4.1-5.i386.rpm

still can't get it to work?
this bothers u????
ok... as this really is intended as an exercise for "dummies"... i'm going to ask some dummy questions... Smilie
question No1: if i execute this rpm command do i need to be any particular directory.... or does rpm default to a lib install directory, depending on server setup? for example /usr/lib or /usr/local/lib etc....

(reason for ImageMagick is one of domain owners needs it for some cgi scripts he running. i operate a "not for profit" service for some domain owners)
# 6  
Old 06-05-2008
hmmm now i have a problem.... which i didnt think about Smilie how do i decide which contribution do i act on???
i certainly dont want to upset anybody!! but u can see a dilemma materializing! Smilie
Quote:
Originally Posted by reborg
Depending on distro you will almost certainly have a dependency resolving package manager.

Code:
yum install ImageMagick

Code:
apt-get install ImageMagick

Code:
yast

# 7  
Old 06-05-2008
How about you tell us what OS distribution you are using, it's pretty hard to help otherwise.

Linux is a kernel not an OS, so syaing it's Linux does not give enough information to give an answer.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

AI server corporate nightmare

Hello Ex-Sun fellows, i've been tasked to install a bran spanking new AI Solaris 11.1 server for our Oracle park. With the documentation this is what's running and what's working. T5120 2 oracle VM's (one ldom on each disk) One with a Solaris 11.1 repo, AI server. One for testing... (0 Replies)
Discussion started by: maverick72
0 Replies

2. UNIX for Advanced & Expert Users

Virtualizing SCO v5 - interesting project/nightmare, could use some help

same old story, we have an important very old app running on SCO 5, box is only on LAN and as such was never updated by anyone etc.. box is nearing its end of life in a bad way (currently experiencing some SCSI issues) and it's time to do something when good advice of "lets upgrade" for years was... (1 Reply)
Discussion started by: mc18
1 Replies

3. Shell Programming and Scripting

ftp nightmare

Hi everyone I have a Fedora FTP server (lets call it FTP-SERVER1) and files are constantly being uploaded to it from a 3rd party. Once every 15 minutes I need to "move" the files from the FTP server to another server (lets call it SVR-WINDOWS) where it will be processed and then deleted. ... (3 Replies)
Discussion started by: soliberus
3 Replies

4. Solaris

date -d nightmare on Solaris

Hello there ppl, I thought my question would qualify to be posted in this forum and in Shell scripting forum. And I swear to God.. there is no discussion on this exact topic anywhere else on the web! So my script on BASH uses 2 commands: 1) date -d "Fri Mar 06 10:18:16 UTC 2009" +%s ... (1 Reply)
Discussion started by: pavanlimo
1 Replies

5. BSD

FreeBSD nightmare!!!

Dear friends out there, i hope u'll have enough time to read this problem of mine and try to help me solve it. well, i've been a long time user of microsoft products and happened to come across FreeBSD when one fellow referred me to it saying that it was a wonderful OS which one could use for web... (6 Replies)
Discussion started by: kenyatta
6 Replies

6. UNIX for Dummies Questions & Answers

installing apache (nightmare for me)

Please help... i'm new to this job and new to unix as well..... i'm trying to install apache 2.2.6 it's installed on one server... i need to install it on another server... my clue was to maybe use the fetch command... please help.....for example..... apache is on 69.50.132.14.... and it needs to... (1 Reply)
Discussion started by: marinob007
1 Replies

7. Shell Programming and Scripting

Splitting Chunked-FullNames Nightmare

I've got a problem i'm hoping other more experienced programmers have had to deal with sometime in their careers and can help me: how to get fullnames that were chunked together into one field in an old database into separate more meaningful fields. I'd like to get the records that nicely fit... (2 Replies)
Discussion started by: RacerX
2 Replies

8. HP-UX

Viewcvs...a nightmare on HP-UX!!!

Hello I'm new on this forum but I have a big problem. I've installed Subversion 1.1.1 and Apache 2.0.52 on a HP-UX. This is the uname: HP-UX xxxx B.11.11 U 9000/800 4169945236 unlimited-user license Now I must to install a software to browse the svn repositories. My choice is Viewcvs. ... (3 Replies)
Discussion started by: goblin79
3 Replies
Login or Register to Ask a Question