Posts by jh124

    Thank you - I have tried on several occasions and keep getting an error when trying to do this (on ubuntu 14.04 system)


    /usr/bin/install -c cjpeg /usr/local/bin/cjpeg
    /usr/bin/install -c djpeg /usr/local/bin/djpeg
    /usr/bin/install -c jpegtran /usr/local/bin/jpegtran
    /usr/bin/install -c rdjpgcom /usr/local/bin/rdjpgcom
    /usr/bin/install -c wrjpgcom /usr/local/bin/wrjpgcom
    /usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1
    /usr/bin/install: cannot create regular file ‘/usr/local/man/man1/cjpeg.1’: No such file or directory
    make: *** [install] Error 1


    Any suggestions is greatly appreciated.

    Hi - I am trying to install 14_19 beta 3 on an ubuntu 14.04 server. I had attempted to get 14_17d to work on this server, but had failed, so had moved on to this version.


    I have a mysql server running and have created a database called conquest.


    When I run maklinux and choose the mysql option, after some time I get the following error messages:


    /tmp/ccA0MuCv.o: In function 'CompressJPEGL(DICOMDataObject*, int, int)':
    total.cpp:(.text+0x6594e): undefined reference to 'jpeg_simple_lossless'
    total.cpp:(.text+0x65949): undefined reference to 'jpeg_simple_lossless'
    collect2: error: ld returned 1 exit status


    I have openjpeg-tools installed on my server.


    Any suggestions on how to correct this problem would be greatly appreciated.