How can I use bp tools

I tried to install bp-tools to fedora 29. there is no fedora version of bp-tools so I installed red hat version. when i run it i got this error : error while loading shared libraries: libicuio.so.50: cannot open shared object file: No such file or directory

also libicu package is installed in my system. How can i run this ?

1 Like

I think the version available in fedora 29 is 62 ,anyways try install devel package

libicu-devel

for 32bit try install

libicu-devel.i686 libicu.i686

1 Like

Try to install libicu and make a symlink for libicuio.so.50.
If this doesn’t help, request a package for RHEL 8.

unfortunately installing libicu-devel can not help

I created symlink to libicu but this time it failed because of other libs. I think I should wait newer version.

1 Like

Hi I tried bp-tools 20.04 redhat rpm package in fedora 31. but I got thie error :

rpm -i bp-tools-20.04-521-master-afb5fe2.rpm
error: Failed dependencies:
	libcrypto.so.10()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libcrypto.so.10(libcrypto.so.10)(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libicudata.so.50()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libicui18n.so.50()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libicuio.so.50()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libicuuc.so.50()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libjavascriptcoregtk-3.0.so.0()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libpng15.so.15()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libpng15.so.15(PNG15_0)(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libssl.so.10()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libssl.so.10(libssl.so.10)(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64
	libwebkitgtk-3.0.so.0()(64bit) is needed by bp-tools-20.04_521_master_afb5fe2-1.x86_64

how can I install this package ?