New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33177 (closed defect: invalid)

Opened 4 months ago

Last modified 2 months ago

openssl: error: ‘Dl_info’ undeclared (first use in this function)

Reported by: rios.andy@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign@…
Port: openssl

Description

Saw another bug for OpenSSL compile, but I was just trying to do port install openssl because I know it was a depend and it had failed before, and I am getting a failure on a different stage of the compile with the DSO directory, and the specific file being dso_dlfcn.c and the error relating to line 446 on that file. I tried looking into that file to see what the issue was and it seems that the code above that is not executed on MAC because it is wrapped in an *sgi* tag is needed for this file to compile clean.

Attachments

main.3.log Download (97.6 KB) - added by rios.andy@… 4 months ago.
Open SSL fail compile with error on dso/dso_dlfcn.c

Change History

Changed 4 months ago by rios.andy@…

Open SSL fail compile with error on dso/dso_dlfcn.c

Changed 4 months ago by rios.andy@…

I was using a clean compile of the 2.0.99 build future build of MacPorts.

Changed 4 months ago by ryandesign@…

  • owner changed from macports-tickets@… to mww@…
  • milestone MacPorts Future deleted
  • port set to openssl
  • summary changed from Crypto DSO failing to compile on OpenSSL 1.0.0g to openssl: error: ‘Dl_info’ undeclared (first use in this function)

Changed 2 months ago by ryandesign@…

  • status changed from new to closed
  • cc ryandesign@… added
  • resolution set to invalid

This error means you have the file /usr/local/include/dlfcn.h on your system. Remove it; it is ancient and incompatible with your operating system. See  this explanation from the Fink project.

Note: See TracTickets for help on using tickets.