-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with liblibconfig++.so when declearing new device and starting ./LimaCCDs 1 #6
Comments
No a lima issue, just a installation problem with conda packages. |
Here my answer, already sent to you by email last week: DEar Wenming, it seems you have some mismatching with conda packages and versions. You should have the package libconfig from conda-forge installed, the latest version is 1.7.2 Otherwise you can create a new conda environment from scratch, for instance:
To get fast installation you may use mamba tool, but you need to install it in your "base" environment first of all, then just run the same command above with mamba: mamba create -n pilatus -c conda-forge -c esrf-bcu lima-camera-pilatus-tango |
yes, the lima plugin needs to get some info from the detector configuration file, like the detector width and height. You will have to create a ramdisk mounted as "/lima_data" as well to make the lima device server accessing the images saved by camserver program. Again you have some useful instruction in our documentation: |
We are trying to set up lima-camera-pilatus-tango at our MX beamlines for communication between mxcube and pilatus detector. We got problem when we declearing a new device for pilatus detector with "server wizard". When we start the Databaseds, it shows "ready to accept request" with "device tango/admin/nada not defined in the database". When we start "Starter dec2236", it shows "ready to accept request" with "/proc/******/cmdline No such file or directory". When we created and start " LimaCCDs 1", it shows "ImportError: liblibconfig++.so: cannot open shared object file : No such file or derectory". I serched with google and can't find the liblibconfig++.so Liberery. Should it be libconfig++.so? What should I do to figure it out?
We are setting up the lima-camera-pilatus-tango on the DCU (detector server). And we are aware of that this may could cause problem of camserver, which we don't have spare and can't setup ouself. Could we setup the Lima-camera-pilatus-tango on another server with centos7 system and only incharge of the communication between mxcube and pilatus detector? What should we do? Thanks a lot.
The text was updated successfully, but these errors were encountered: