LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-30-2008, 06:14 AM   #1
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Rep: Reputation: 15
Problem(s) with imake / itools


Hi @ all,

I want to install an viewer for medicine viewing, called David Clunie's DICOM3TOOLS.
I have downloaded via this link: dicom3tools
And imake here: imake dclunie or in the package itools

when i used imake from the page of dclunie and tried to install, i've got some errors...-.-

But first, i described my steps to install imake:

Read the README's and Install files ;-)
Fill the correct perl path in imdent.pl under /uti/scripts
my perl-path is /usr/bin/perl -> default

At this point a question...: I've located perl via "locate perl" and he show me the path /usr/bin/perl, so this is the correct path, isn't it?!

after the configuration of the imdent.pl - File i've start the Installation via "make install"

The following error occured:
Quote:
...
...
+ install -c imdent /usr/bin/X11
script version of makedepend not insatlled in ./util/scripts
because compiled version is used
cat install.sh >install
chmod a+x install
install in ./util/scripts done
make[2]: Verlassen des Verzeichnisses Verzeichnis >>/usr/local/src/imake/util/scripts<<
installing in ./util/makedepend...
make[2]: Wechsel in das Verzeichnis Verzeichnis >>/usr/local/src/imake/util/makedepend<<
make[2]: ***Keine Regel vorhanden, um das Target >>/usr/include/sys/stdtypes.h<<,
benötigt von >>include.o zu erstellen. Schluss.
make[2]: Verlassen des Verzeichnisses Verzeichnis >>/usr/local/src/imake/util/makedepend<<
installing in ./util/msub...
make[2]: Wechsel in das Verzeichnis Verzeichnis >>/usr/local/src/imake/util/msub<<
make[2]: *** Keine Regel vorhanden, um das Target >>/usr/invlude/sys/stdtypes.h<<,
benötigt von >>msub.o<< zu erstellen. Schluss.
make[2]: Verlassen des Verzeichnisses Verzeichnis >>/usr/local/src/imake/util/msub<<
make[1]: *** [install] Fehler 2
make[1]: Verlassen des Verzeichnisses verzeichnis >>/usr/local/src/imake/util<<
make: ***[install] Fehler 2
uuaaah...

Any ideas?!

Best regards from Germany
 
Old 06-30-2008, 02:33 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484

Rep: Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633
""**Keine Regel vorhanden, um das Target >>/usr/include/sys/stdtypes.h<<... ""
Vieleicht nicht, weil :

I think that /usr/include/sys/types.h is used instead.

( The files used are very old, ref. the imake site pointed to.
Even older than the old "redhat 9"...are you still using that ?? )

Try changing that "include". Probable in a line like :
#include <sys/stdtypes.h>

To find the program containing 'stdtypes.h' do command
'grep stdtypes.h "path-to"/dicom3tools/* '

The link dicom3tools is not working.
The address shown is http://www.dcluunie.com/dicom3tools
( I intended to download the program and test the compiling.)

Regards.
 
Old 07-01-2008, 02:34 AM   #3
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Yes, my OS is Redhat Linux 9 and yes, the files are very old ;-)
I need imake for the installation of dclunie...and only for this.
Can you give me a hint, where i can find and download a newer imake version?! maybe actually an link?!

Another point...the README suggest to configurate the perl-Path, if it isn't in /usr/bin/perl.
It is under /usr/bin/perl and /usr/bin/perl5.8.0, but also under

/usr/lib/perl5/
/usr/local/lib/perl5/
/usr/local/src/perl5

Which one should i take?! Default?!
Is this maybe the my problem or the cause?!
i changed that to default /usr/bin/perl as described in the document, but when i run "make install", the described error occured!

When i execute your grep-command, the message "Datei oder Verzeichnis nicht gefunden"(File or Directory not found) appears and no stdtypes.h-file was found...

Any idea?!

Greetings/Grüße
 
Old 07-01-2008, 10:14 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484

Rep: Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633
**Please supply a link, showing me the software (dicom3tools)

/usr/bin/perl is ok, I think.

** Try 'grep stdtypes.h "path-to"//"name-for-dicom3tools-directory"/* '
with no quote marks at all. And the slash + star /* is important.
...And next /*/* if no result with the first command with
one slash and star.

Rgds

Last edited by knudfl; 07-01-2008 at 10:18 AM.
 
Old 07-03-2008, 12:41 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484

Rep: Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633
Sorry, I misunderstood your question, you are trying to
build Imake.
You can get a much better source package here
http://packages.ubuntu.com/dapper/imake = [imake_1.0.1.orig.tar.gz]
Builds with './configure' make' 'su' #'make install'

But an even better solution is a package for RH 9 :
XFree86-devel-4.3.0-2.i386.rpm from
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
and if the package is not matching your XFree86 version,
there is a search option to find other versions : http://rpm.pbone.net/
Just search imake and choose RH 9.

Install with 'su' and #'rpm -Uvh <packagename> (replace <packagename> with
actual package.)

The RH9 package also contains command 'makedepend', you will need it.

To make a list with already installed rpm packages :
'rpm -qa | sort > list.txt

I found "Dicom3tools" here http://www.dclunie.com/dicom3tools.html
and http://www.dclunie.com/dicom3tools/workinprogress/
Dicom3tools builds with no errors following "NotAMakefile" :
'./Configure' 'imake -I./config' ' make World'
(It takes some time, that small piece of software grows to 99.4 MB,
==> dozens of executables.)

Good Luck !

Last edited by knudfl; 07-03-2008 at 12:53 PM.
 
Old 07-21-2008, 08:00 AM   #6
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Hello knudfl,

thanks for your detailed answer, i have installed imake after i've downloaded from rpm.pbone.net.

The problems starts with downloading Dicom3Tools, i've only founded Dicom3Tools_0.15 in direcorty "old".

Following this link http://www.dclunie.com/dicom3tools/workinprogress/ there are only 3 files,

*dcpost.cc
*dicom3tools_1.00.snapshot.20080712.tar.bz2
*winexe/

Or is one of this files the searched?! If yes, which one?!
Thanks in advanced
Hawkin
 
Old 07-22-2008, 06:30 AM   #7
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Okay...I've searched for another Dicom Viewer and found the KradViewer...after some Problems attempting of serveroverloadings, I tried to install this Viewer by executing

tar -zxf kradview-1.1.0.tgz
cd kradview-1.1.0
./configure

At the end of the configure-command, the failure
Quote:
checking for X... configure: error: Can't find X includes. Please check you installation and add the correct paths!
I've googled a little bit and found similar problems, which were solved by installing xlib or xorg devel...
But when i've searched for this rpm's or sources per rmpfind.ent or rpm.rpbone i can't find them...

What should i do?!
 
Old 07-22-2008, 07:34 AM   #8
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
I've installed actually xFree86,but this failure exists anymore...
Any idea?!
 
Old 07-22-2008, 10:36 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484

Rep: Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633
#8 ... 'XFree86-devel' is needed, example :
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
or
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
( the "ftp.uni-bayreuth.de" link works ! )

By the way, why not get yourself a newer system ??
RH 9 was declared obsolete in year 2004.

#6 'dicom3tools_1.00.snapshot.20080712.tar.bz2' is the file,
I tested 3 weeks ago, but no promises for RH 9 !

Regards
 
Old 07-24-2008, 05:03 AM   #10
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Okay...i've downloaded this file, but when i started the installationroutine, the following error returned:
Quote:
Fehler: Failed dependencies:
XFree-libs = 4.3.0-2.90.61.legacy.i386.rpm is needed by XFree86-devel-4.3.0-2.90.61.legacy
fontconfig-devel >= 2.1 is needed by XFree86-devel-4.3.0-2.90.61.legacy
But when i downloaded and started the needed dependencies, another dependencied failed...

Is there an package including all needed dependencies?! complete XFree86 packet?!

I am using rh9, because it is a parameter of my project...defined by an installation guide, called "Installation Guide Unix Binary Option" and by my chief^^

Regards

Last edited by Hawkin; 07-24-2008 at 05:25 AM.
 
Old 07-25-2008, 01:20 AM   #11
Hawkin
LQ Newbie
 
Registered: Jun 2008
Posts: 22

Original Poster
Rep: Reputation: 15
Doooh....

Made an Update for XFree86 and after an restart, the x-server doesn't starts...-.-
The occured failure is, that the X-Server cannot be started, because he's probably not configured, the output of the server for searching failures:
Quote:
/usr/X11R6/bin/X: /lib/libc.so.6: version 'GLIBC_2.3.4' not found (required by /usr/X11R6/bin/X)
Any ideas how to solve that?!

Regards
 
Old 08-01-2008, 09:16 AM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484

Rep: Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633Reputation: 3633
Suggest : Try with the other choice,
the package without "legacy"

Regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Compiling with IMAKE pixidustedu Linux - Software 1 08-11-2005 05:36 PM
iMake not Found Kenji Miyamoto Slackware 7 05-23-2005 05:31 PM
Xorg (or XFree86) won't compile, problems with imake.o Ephracis Linux - Software 2 03-20-2005 09:47 PM
problems installing XFree86-imake tamari Linux - Newbie 1 01-08-2002 05:11 PM
imake and free86 RecoilUK Linux - Software 1 12-31-2001 03:15 PM

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

All times are GMT -5. The time now is 02:58 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