Bug 15368 - fopen64 wrapper isn't used and doesn't work on Debian 11
Summary: fopen64 wrapper isn't used and doesn't work on Debian 11
Status: NEW
Alias: None
Product: cwrap
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: x86 All
: P5 normal
Target Milestone: ---
Assignee: Andreas Schneider
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-04 05:46 UTC by Andrew Bartlett
Modified: 2023-05-04 05:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Bartlett 2023-05-04 05:46:13 UTC
In Samba, HAVE_FOPEN64 is never defined.

On Debian 11 i386, if it is defined, we get a duplicate symbol error as fopen() is redefined to fopen64 already.