Project

General

Profile

Actions

Bug #1169

closed

Linker warnings about MD5 on OS X/i686-apple-darwin/4.0.1

Added by Anonymous almost 17 years ago. Updated about 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
build_cmake
Target version:
ASK QUESTIONS IN Forums:

Description


$ cd lighttpd-1.4.15
$ make

[...]

ld: warning multiple definitions of symbol _MD5_Init
.libs/liblightcomp_la-md5.o definition of _MD5_Init in section (__TEXT,__text)
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) definition of _MD5_Init
ld: warning multiple definitions of symbol _MD5_Update
.libs/liblightcomp_la-md5.o definition of _MD5_Update in section (__TEXT,__text)
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) definition of _MD5_Update
ld: warning multiple definitions of symbol _MD5_Final
.libs/liblightcomp_la-md5.o definition of _MD5_Final in section (__TEXT,__text)
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) definition of _MD5_Final

[...]

/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
symbol _MD5_Init used from dynamic library /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) not from earlier dynamic library /usr/local/lighttpd/lib/liblightcomp.dylib(liblightcomp_la-md5.o)
symbol _MD5_Update used from dynamic library /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) not from earlier dynamic library /usr/local/lighttpd/lib/liblightcomp.dylib(liblightcomp_la-md5.o)
symbol _MD5_Final used from dynamic library /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libcrypto.dylib(md5_dgst.o) not from earlier dynamic library /usr/local/lighttpd/lib/liblightcomp.dylib(liblightcomp_la-md5.o)

lighttpd seem to work fine anyway and {{{make install}}make install} did not complain.

-- rasmus at flajm dot se

Actions #1

Updated by stbuehler over 15 years ago

  • Target version changed from 1.4.20 to 1.4.21
Actions #2

Updated by icy about 15 years ago

  • Status changed from New to Need Feedback
  • Pending set to No
  • Patch available set to No

Is this still valid?

Actions #3

Updated by icy about 15 years ago

  • Target version changed from 1.4.21 to 1.4.22
Actions #4

Updated by icy about 15 years ago

  • Status changed from Need Feedback to Missing Feedback
  • Assignee deleted (jan)

Can't reproduce and missing feedback.

Actions

Also available in: Atom