LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-25-2009, 05:14 AM   #1
prs700
LQ Newbie
 
Registered: Nov 2009
Posts: 8

Rep: Reputation: 0
Cool DICOM in Linux


Hi,

although I installed several packages into my fedora 11 , I stand confused in installing this software

http://amide.sourceforge.net/installation_linux.html

will need your help (in newbie terms) in installing it

thanks all

PRS700
 
Old 11-25-2009, 07:49 AM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
You should be fine to follow the "Building from Source RPMs" instructions, you'll need to set up your machine for rpm building first though:

Code:
yum install rpm-build gcc cpp glibc-devel rpmdevtools
.. there will be a few dependencies added.

Then as a normal user (please do NOT build rpm's as root):
Code:
rpmdev-setuptree

cheers
 
1 members found this post helpful.
Old 11-25-2009, 09:25 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Fedora 11 , issue : the AMIDE Dicom viewer.

Is your Fedora 11 x86 or x86_64 ? ?

....

Last edited by knudfl; 11-25-2009 at 10:29 AM.
 
Old 11-25-2009, 12:55 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
DICOM viewer AMIDE

Building amide on Fedora 11 fails.
The source is too tightly created for Fedora 7 files.

A couple of rebuilt src.rpm packages, fc7
( GConf2, gnome-vfs2 ) made it possible to create
amide-0.9.1-1.i386.rpm on the Fedora 6 based
Scientific Linux SL 53 ( = Redhat EL 5 ).
Amide displays perfect on Fedora 11 ...

If you can use i386, then click my name, send an
email and get a copy.
.....

Last edited by knudfl; 11-28-2009 at 05:06 PM.
 
Old 11-25-2009, 06:48 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@ kbp , @ prs700 :
I prefer this method for setting up the rpm build environment
in /home/'user' :
http://www.linuxquestions.org/questi...5.1-766486/#13

.....

@ prs700 : Seems you will need these three packages too :
1) ... dcmtk-3.5.4-1 ...
(( http://sourceforge.net/projects/amid...c.rpm/download ))
EDIT : The package is missing from sourceforge ?
( I still have it. .. And also: The special files,
spec + patch, are attached.
( A similar faulty src.rpm exists too, at rpmfind,
same name, same version ! )) > > dcmtk-3.5.4-1.src.rpm
rpm -Uvh dcmtk-3.5.4-1.src.rpm

# yum install libfame-devel gsl-devel openssl-devel rpm-build

cd rpms/SPECS/
rpmbuild -bb dcmtk.spec
1a)
# rpm -Uvh dcmtk-3.5.4-1.i586.rpm
.. the package is in rpms/RPMS/i586/

2)
http://xmedcon.sourceforge.net/Main/Download
xmedcon-0.10.5-1.i386.rpm
3)
http://sourceforge.net/projects/amid...6.rpm/download
> volpack-1.0c4-1.i386.rpm
.....
Attached Files
File Type: txt dcmtk-el5.spec.txt (1.7 KB, 20 views)
File Type: txt dcmtk-3.5.4_shared.patch.txt (941 Bytes, 14 views)

Last edited by knudfl; 05-22-2010 at 01:37 AM.
 
Old 11-25-2009, 09:11 PM   #6
prs700
LQ Newbie
 
Registered: Nov 2009
Posts: 8

Original Poster
Rep: Reputation: 0
thanks,
I received your email,

if this works it will be the first time I bring DICOM to my linux

Having issues with dcmtk-3.5.4-1.src.rpm it refuses to install, I guess this is the only thing that is prevenitng from working

cheers

Quote:
Originally Posted by knudfl View Post
@ kbp , @ prs700 :
I prefer this method for setting up the rpm build environment
in /home/'user' :
http://www.linuxquestions.org/questi...5.1-766486/#13

.....

@ prs700 : Seems you will need these three packages too :
1)
http://sourceforge.net/projects/amid...c.rpm/download
> > dcmtk-3.5.4-1.src.rpm
rpm -Uvh dcmtk-3.5.4-1.src.rpm

# yum install libfame-devel gsl-devel openssl-devel rpm-build

cd rpms/SPECS/
rpmbuild -bb dcmtk.spec
1a)
# rpm -Uvh dcmtk-3.5.4-1.i586.rpm
.. the package is in rpms/RPMS/i586/

2)
http://xmedcon.sourceforge.net/Main/Download
xmedcon-0.10.5-1.i386.rpm
3)
http://sourceforge.net/projects/amid...6.rpm/download
> volpack-1.0c4-1.i386.rpm
.....
 
Old 11-25-2009, 11:33 PM   #7
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
I recently built dcmtk on CentOS 5.3 ... didn't have any problems. Can you post the rpmbuild output ?
 
Old 11-26-2009, 02:08 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
'dcmtk' :
No problems on Fedora 11. ( Or SL53 = CentOS 5.3 ).
You could miss out a package ?
The spec file says :
Requires: openssl-devel libtiff-devel libpng-devel
But it can be something else, I have
a lot of -devel packages installed.

I will pass the dcmtk-3.5.4-1fc11.i586.rpm by ' gmail '.
And may be the dcmtk-3.5.4-1sl53.i386.rpm later.
Who knows, which works best.
Did not test any files in amide. Can you provide a link
to a good test study for amide ?
.....

Last edited by knudfl; 11-26-2009 at 02:09 AM.
 
Old 11-26-2009, 05:34 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
dcmtk-3.5.4-1.src.rpm it refuses to install
A lot of src.rpm packages cannot be installed with
rpm -Uvh <package> . I guess the rpm versions are
incompatible, changed style in April this year.

Most src.rpms can just be unpacked with rpm2cpio :
1) Move the package to /home/'user'/rpms/SOURCES/
2) cd /home/'user'/rpms/SOURCES/
3) rpm2cpio <package.src.rpm> | cpio -idmv
4) mv 'name'.spec ../SPECS/
cd ../SPECS/
rpmbuild -bb 'name'.spec
.....
 
Old 12-16-2009, 12:41 PM   #10
prs700
LQ Newbie
 
Registered: Nov 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks everybody,
I noticed that ubuntu has DICOM software in its installer,

prs700
 
  


Reply

Tags
dicom



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
Linux Training Tips - Boot Linux from a Linux Installation CD or a Linux Live CD to L beibei Linux - General 1 10-29-2009 04:25 AM
[SOLVED] DICOM image file batch convert. kaz2100 Linux - Software 2 02-08-2009 09:17 AM
DICOM PACS, HIS/RIS, server & clients shankar_das777 Linux - Server 3 02-08-2009 06:32 AM
downloading DICOM images boakye Linux - Networking 0 02-02-2005 07:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:11 AM.

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