troubleshooting:problems_compiling_evergreen
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| troubleshooting:problems_compiling_evergreen [2007/05/25 09:57] – Troubleshoot failure of opac_visible during autogen.sh dbs | troubleshooting:problems_compiling_evergreen [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Troubleshooting: | ||
| + | =====apr.h error (apr_off_t)===== | ||
| + | ====Problem==== | ||
| + | Error message returned during make: | ||
| + | < | ||
| + | from / | ||
| + | from apachetools.h: | ||
| + | from apachetools.c: | ||
| + | / | ||
| + | ' | ||
| + | ====Solution==== | ||
| + | On February 22nd (1), Bill committed a patch to the 1_0 and HEAD | ||
| + | branches that respects CFLAGS settings for x86-32 platforms, | ||
| + | specifically to address this problem on 32-bit Debian. A similar problem has been reported on | ||
| + | Fedora Core 5. To avoid this error, use the following command to make Evergreen: | ||
| + | < | ||
| + | CFLAGS=-D_LARGEFILE64_SOURCE make | ||
| + | </ | ||
| + | |||
| + | *1 See http:// | ||
| + | |||
| + | =====Problem with autogen.sh: Can't call method " | ||
| + | ====Problem==== | ||
| + | When running '' | ||
| + | < | ||
| + | Updating web_fieldmapper | ||
| + | Updating OrgTree | ||
| + | removing OrgTree from the cache... | ||
| + | Updating OrgTree HTML | ||
| + | Can't call method " | ||
| + | Done</ | ||
| + | ====Solution==== | ||
| + | Open your '' | ||