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?
# 8  
Old 06-06-2008
Quote:
Originally Posted by reborg
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.
good question! Smilie so how would i find this? and what actually determines the OS? it would appear (to me) that the main install package is plesk (panel) which i use for certain functions, domain admin etc, with fedora core4, which i assume is the linux/unix bit???
# 9  
Old 06-06-2008
Plesk is just the admin tool for your environment your provider gives you, like Confixx etc etc etc.
Fedora Core 4 is a Linux distribution, yes. It should have rpm and yum which you can test by running the command "which rpm" or "which yum" or just type in the commands without "which".
# 10  
Old 06-06-2008
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

i decided to go with this instruction (having already researched yum and rpm etc somewhat) but lets assume i used the man pages on this ocassion, and yum seems to be the simplest and user friendly method.
this resulted in a very quick and "completed" install.
i was hoping to keep this a simple "step by step" exercise, however it is now getting very complicated.
yum has installed/updated version ImageMagick-6.2.5.4, which i suspect was part of origional server setup, however, having already "played", (and installed version ImageMagick-6.4.1) it would seem i have 2 versions installed. should i have first checked if there was "any" version installed.
i also notice (from my previous efforts), that this install has taken some instructions from 6.4.1 ... example "./configure --enable-shared --with-perl --disable-openmp", which is not the default.
my head is hurting again... Smilie
neither version is working (for what i want it to do, which is work with jpegs).
i feel i need to jump ahead here....
but will wait some comments for now... Smilie
# 11  
Old 06-06-2008
It doesn't work might produce an error output - posting that might help too, as our webcam in your back is not adjusted very well.

You can also wipe the installation and reinstall it anew.

If you want to know if you have 2 installations or something like that, do a
Code:
rpm -qa | grep -i image.*magick

and check the output.
 
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