0

Where do I find UTF8PROC? With a quick research I have found that it might be in libutf8proc1, so I installed it with sudo apt install , but the ./configure of subversion still doesn't find UTF8PROC. Where is it?

If needed I use version 16.04

I don't think this is a duplicate of this question I am asking which package should I install to get the file UTF8PROC

mattiav27
  • 865
  • 1
  • 8
  • 25
  • 1
    Possible duplicate of [How do I get a list of installed files from a package?](https://askubuntu.com/questions/32507/how-do-i-get-a-list-of-installed-files-from-a-package) – guiverc Aug 26 '19 at 06:28
  • 1
    @karel thanks but I have found a solution here: http://www.linuxfromscratch.org/blfs/view/svn/general/subversion.html – mattiav27 Aug 26 '19 at 07:09

1 Answers1

1

Quick search on packages.ubuntu.com gives the packages with this file.

You have to install related package with

sudo apt-get install libutf8proc-dev
N0rbert
  • 97,162
  • 34
  • 239
  • 423