Skip to content

AIX 7.3 has 32 and 64 bit curl libraries, Makefile.PL needs to select the correct curl-config_xx #27

Description

@thomasseeling-ibm

IBM delivers AIX 7.3 with perl 5.38 in both 32 and 64 bit flavours, and curl-devel does the same.
curl-config is symlinked to curl-config_64 at install.
If I use perl 32 bit then Makefile.PL needs to choose curl-config_32 instead.
Nice enough there's an option to override the filename.
This should be mentioned in the documentation.

if perl -V | grep -q "ccflags.*32 " then CURL_CONFIG=curl-config_32 else CURL_CONFIG=curl-config_64 fi export CURL_CONFIG

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions