Page 1 of 1

unrar RPM doesn't install libunrar.so, but it's easy to fix.

PostPosted: 27 Jan 2010, 00:51
by CronoCloud
Other distros have the same issue, standard build of unrarsrc won't build
the lib. But easy to fix, just grab the source and:

Code: Select all
make -f makefile.unix
make lib -f makefile.unix
make install -f makefile.unix
make install-lib -f makefile.unix


Ron Rogers Jr. (CronoCloud)

Re: unrar RPM doesn't install libunrar.so, but it's easy to fix.

PostPosted: 27 Jan 2010, 02:26
by billb
Ah, I have unrar in the ps3bodega repo, but I see in RPMFusion they now have additional packages libunrar and libunrar-devel. I was using the old spec from livna for FC6 -- will update to theirs instead. :)