Ticket #35 (closed defect: worksforme)
can't reference (un)compress.o when building on redhat AS3.0
| Reported by: | smoku | Owned by: | smoku |
|---|---|---|---|
| Priority: | major | Component: | General |
| Version: | 2.1 | Keywords: | |
| Cc: | Tracforge_linkmap: | ||
| Blocking: | Blocked By: |
Description
See http://jabberstudio.org/projects/jabberd2/bugs/view.php?id=4858
reported by sanool@…:
redhat AS3.0 and mysql-4.1.8 when after ./configure and into make process. the error is than can't reference "compress.o" and "uncompress.o" so I add "-lz" into sm/Makefile and c2s/Makefile after -lmysqlclient at last make successful.
export LDFLAGS="-lz"
before configure also works around the problem (also seen on SuSe? Linux 9.2). Without this, configure fails at the mysql check, although config.log is showing it's failing as a result of not finding the compress libraries.
this is yet another case to take into account in configure.in
Change History
Note: See
TracTickets for help on using
tickets.
