Okay, I was able to do a ./configure from the unixODBC root (after figuring
out how to turn off the attemtped configuration of the GUI parts, since I
don't have X installed), and it created the Makefile's in all of the
appropriate directories.

I've edited the psqlodbc.h file in the /Drivers/Postgre7.1 directory.

When I try to run a "make" from that directory, my screen is filled by lots
of code, and then finally errors out with the following message:

"make: *** No rule to make target `../../lst/liblstlc.la', needed by
`libodbcpsql.la'.  Stop."

I have not installed the full unixODBC at this point, but I assume it's
looking for files, libraries, or something?  Do I need to edit the
Makefile.in or something else?  If so, some guidance would be extremely
helpful and appreciated since I'd be flying a little blind.

Thanks again.

Evan

> -----Original Message-----
> From: Rudi [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 24, 2002 10:08 AM
> To: CF-Linux
> Subject: RE: CF5/Postgres - "Query string is too long
>
>
> At 09.57 Monday 24/06/02 -0400, you wrote:
> >One more (I hope this is the last one) question.
> >
> >I'm running RedHat 7.1 and CF5, so the unixODBC driver that I have for
> >Postgres is the one that came with CF, and I don't believe that I have
> >unixODBC installed as a whole package.  I've downloaded the source, and I
> >see the section that you're talking about, but is it possible to simple
> >recompile the driver without installing all of unixODBC?
>
> Yes. I can't check it now, but I think you can move to the postgres
> directory of unixodbc and issue a
>
> /configure;make
>
> from there or maybe
>
> /configure from the unixodbc root
>
> and then
>
> make
>
> from the postgresql branch.
>
> What matters, it's the result: a brand new "libodbcpsql.so", this is the
> actual odbc postgres library. You can move it in CHOME/lib or in
> /usr/local/unixodbc/lib/  (soft linked in CFHOME/lib). In
> CFHOJME/odbc/odbc.ini you will put something like:
>
>
> [my_datasource]
> Description=blah blah blah
> Database=mydb
> Servername=localhost
> Port=5432
> ReadOnly=No
> Driver=/opt/coldfusion/lib/libodbcpsql.so
>
>
>
> --
> Rd
>
> "Soft as the massacre of Suns
>   By Evening's Sabres slain"
> [E.Dickinson]
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to