Opened 11 years ago
Closed 10 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)
Change History (5)
by , 11 years ago
Attachment: | check_for_lib_not_prog.patch added |
---|
comment:1 by , 11 years ago
Status: | new → review |
---|
comment:2 by , 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 , 11 years ago
Status: | review → accepted |
---|
comment:4 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
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.
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"],
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