[kde-solaris] bzip2 for KDE3 on Solaris 8

Joshua Symons kde-solaris@mail.kde.org
Thu Jan 30 17:22:10 2003


the companion cd for solaris 8 contains a bzip2 package which has both
.la and .so libs. 
[(ichirou:152:pts/2)~ %] pkginfo | grep bz
system      SUNWbzip                         The bzip compression utility
system      SUNWbzipx                        The bzip compression
library (64-bit)
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Joshua Symons &lt vmcore at mysun dot com &gt
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

----- Original Message -----
From: Laurent Blume <laurent@elanor.org>
Date: Thursday, January 30, 2003 10:04 am
Subject: Re: [kde-solaris] bzip2 for KDE3 on Solaris 8

> 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
> 
> ___________________________________________________
> This message is from the kde-solaris mailing list.
> Account management:  http://mail.kde.org/mailman/listinfo/kde-solaris.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>