Opened 10 years ago

Closed 8 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


Subtickets

Attachments (1)

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

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by Amirouche

comment:1 Changed 10 years ago by Amirouche

Status: newreview

comment:2 Changed 10 years ago by Amirouche

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 Changed 10 years ago by rodney757

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 Changed 8 years ago by Christopher Allan Webber

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.