Skip to Content.
Sympa Menu

freetds - Re: Pls Help me make freetds on Aix

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Tim <babycry AT mail2000.com.tw>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Pls Help me make freetds on Aix
  • Date: Wed, 19 Jun 2002 16:30:55 +0800


Thx ! James
I already make freetds on Aix!!!
But when i test my php program to connect Mssql!
Something happened!
Then Brower show like
***********************************************************
Warning: Failed opening '/usr/local/apache/htdocs/phpuser.php' for inclusion
(include_path='.:/usr/local/lib/php') in Unknown on line 0
***********************************************************
Is it my php's or apache's problem?

----- Original Message -----
From: "James K. Lowden" <jklowden AT speakeasy.org>
To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
Sent: Wednesday, June 19, 2002 1:04 PM
Subject: [freetds] Re: Pls Help me make freetds on Aix


On Wed, 19 Jun 2002 08:56:45 +0800, "Tim" <babycry AT mail2000.com.tw> wrote:

> Hi ~~
>
> I had a trouble to make freetds on Aix4.3!
> After configure
> run make then show the message !
>
> can u help u ?
> and let me know what problelm happened?
> Thx a lots!
>
> *********************************************************
> Making all in include
> tds_configs.h: not found
>
> make: 1254-004 The error code from the last command is 1.

Tim,

tds_configs.h is generated by ./configure. It looks like configure didn't
work, or finish working.

The only time I've had trouble with configure is when it's using the wrong
"make". My machines have two makes, so I have to make sure configure uses
Gnu's.

One way to be sure of that is to put Gnu make earlier in the path.
Another way is:

$ MAKE=/path/to/gnu/make ./configure

Are you using 0.53? The snapshot has a test for this very problem.

I hope that helps. I'm not an expert at this; I'm just telling you what I
know (or think I know!)

Regards,

--jkl

---
You are currently subscribed to freetds as: [babycry AT mail2000.com.tw]
To unsubscribe, forward this message to
$subst('Email.Unsub')




Archive powered by MHonArc 2.6.24.

Top of Page