Re: Looking up libraries and header files

2009-10-01 Thread Greg Larkin
> To: David Southwell >> Cc: 'Mak Kolybabi'; freebsd-questions@freebsd.org >> Subject: RE: Looking up libraries and header files >> >> >> David Southwell writes: >> >>> One problem >>> >>> How about ports that are not install

Re: Looking up libraries and header files

2009-10-01 Thread Lowell Gilbert
babi' >> Cc: freebsd-questions@freebsd.org >> Subject: RE: Looking up libraries and header files >> >> >> >> > -Original Message- >> > From: owner-freebsd-questi...@freebsd.org >> > [mailto:owner-freebsd-questi...@freebsd.org]

RE: Looking up libraries and header files

2009-10-01 Thread David Southwell
> -Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Robert Huff > Sent: 01 October 2009 08:00 > To: David Southwell > Cc: 'Mak Kolybabi'; freebsd-questions@freebsd.org > Subjec

RE: Looking up libraries and header files

2009-10-01 Thread Robert Huff
David Southwell writes: > One problem > > How about ports that are not installed? > > Is there another route that will deal with stuff not on the system? I'm not quite sure what you're asking here; perhaps you could give a scenario? The above methods only work for things

RE: Looking up libraries and header files

2009-10-01 Thread David Southwell
> -Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of > David Southwell > Sent: 01 October 2009 07:50 > To: 'Mak Kolybabi' > Cc: freebsd-questions@freebsd.org > Subject: RE: Loo

RE: Looking up libraries and header files

2009-10-01 Thread David Southwell
> -Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Mak Kolybabi > Sent: 01 October 2009 07:07 > To: da...@vizion2000.net > Cc: freebsd-questions@freebsd.org > Subject: Re: Looking up libra

RE: Looking up libraries and header files

2009-10-01 Thread David Southwell
> -Original Message- > From: owner-freebsd-questi...@freebsd.org > [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Greg Larkin > Sent: 01 October 2009 07:08 > To: da...@vizion2000.net > Cc: freebsd-questions@freebsd.org > Subject: Re: Looking up libra

Re: Looking up libraries and header files

2009-10-01 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 da...@vizion2000.net wrote: > Hi > > What is the simplest way to found out which port installs specific harder or > library files? > > ATM I do it through a google search on the file name and usually find a > clue.. but I suspect there ia better mous

Re: Looking up libraries and header files

2009-10-01 Thread Mak Kolybabi
On 2009-10-01 06:59, da...@vizion2000.net wrote: > What is the simplest way to found out which port installs specific harder or > library files? pkg_info has a --which flag that tells you what package a file came from: % pkg_info --which /usr/local/include/pcre.h /usr/local/include/pcre.h was inst

Looking up libraries and header files

2009-10-01 Thread david
Hi What is the simplest way to found out which port installs specific harder or library files? ATM I do it through a google search on the file name and usually find a clue.. but I suspect there ia better mousetrap!! Thanks in advance David ___ freebs