John Frankish wrote: > Hi Chris, > > Thanks for the reply. > > I'm not at my lfs/blfs machine right now, but it goes something like this: > > $ update-pciids > error - cannot find wget or curl > > Note that wget and which are in /usr/bin/ and wget works fine when > used directly - curl is not installed. > > John
What do you get when you type "which wget" and "which curl"? That's all the script is doing, and if you get the correct output of each program's location, then which isn't the problem. However, I'm not seeing anything about lynx in that output. update-pciids should also be looking for lynx, and if there really was some problem with which (or if it simply didn't exist) then the script should complain that it couldn't find either curl, wget, or lynx. My guess is that you might have mistyped the sed command in the PCI Utils instructions, and the script is broken as a result. Try rebuilding PCI Utils, double-checking your typing, and see if the script works. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
