You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hung Ho (Jira)" <ji...@apache.org> on 2020/12/11 00:08:00 UTC

[jira] [Created] (THRIFT-5323) PKG_PROG_PKG_CONFIG: command not found when running ./configure on Mac

Hung Ho created THRIFT-5323:
-------------------------------

             Summary: PKG_PROG_PKG_CONFIG: command not found when running ./configure on Mac
                 Key: THRIFT-5323
                 URL: https://issues.apache.org/jira/browse/THRIFT-5323
             Project: Thrift
          Issue Type: Bug
         Environment: MacOS BigSur
            Reporter: Hung Ho


Hello, I have looked at https://issues.apache.org/jira/browse/THRIFT-4910 and [https://askubuntu.com/questions/468661/how-to-fix-pkg-prog-pkg-config-command-not-found-error]

`aclocal --print-ac-dir` gives `/usr/local/Cellar/automake/1.16.3/share/aclocal`

`find /usr -name "pkg.m4"` gives:

`/usr/local/Cellar/pkg-config/0.29.2_3/share/aclocal/pkg.m4
/usr/local/share/aclocal/pkg.m4`

 

I have tried `export ACLOCAL_PATH=/usr/share/aclocal` but that doesn't help. Any suggestion on how to workaround / debug this?

Thanks,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)