Skip to Content.
Sympa Menu

freetds - Re: [freetds] Re: PHP & FreeTDS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Re: PHP & FreeTDS
  • Date: Tue, 24 Aug 2004 05:20:09 -0400

On Mon, 23 Aug 2004 13:15:30 -0600, Walls Rob W Contr 75 CS/SCBS
<Rob.Walls AT HILL.af.mil> wrote:
> I got the unixODBC dev rpm and used
> ./configure --with-tdsver=7.0 --with-unixodbc=/usr/lib
> (RedHat's unixODBC RPM puts .so files in /usr/lib and puts .h files in
> /usr/include)

Close, but no cigar. :-) Try:

./configure --with-tdsver=7.0 --with-unixodbc=/usr

You're not directing the linker to the libraries. You're directing the
whole build to the unixODBC files, both headers and libraries. The
configure script assumes there will be lib/ and include/ relative paths
beneath whatever you pass to --with-unixodbc.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page