Ticket #35 (closed defect: worksforme)

Opened 20 months ago

Last modified 20 months ago

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

Changed 20 months ago by smoku

  • status changed from new to closed
  • resolution set to worksforme

I need more information.

What exact dependency library pulls in the -lz dependency? I need this info to construct proper configure check.

Please reopen after providing the needed data.

Note: See TracTickets for help on using tickets.