On Mon, Jan 03, 2011 at 10:28:56AM -0800, Zack Weinberg wrote: > On Mon, Jan 3, 2011 at 9:26 AM, Hendrik Boom <[email protected]> wrote: > >> hendrik> conftest.cpp -lz -L/usr/lib -lm -lbz2 -lcrypto -lgmp -lpthread > >> -lrt -lz > >> hendrik> -lbotan >&5 > >> hendrik> /usr/bin/ld: cannot find -lcrypto > >> > >> That's where the problem is... > >> > >> Quite honestly, though, I'm a bit surprised this should happen at > >> all. libbotan1.7 depends on libssl0.9.8, which delivers libcrypto... > >> So the question is, what's up with that? > > > > libssl10.9.8 provides libcrypto in > > > > /usr/lib/i486/libcrypto.so.0.9.8 > > /usr/lib/i586/libcrypto.so.0.9.8 > > /usr/lib/i686/cmov/libcrypto.so.0.9.8 > > /usr/lib/libcrypto.so.0.9.8 > > > > and all of these are present on my system. > > Is libssl-dev installed? Does the botan-dev package (whatever it's > actually named) depend on libssl-dev, as it seems it needs to?
OK. I'm firing up aptitude interactive and taking a look. libbotan1.7-dev is intalled, version 1.7.8-3 It depends on libbotan1.7, which is also installed, version 1.7.8-3 libbotan1.7 depends on a number of things, including libssl0.9.8 libssl0.9.8 is installed, version 0.9.8g-15+lenny9 But I find no dependency on libssl-dev. -- hendrik _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
