FS#34459 - Qt4 : Unable to load library icui18n, error while loading shared libraries: libicui18n.so.51
Attached to Project:
Arch Linux
Opened by patrick (potomac) - Monday, 25 March 2013, 20:26 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 17 April 2013, 06:17 GMT
Opened by patrick (potomac) - Monday, 25 March 2013, 20:26 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 17 April 2013, 06:17 GMT
|
Details
Description: Unable to load library icui18n when I run
"qtconfig"
and it's impossible to run qtcreator ( qtcreator: error while loading shared libraries: libicui18n.so.51: cannot open shared object file: No such file or directory ) Additional info: * package version(s) qt4 4.8.4-16 * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Wednesday, 17 April 2013, 06:17 GMT
Reason for closing: Not a bug
Additional comments about closing: icu and qt5 have been moved in the same time to [extra]
Wednesday, 17 April 2013, 06:17 GMT
Reason for closing: Not a bug
Additional comments about closing: icu and qt5 have been moved in the same time to [extra]
libicui18n.so.51 => not found
libicuuc.so.51 => not found
Qt4 applications seem to work (qtcreator is qt5 application). For instance designer-qt4 prints an error but loads up fine.
Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
What can we do meanwhile it's not fixed? Does anyone have links to the older packages that worked? My /var/cache/pacman is clean, and QtCreator is critical for work.
then extract the archive ( the lib files ) in your home path ( /home/user/lib )
then create a script like this :
export LD_LIBRARY_PATH=/home/user/lib:$LD_LIBRARY_PATH
qtcreator
qtcreator should now run without problems