Hey, quick question -- I'm looking to install squeezecenter on a new low-power server I just put together. The box is running Ubuntu 8.10 (the release candidate, will upgrade to the final release when it's out) on a 2GB CF card.
I've added the source to my apt configuration, but while using apt for the install I noticed that squeezecenter has a dependency on the devel package for mysql (apt is resolving that to libmysqlclient15-dev). Pulling in the devel package means I'm getting the entire toolchain, including gcc, binutils, etc etc, which I'm trying to avoid on this box (the full resolution pulls in ~230MB of packages!). So, my question is, any particular reason the main squeezecenter package depends on the dev packages? I can't figure out why they'd be needed to run the server, but let me know if there's a reason I'm not seeing. I'd like to be able to save that space and keep a compiler chain off of this box. Thanks! Here's the full output of apt: [EMAIL PROTECTED]:~$ sudo apt-get install squeezecenter Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: binutils gcc gcc-4.3 libasound2 libc6-dev libdbd-mysql-perl libdbi-perl libgomp1 libgsm1 libltdl7 libmysqlclient15-dev libmysqlclient15off libnet-daemon-perl libplrpc-perl libsamplerate0 libsox-fmt-alsa libsox-fmt-base libsox0 linux-libc-dev mysql-client-5.0 mysql-common mysql-server-5.0 sox zlib1g-dev Suggested packages: binutils-doc gcc-multilib make manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.3-multilib libmudflap0-4.3-dev gcc-4.3-doc gcc-4.3-locales libgcc1-dbg libgomp1-dbg libmudflap0-dbg libasound2-plugins glibc-doc dbishell libsox-fmt-all mysql-doc-5.0 tinyca mailx The following NEW packages will be installed: binutils gcc gcc-4.3 libasound2 libc6-dev libdbd-mysql-perl libdbi-perl libgomp1 libgsm1 libltdl7 libmysqlclient15-dev libmysqlclient15off libnet-daemon-perl libplrpc-perl libsamplerate0 libsox-fmt-alsa libsox-fmt-base libsox0 linux-libc-dev mysql-client-5.0 mysql-common mysql-server-5.0 sox squeezecenter zlib1g-dev 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. Need to get 82.3MB of archives. After this operation, 233MB of additional disk space will be used. -- itp ------------------------------------------------------------------------ itp's Profile: http://forums.slimdevices.com/member.php?userid=2772 View this thread: http://forums.slimdevices.com/showthread.php?t=54412 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
