Search found 13 matches

by jsalk
Tue, 2007-07-24, 07:18
Forum: DCMTK - General
Topic: Findscu not working in debian Etch
Replies: 3
Views: 5209

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...
by jsalk
Sat, 2007-01-27, 19:05
Forum: DCMTK - General
Topic: Storing series in separate subdirectories
Replies: 4
Views: 5969

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...
by jsalk
Mon, 2006-09-11, 16:18
Forum: DCMTK - General
Topic: storescp with --exec-on-reception from xinetd
Replies: 1
Views: 5863

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 ...
by jsalk
Thu, 2005-12-22, 21:28
Forum: DCMTK - Installation
Topic: 3.5.4: configure --prefix= and dicom.dic
Replies: 3
Views: 7753

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...
by jsalk
Mon, 2005-10-24, 22:17
Forum: DCMTK - Installation
Topic: Build problem with libssl 0.9.8
Replies: 0
Views: 11648

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...
by jsalk
Fri, 2005-08-26, 09:43
Forum: DCMTK - General
Topic: storescp and multiple connections
Replies: 4
Views: 7114

Re: imagectn and (x)inetd

harald wrote:
And what about imagectn? Can imagectn be started by (x)inetd?
No. :(

viewtopic.php?t=76

Best regards - Juergen
by jsalk
Sun, 2005-08-07, 10:53
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18381

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-...
by jsalk
Thu, 2005-07-07, 23:55
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18381

Hi Jörg,

with gcc 4.0 you seem to *have* to use `static_cast' to convert between types
that are actually already both integral like unsigned long and pthread_t on Linux.
`reinterpret_cast' doesn't seem to work any more for this kind of conversion
with gcc 4.0. :-/

Best regards - Jürgen
by jsalk
Thu, 2005-07-07, 21:08
Forum: DCMTK - Installation
Topic: Compiling DCMTK on x86_64
Replies: 11
Views: 18381

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...
by jsalk
Tue, 2005-05-10, 13:12
Forum: DCMTK - Installation
Topic: DCMTK and SUSE 7.1
Replies: 4
Views: 7790

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...
by jsalk
Tue, 2005-05-10, 05:42
Forum: DCMTK - Installation
Topic: DCMTK and SUSE 7.1
Replies: 4
Views: 7790

The libxml2 on SuSE 7.1 is probably outdated. dcmtk won't build with libxml2
version 2.4.x, as far as I know. You'll have to upgrade libxml2 or build dcmtk
without libxml2 support, as Joerg suggested.

Best regards - Juergen
by jsalk
Tue, 2004-12-07, 14:47
Forum: DCMTK - General
Topic: imagectn via inetd
Replies: 1
Views: 6042

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...
by jsalk
Thu, 2004-11-25, 16:24
Forum: DCMTK - General
Topic: DCMTK anonymizer tool
Replies: 1
Views: 6138

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...