Historic archive of defunct list cerowrt-users@lists.bufferbloat.net
 help / color / mirror / Atom feed
* [Cerowrt-users] libcrypto dependency
@ 2012-10-02  2:31 plumcreek
  2012-10-02  3:16 ` Dave Taht
  0 siblings, 1 reply; 3+ messages in thread
From: plumcreek @ 2012-10-02  2:31 UTC (permalink / raw)
  To: cerowrt-users

I was trying to install bind on my CeroWrt box (a WNDR 3800), and it
gave me an error about libcrypto, which doesn't appear to be
available. Here's the output:

root@OpenWrt:~# opkg install bind-latest-server
Installing bind-latest-server (9.9.1-P3-19) to root...
Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-26/packages/bind-latest-server_9.9.1-P3-19_ar71xx.ipk.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies
for bind-latest-server:
 *      libcrypto *     libcrypto *
 * opkg_install_cmd: Cannot install package bind-latest-server.
root@OpenWrt:~#



Any suggestions?

-- 
Daniel Bartholomew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Cerowrt-users] libcrypto dependency
  2012-10-02  2:31 [Cerowrt-users] libcrypto dependency plumcreek
@ 2012-10-02  3:16 ` Dave Taht
  2012-10-02 16:51   ` plumcreek
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Taht @ 2012-10-02  3:16 UTC (permalink / raw)
  To: plumcreek; +Cc: cerowrt-users

Obsolete dependency, thx for catching it.

I have refreshed the sugarland package database, updating bind-latest
to remove the dependency, also updating 6to4 (still has a bug),

(minissdpd, upnp, minidlna still busted)

do an:

opkg update
opkg install bind-latest-server bind-latest-config

(you might want the various bind related tools, too)

There have been a huge number of updates to openwrt since the beta2
freeze, I am going to have to put out a -28 release to suit after it
stabilizes. I also attempted to push up the more needed of the cerowrt
patches to openwrt today. Also, I realized that qos-scripts needed
even more love than I thought it did.

I note that in order to use bind instead of dnsmasq, you will need to:


0) configure bind to suit your preferences.
1) change the port number in /etc/config/dhcp from 53 to 0
2) /etc/init.d/dnsmasq restart
3) killall -1 xinetd
4) nslookup 8.8.8.8

There is certainly enough ram on a 3800 to run bind fairly well. You
will battle with bug 113 unless you disable dnssec. named.montime may
be buggy as we've switched to busybox ntp
for the time being.


On Mon, Oct 1, 2012 at 7:31 PM, plumcreek@gmail.com <plumcreek@gmail.com> wrote:
> I was trying to install bind on my CeroWrt box (a WNDR 3800), and it
> gave me an error about libcrypto, which doesn't appear to be
> available. Here's the output:
>
> root@OpenWrt:~# opkg install bind-latest-server
> Installing bind-latest-server (9.9.1-P3-19) to root...
> Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-26/packages/bind-latest-server_9.9.1-P3-19_ar71xx.ipk.
> Collected errors:
>  * satisfy_dependencies_for: Cannot satisfy the following dependencies
> for bind-latest-server:
>  *      libcrypto *     libcrypto *
>  * opkg_install_cmd: Cannot install package bind-latest-server.
> root@OpenWrt:~#
>
>
>
> Any suggestions?
>
> --
> Daniel Bartholomew
> _______________________________________________
> Cerowrt-users mailing list
> Cerowrt-users@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-users



-- 
Dave Täht

Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Cerowrt-users] libcrypto dependency
  2012-10-02  3:16 ` Dave Taht
@ 2012-10-02 16:51   ` plumcreek
  0 siblings, 0 replies; 3+ messages in thread
From: plumcreek @ 2012-10-02 16:51 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-users

On Mon, Oct 1, 2012 at 11:16 PM, Dave Taht <dave.taht@gmail.com> wrote:
> Obsolete dependency, thx for catching it.

No problem.

> I have refreshed the sugarland package database, updating bind-latest
> to remove the dependency, also updating 6to4 (still has a bug),
>
> (minissdpd, upnp, minidlna still busted)

Thanks. I've been running bind on this box for a while and just
yesterday updated it from an older firmware version to the sugarland
release and found it odd that the package wouldn't install. Thank you
very much for the quick fix! The bind-latest-server package has now
installed successfully.


> do an:
>
> opkg update
> opkg install bind-latest-server bind-latest-config
>
> (you might want the various bind related tools, too)

Yes. I grabbed several of them.


> There have been a huge number of updates to openwrt since the beta2
> freeze, I am going to have to put out a -28 release to suit after it
> stabilizes. I also attempted to push up the more needed of the cerowrt
> patches to openwrt today. Also, I realized that qos-scripts needed
> even more love than I thought it did.
>
> I note that in order to use bind instead of dnsmasq, you will need to:
>
>
> 0) configure bind to suit your preferences.
> 1) change the port number in /etc/config/dhcp from 53 to 0
> 2) /etc/init.d/dnsmasq restart
> 3) killall -1 xinetd
> 4) nslookup 8.8.8.8
>
> There is certainly enough ram on a 3800 to run bind fairly well. You
> will battle with bug 113 unless you disable dnssec. named.montime may
> be buggy as we've switched to busybox ntp
> for the time being.

Yes named.montime is a bit buggy, but more annoying than anything else
since things appear to be working just fine (once the packages were
installed and I rsync'd over my bind config files).

Thanks again!

-- 
Daniel Bartholomew

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-02 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02  2:31 [Cerowrt-users] libcrypto dependency plumcreek
2012-10-02  3:16 ` Dave Taht
2012-10-02 16:51   ` plumcreek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox