I’m having a hard time getting Orthanc to work with the dicom-web plugin
To start, here’s some background on my env.
I’m running Linux Mint. I’m not a pro in linux, but I’m able to typically get things worked out.
I installed orthanc by the sudo apt-get install orthanc command, since that was infinitely easier. I’m not too used to working with cmake
Then I downloaded the dicom-web plugin and followed the instructions here: https://book.orthanc-server.com/plugins/dicomweb.html
It seemed to build completely fine. When I try to load the configuration file, I get an error of: E1121 14:54:31.247576 15446 main.cpp:426] EXCEPTION [Unable to launch the Mongoose server]
I saw another thread on this same issue here: https://groups.google.com/forum/#!msg/orthanc-users/WA4A7DQj0DE/ZmoiriMABAAJ and the solution was to compile and build, but I was getting issues over civetweb. If I can keep this running with the linux package, then that’s ideal.
I’m really not sure where to go from here though. I’m hoping someone might be able to help me figure this all out.