[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: MySQL 4.0.x and RH 9
- From: Andre Costa <acosta ar microlink com br>
- To: rpm-list redhat com
- Subject: Re: MySQL 4.0.x and RH 9
- Date: Sat, 6 Sep 2003 16:09:43 -0300
Thks, Tim, for the detailed walk-through.
Best,
Andre
On Thu, 4 Sep 2003 13:42:57 -0500 (CDT)
Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> wrote:
> I don't recall seeing an answer to this question, but if someone else
> beat me to it, sorry.
>
> To figure out what caused it, you can use a couple of strategies:
>
> - Do a package build and get things installed into your buildroot, but
> don't actually generate RPMs (i.e. rpmbuild -bi).
>
> - Generate a list of all the files that were installed into your
> buildroot:
>
> find YOUR_BUILD_ROOT -print > /tmp/flist
>
> - iterate through that list, running the perl "find-prov" script for
> each file:
>
> for f in `cat /tmp/flist`
> do
> echo
> echo "Provides for $f:"
> echo "$f" | /usr/lib/rpm/perl.prov
> done
>
>
> That should tell you which file in the list is the culprit.
>
> Once you know which file is doing it, you can try debugging what it is
> in that file that's cause the perl.prov to generate bogus output.
>
> Tim
> --
> Tim Mooney
> mooney@dogbert.cc.ndsu.NoDak.edu Information Technology Services
> (701) 231-1076 (Voice)
> Room 242-J6, IACC Building (701) 231-8541 (Fax)
> North Dakota State University, Fargo, ND 58105-5164
>
>
> _______________________________________________
> Rpm-list mailing list
> Rpm-list@redhat.com
> https://www.redhat.com/mailman/listinfo/rpm-list
--
Andre Oliveira da Costa
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]