nhanlm0601
August 10th, 2013, 10:26 PM
I have problem while installing the program rthlibs. I have linked the library of Qt5.1.0 with the standard library via this command:
sudo sh -c "echo /usr/local/Qt5.1.0/5.1.0/gcc_64/lib > /etc/ld.so.conf.d/qt5.conf"
and then
sudo ldconfig -v
which shows the library already linked. However the rthlibs program (the one I want to install) complain:
rthlibs depends on libdcmtk2 (>= 3.6.0); however:
Package libdcmtk2 is not installed.
rthlibs depends on liblog4cxx10 (>= 0.10.0); however:
Package liblog4cxx10 is not installed.
rthlibs depends on libqt5widgets5 (>= 5.0.1); however:
Package libqt5widgets5 is not installed.
rthlibs depends on libqt5core5 (>= 5.0.1); however:
Package libqt5core5 is not installed.
rthlibs depends on libqt5core5 (>= 5.0.1); however:
Package libqt5core5 is not installed.
rthlibs depends on libqt5opengl5 (>= 5.0.1); however:
Package libqt5opengl5 is not installed.
rthlibs depends on libatlas3gf-base (>= 3.8.4); however:
Package libatlas3gf-base is not installed.
rthlibs depends on libqhull5 (>= 2009.1-2); however:
Package libqhull5 is not installed.
rthlibs depends on libqt5script5 (>= 5.0.1); however:
Package libqt5script5 is not installed.
rthlibs depends on libqt5sql5 (>= 5.0.1); however:
Package libqt5sql5 is not installed.
rthlibs depends on
dpkg: error processing rthlibs (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sbwavegen:
sbwavegen depends on libgnustep-base1.24 (>= 1.24.0); however:
Package libgnustep-base1.24 is not installed.
sbwavegen depends on libgnustep-gui0.22 (>= 0.22.0); however:
Package libgnustep-gui0.22 is not installed.
I search the library by using sudo ldconfig -v again and notice that some library (already linked and shown up) is somehow similar to the one "rthlibs" complains.
E.g:
libQt5Widgets.so.5
libQt5Core.so.5
libQt5OpenGL.so.5
....
Please help, it is really frustrated :( :( :(
sudo sh -c "echo /usr/local/Qt5.1.0/5.1.0/gcc_64/lib > /etc/ld.so.conf.d/qt5.conf"
and then
sudo ldconfig -v
which shows the library already linked. However the rthlibs program (the one I want to install) complain:
rthlibs depends on libdcmtk2 (>= 3.6.0); however:
Package libdcmtk2 is not installed.
rthlibs depends on liblog4cxx10 (>= 0.10.0); however:
Package liblog4cxx10 is not installed.
rthlibs depends on libqt5widgets5 (>= 5.0.1); however:
Package libqt5widgets5 is not installed.
rthlibs depends on libqt5core5 (>= 5.0.1); however:
Package libqt5core5 is not installed.
rthlibs depends on libqt5core5 (>= 5.0.1); however:
Package libqt5core5 is not installed.
rthlibs depends on libqt5opengl5 (>= 5.0.1); however:
Package libqt5opengl5 is not installed.
rthlibs depends on libatlas3gf-base (>= 3.8.4); however:
Package libatlas3gf-base is not installed.
rthlibs depends on libqhull5 (>= 2009.1-2); however:
Package libqhull5 is not installed.
rthlibs depends on libqt5script5 (>= 5.0.1); however:
Package libqt5script5 is not installed.
rthlibs depends on libqt5sql5 (>= 5.0.1); however:
Package libqt5sql5 is not installed.
rthlibs depends on
dpkg: error processing rthlibs (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of sbwavegen:
sbwavegen depends on libgnustep-base1.24 (>= 1.24.0); however:
Package libgnustep-base1.24 is not installed.
sbwavegen depends on libgnustep-gui0.22 (>= 0.22.0); however:
Package libgnustep-gui0.22 is not installed.
I search the library by using sudo ldconfig -v again and notice that some library (already linked and shown up) is somehow similar to the one "rthlibs" complains.
E.g:
libQt5Widgets.so.5
libQt5Core.so.5
libQt5OpenGL.so.5
....
Please help, it is really frustrated :( :( :(