Search found 13 matches
- Tue, 2007-07-24, 07:18
- Forum: DCMTK - General
- Topic: Findscu not working in debian Etch
- Replies: 3
- Views: 5756
I have already uploaded a fixed Debian package version to ftp-master. http://packages.qa.debian.org/d/dcmtk/news/20070723T213204Z.html However, on s390 the package fails to build from source with an internal compiler error while it builds successfully on a number of other architectures: http://build...
- Sat, 2007-01-27, 19:05
- Forum: DCMTK - General
- Topic: Storing series in separate subdirectories
- Replies: 4
- Views: 6688
Re: Storing series in separate subdirectories
I was wondering if it is possible to use storescp to store separate series from the same study in separate subdirectories. [...] Jeff Solomon Hi Jeff, I do something similar by running storescp with the -xcs option: storescp ... -xcs '/path/to/script #p' where the script scans the received DICOM fi...
- Mon, 2006-09-11, 16:18
- Forum: DCMTK - General
- Topic: storescp with --exec-on-reception from xinetd
- Replies: 1
- Views: 6510
storescp with --exec-on-reception from xinetd
Hi all, I am currently trying to invoke storescp with --exec-on-reception option from xinetd. This is what I have in /etc/xinetd.d/storescp on the server machine: service acr-nema { socket_type = stream wait = no user = root server = /usr/bin/storescp server_args = -id -xcr '/tmp/dcmscript.sh #p #f ...
- Thu, 2005-12-22, 21:28
- Forum: DCMTK - Installation
- Topic: 3.5.4: configure --prefix= and dicom.dic
- Replies: 3
- Views: 8594
Re: 3.5.4: configure --prefix= and dicom.dic
I am building dcmtk using ./configure --prefix=/sw make install prefix=/sw mandir=/sw/share/man From looking at configure.in, it seems that the location of the dicom.dic which is installed is different when using the --prefix option: Without a --prefix, the dicom.dic is put into /usr/local/lib, wit...
- Mon, 2005-10-24, 22:17
- Forum: DCMTK - Installation
- Topic: Build problem with libssl 0.9.8
- Replies: 0
- Views: 17130
Build problem with libssl 0.9.8
Hi, this is just to let you know that dcmtk-3.5.3 fails to build with libssl-0.9.8.: c++ [...] -Wall sicert.cc sicert.cc: In member function 'OFCondition SiCertificate::read(DcmItem&)': sicert.cc:170: error: invalid conversion from 'Uint8**' to 'const unsigned char**' sicert.cc:170: error: initi...
- Fri, 2005-08-26, 09:43
- Forum: DCMTK - General
- Topic: storescp and multiple connections
- Replies: 4
- Views: 8114
Re: imagectn and (x)inetd
No.harald wrote:
And what about imagectn? Can imagectn be started by (x)inetd?
![Sad :(](./images/smilies/icon_e_sad.gif)
viewtopic.php?t=76
Best regards - Juergen
- Sun, 2005-08-07, 10:53
- Forum: DCMTK - Installation
- Topic: Compiling DCMTK on x86_64
- Replies: 11
- Views: 20784
I needed GCC 4, but don't want to make the leap from 3.5.3 to the development version. I've made a patch from the current cvs against 3.5.3 that seems to work under 32 bit and 64 bit GCC 4 (tested on FC4). --- dcmtk-3.5.3/ofstd/libsrc/ofthread.cc 2004-04-22 04:45:32.000000000 -0600 +++ dcmtk-3.5.3-...
- Thu, 2005-07-07, 23:55
- Forum: DCMTK - Installation
- Topic: Compiling DCMTK on x86_64
- Replies: 11
- Views: 20784
- Thu, 2005-07-07, 21:08
- Forum: DCMTK - Installation
- Topic: Compiling DCMTK on x86_64
- Replies: 11
- Views: 20784
Hi Joerg, José, all. I have the vague feeling that this is an issue with the compiler version. I've just switched from gcc/g++ 3.3.6 to 4.0.0 on Debian Sid (i386) and got the very same error when trying to rebuild dcmtk with 4.0.0. It builds right out of the box on the same system with version 3.3.6...
- Tue, 2005-05-10, 13:12
- Forum: DCMTK - Installation
- Topic: DCMTK and SUSE 7.1
- Replies: 4
- Views: 8878
Jörg Riesmeier wrote: > maybe it's also related to FAQ #31. The current release of DCMTK > (i.e. version 3.5.3) always requires XML Schema support to be > compiled into the libxml2. Oh, I see. XML Schemas support has been introduced (i.e. compiled in by default) to libxml2 as of version 2.5.2 releas...
- Tue, 2005-05-10, 05:42
- Forum: DCMTK - Installation
- Topic: DCMTK and SUSE 7.1
- Replies: 4
- Views: 8878
- Tue, 2004-12-07, 14:47
- Forum: DCMTK - General
- Topic: imagectn via inetd
- Replies: 1
- Views: 6762
imagectn via inetd
Hi all, is there a clean way to have imagectn managed by the (x)inetd service? I have added the following line to /etc/inetd.conf: acr-nema stream tcp nowait root /usr/sbin/tcpd /usr/bin/imagectn +ac -to 60 -c /etc/dcmtk/imagectn.cfg inetd is now listening on port 104 for incoming connections: # gre...
- Thu, 2004-11-25, 16:24
- Forum: DCMTK - General
- Topic: DCMTK anonymizer tool
- Replies: 1
- Views: 6828
DCMTK anonymizer tool
Hi all, I've noticed some private tags for a DCMTK anonymizer tool in private.dic. According to the changelog, these have been introduced with version 3.5.2. However, I am not able to find this tool in the distributed sources nor any pointers in the documentation. Am I missing something or is it jus...