nslookup is linked against a whole world of crud. Did you verify that
the packages providing those libraries are included in upd-instroot's
installation set? Even with our fancy dso detection code, you still
need to make sure the packages are included in the list.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-12-2010, 02:16 PM
Martin Gracik
Add nslookup to the install.img (#591064)
You're right, I should probably add the bind-utils to the packages list
--
Martin Gracik
----- "Chris Lumens" <clumens@redhat.com> wrote:
> > diff --git a/scripts/upd-instroot b/scripts/upd-instroot
> > index 99c3942..32d58ea 100755
> > --- a/scripts/upd-instroot
> > +++ b/scripts/upd-instroot
> > @@ -549,6 +549,7 @@ usr/bin/md5sum
> > usr/bin/metacity
> > usr/bin/mkzimage
> > usr/bin/nm-connection-editor
> > +usr/bin/nslookup
> > usr/bin/pango*
> > usr/bin/python
> > usr/bin/python?.?
>
> nslookup is linked against a whole world of crud. Did you verify
> that
> the packages providing those libraries are included in upd-instroot's
> installation set? Even with our fancy dso detection code, you still
> need to make sure the packages are included in the list.
>
> - Chris
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-12-2010, 03:07 PM
Chris Lumens
Add nslookup to the install.img (#591064)
> You're right, I should probably add the bind-utils to the packages list
It's probably worth running ldd on /usr/bin/nslookup, rpm -q
--whatprovides on those, and making sure all relevant packages are
included. I suppose you could also use yum.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list