Opened 11 years ago

Closed 9 years ago

#748 closed defect (wontfix)

bootstrap: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch)

Reported by: Amirouche Owned by:
Priority: major Milestone:
Component: programming Keywords:
Cc: Parent Tickets:

Description


Attachments (1)

check_for_lib_not_prog.patch (885 bytes ) - added by Amirouche 11 years ago.

Download all attachments as: .zip

Change History (5)

by Amirouche, 11 years ago

comment:1 by Amirouche, 11 years ago

Status: newreview

comment:2 by Amirouche, 11 years ago

Summary: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch)bootstrap: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch)

comment:3 by rodney757, 11 years ago

Status: reviewaccepted

So I tried this out and got an error saying that I need postgres or sqlite3, but I have sqlite3 and postgres programs installed.

Also Brandon who made our configure scripts said that we still need to get the path to postgres with:

AS_IF([test "x$HAVE_PQ" != "x"],

[AC_PATH_PROG([POSTGRES], [postgres])])

If you can figure out what is going wrong, I'll look at this again, but I don't really have the experience to suggest changes.

Thanks

comment:4 by Christopher Allan Webber, 9 years ago

Resolution: wontfix
Status: acceptedclosed

The Postgres one was that it was looking for the wrong program (postgres instead of psql), which I fixed some time ago. However, configure.ac has been stripped down significantly, so for now at least this bug is not relevant. Closing out.

Note: See TracTickets for help on using tickets.