Hi,
got sispmctl running on Solaris 11. Had to change two lines in configure.in, because libusb returns an older version number than checked.
~~~~~~~~~~~~~~~ diff -r sispmctl-3.1/configure.in sispmctl-3.1-solaris/configure.in 41,42c41,42 < AC_MSG_CHECKING([if libusb version is >= 0.1.9]) < libusb_version_needed="1009"
AC_MSG_CHECKING([if libusb version is >= 0.1.7]) libusb_version_needed="1007" ~~~~~~~~~~~~~~~~
It's running now for some month without any problems or observations.
I didn't write a manifest file to create an IPS package, but if there is some demand, I can deliver.
Thanks for this great tool! Meik
Log in to post a comment.
Hi,
got sispmctl running on Solaris 11. Had to change two lines in configure.in, because libusb returns an older version number than checked.
~~~~~~~~~~~~~~~
diff -r sispmctl-3.1/configure.in sispmctl-3.1-solaris/configure.in
41,42c41,42
< AC_MSG_CHECKING([if libusb version is >= 0.1.9])
< libusb_version_needed="1009"
It's running now for some month without any problems or observations.
I didn't write a manifest file to create an IPS package, but if there is some demand, I can deliver.
Thanks for this great tool!
Meik