[kde-solaris] bzip2 for KDE3 on Solaris 8

Laurent Blume kde-solaris@mail.kde.org
Thu Jan 30 17:06:00 2003


Markus Mertens wrote:
> Hello,
> 
> where could I get shared libraries of bzip2 for Solaris 8? The source 
> package (bzip2-1.0.2.tar.gz) does not compile the shared libs which are 
> required by KDE3.
> 
> Kind regards,

The shared libs are not compiled by default, but you can do it easily 
enough.
I used those commands, for bzip2 1.0.0 at the time:

make
make -f Makefile-libbz2_so
mkdir /opt/bzip2
make install PREFIX=/opt/bzip2
cp *so* /opt/bzip2/lib

Hope this helps,

Laurent