# CMake Error at /.../cmake-3.16/Modules/FilePackageHandleStandarArgs.cmake:146 (message):

**URL:** https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995
**Category:** Usage
**Tags:** os:linux
**Created:** [April 12, 2020, 3:21pm UTC](https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995 "2020-04-12T15:21:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![charityAMG](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/c/a87d85/32.png) [@charityAMG](https://discourse.cmake.org/u/charityAMG)
#### Post date: [April 12, 2020, 3:21pm UTC](https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995/1 "2020-04-12T15:21:38Z")

</div>

I have a tinycore linux OS, and I want to build webkitgkt+ from source code. I install cmake.tcz( an extension of tinycoreOS). I have error (mentioned in title):  
`could not find Perl (missing: PERL_EXECUTABLE) (Require at least version "5.10.0")`  
(next line) `Call Stack....`  
Anyone can show me how to solve it?  
Thanks.

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.cmake.org/u/ben.boeckel)
#### Post date: [April 12, 2020, 3:42pm UTC](https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995/2 "2020-04-12T15:42:31Z")

</div>

You need to install `/usr/bin/perl` on your machine. WebKitGTK needs to to do something during its configure and/or build.

---

<div class="post-metadata">

### Author: ![charityAMG](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/c/a87d85/32.png) [@charityAMG](https://discourse.cmake.org/u/charityAMG)
#### Post date: [April 13, 2020, 11:43am UTC](https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995/3 "2020-04-13T11:43:59Z")

</div>

I have another issue:  
`Cmake warning at source/cmake/webkitccache.cmake:25`  
`Enable ccache: couldn't find ccache program. Not enabling it`

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.cmake.org/u/ben.boeckel)
#### Post date: [April 13, 2020, 1:19pm UTC](https://discourse.cmake.org/t/cmake-error-at-cmake-3-16-modules-filepackagehandlestandarargs-cmake-146-message/995/4 "2020-04-13T13:19:29Z")

</div>

I assume there is some option to use `ccache`. You’ll need to either disable that option or install it. However, this is getting into more WebKitGTK support. I suggest using [their documentation](https://webkit.org/building-webkit/) and forum/mailing list for support.
