Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15453 (new defect)

Opened 6 months ago

Last modified 3 weeks ago

cgilib user strndup wich is not available

Reported by: marcelo@… Owned by: macports-tickets@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: Cc:
Port: cgilib

Description (last modified by jmr@…) (diff)

Cgilib is using strndup internally, wich is not available in macosx.

This make cgilib detection with AC_CHECK_LIB impossible.

configure:6931: result: no
configure:6943: checking for cgiHeader in -lcgi
configure:6978: gcc -o conftest -g -O2  -L/opt/local/lib conftest.c -lcgi >&5
Undefined symbols:
  "_strndup", referenced from:
      _cgiReadMultipart in libcgi.a(cgi.o)
      _cgiReadMultipart in libcgi.a(cgi.o)
ld: symbol(s) not found

Change History

Changed 3 weeks ago by mike@…

See Ticket #17216.

Changed 3 weeks ago by jmr@…

  • keywords cgilib removed
  • port set to cgilib
  • summary changed from cglib user strndup wich is not available to cgilib user strndup wich is not available
  • description modified (diff)
  • milestone set to Port Bugs
Note: See TracTickets for help on using tickets.