Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484
Rep:
""**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.)
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
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...
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484
Rep:
**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.
Distribution: PCLinuxOS2021 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,484
Rep:
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
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...
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^^
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)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.