[17:03] anyone here know why libssp.so isnt provided by anything in ubuntu? [18:09] slushpupie: Why would we need an external library for ssp? [18:27] infinity: debian does, which makes building packages that depend on it more frustrating to build [18:27] I cant use the same .deb file for both [18:31] slushpupie: ... [18:31] slushpupie: SSP supoprt is built in to glibc. [18:32] slushpupie: If we had a libssp at all, it would be a no-op stub. [18:33] when I build my custom openssh package on debian, it uses /usr/lib/libssp.so, and thus depends on the libssp0 package [18:33] no such package exists in ubuntu, so I need to rebuild the package just to get the dependancies stright [18:34] Which is often the case anyway... [18:34] We don't ever guarantee binary compatibility with Debian. [18:34] I know, Im just tryng to simplify things if possible [18:38] slushpupie: Note that only etch provides "libssp0", lenny does not. [18:38] slushpupie: So, honestly, I think you're just going to have to build twice, if you want etch packages and intrepid and/or lenny packages. [18:41] thats a bummer for me.. well thanks