Martin Jansa wrote: > On Sat, Aug 28, 2010 at 11:23:21PM +0200, Davide Scaini wrote: >> Il giorno sab, 28/08/2010 alle 20.59 +0100, Arigead ha scritto: >>> Hello all, >>> I decided that given there is much talk at work about Asterisk that >>> I'd try to have a look at it in me Openmoko. Don't know what I want to >>> do with it but that's another email. For the minute I took a look at the >>> wiki page [1] and tried to install it. Unfortunately opkg refused to >>> install it because of the versions of things that Asterisk depends on. >>> Strange thing is that they version already installed do fulfil the >>> requirements. From "opkg list_installed" I've got: >>> >>> libvorbis0 - 1.2.3-r2.1.5 >>> libssl1.0.0 - 1.0.0a-r12.0.5 >>> libcrypto1.0.0 - 1.0.0a-r12.0.5 > >>> * satisfy_dependencies_for: Cannot satisfy the following dependencies >>> for asterisk: >>> * libvorbis (>= 1.0.1) * libssl0.9.8 (>= 0.9.8j) * libcrypto0.9.8 >>> (>= 0.9.8j) * > > libvorbis0 != libvorbis > libssl1.0.0 != libssl0.9.8 > libcrypto1.0.0 != libcrypto0.9.8 > > those are different package names even when it seems like your versions > are now enough > > You should rebuild asterisk against those versions in current shr-u or > just try your luck with -force-depends, but as ABI can be changed > between libssl1.0.0 and libssl0.9.8, you'll probably see it linked > agains wrong names (and even with providing link with right name it can > fail during runtime) => much better to rebuild. >
Thanks for your help with that. I tried a build shr-unstable but build failed: | checking for openssl/ssl.h... yes | checking for tgetent in -ltermcap... no | configure: *** | configure: *** The Termcap installation on this system appears to be broken. | configure: *** Either correct the installation, or run configure | configure: *** without explicitly specifying --with-termcap | ERROR: Function do_configure failed I'll have to look into that. My host has libncurses-dev installed so I'm not sure what the problem is as yet. The .log file don't tell me any more then above. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
