|
Bugzilla – Full Text Bug Listing |
| Summary: | sqlite3 not found on FreeBSD | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Vedran Miletić <vedran> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | FreeBSD | ||
| Attachments: | config.log | ||
|
Description
Vedran Miletić
2011-09-27 10:48:44 UTC
BTW, notice this as well: [vedranm@inf2 ~/ns-3-allinone/ns-3-dev]$ ls /usr/local/libdata/pkgconfig/ gsl.pc python-2.7.pc sqlite3.pc valgrind.pc GSL gets found, but sqlite3 doesn't. Please attach file build/config.log; thanks. Created attachment 1246 [details]
config.log
Hope this helps.
OK, I hope this patch fixes it: changeset: 7546:5f6c264f94aa tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Tue Sep 27 18:04:38 2011 +0100 summary: Bug 1269 - sqlite3 not found on FreeBSD It does, thanks. |