Page 1 of 1

[bug]rpm2cpio error libnssutil3.so in porteus-v1_rc1-x86

Posted: 15 May 2011, 11:19
by Proxx
when i am trying to convert a rpm to cpio rpm2cpio generates this error:
rpm2cpio: error while loading shared libraries: libnssutil3.so: cannot open shared object file: No such file or directory

to fix it i need to link some .so files from the firefox directory to /lib

Code: Select all

ln -s /usr/lib/firefox-4.0.1/libnssutil3.so /lib/
ln -s /usr/lib/firefox-4.0.1/libplc4.so /lib/
ln -s /usr/lib/firefox-4.0.1/libplds4.so /lib/
ln -s /usr/lib/firefox-4.0.1/libnspr4.so /lib/
but the there is still something going on with rpm2cpio but i cant figure out what.

Re: [bug]rpm2cpio error libnssutil3.so in porteus-v1_rc1-x8

Posted: 15 May 2011, 12:01
by beny
if you can use a slackware package is better to compatibility check, tgz or txz or source.

Posted after 1 minute 10 seconds:
Re: [bug]rpm2cpio error libnssutil3.so in porteus-v1_rc1-x86
btw,check the deps if needed

Re: [bug]rpm2cpio error libnssutil3.so in porteus-v1_rc1-x8

Posted: 15 May 2011, 12:12
by Proxx
i know for all other packages i use slackyd or online repository's for slackware packages. but this package can only be found in .deb ipk and rpm
now i have created the package in the 0.9 build and converted it so my problem is solved.
but the rpm2cpio problem in the 1.0 rc still exists. maybe it is an very low priority bug but it still is a bug ;)

Re: [bug]rpm2cpio error libnssutil3.so in porteus-v1_rc1-x8

Posted: 15 May 2011, 13:03
by brokenman
Thanks. I also found this problem while using slackyd to resolve missing libraries. I will include libnssutil3.so and required soft links in rc2 release. The cpio problem still exists though.