When trying to compile seafile-server 7.1.3 the following error message is thrown:
In file included from http-server.c:15:
/usr/include/evhtp.h:11:10: fatal error: onigposix.h: No such file or directory
11 | #include <onigposix.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:642: http-server.o] Error 1
make[3]: Leaving directory '/home/heeey/.cache/yay/seafile-server/src/seafile-server-7.1.3-server/server'
make[2]: *** [Makefile:955: all-recursive] Error 1
make[2]: Leaving directory '/home/heeey/.cache/yay/seafile-server/src/seafile-server-7.1.3-server/server'
make[1]: *** [Makefile:454: all-recursive] Error 1
make[1]: Leaving directory '/home/heeey/.cache/yay/seafile-server/src/seafile-server-7.1.3-server'
make: *** [Makefile:386: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Error making: seafile-server
The package oniguruma 6.9.5-1 is installed, although that package doesn't contain the file 'onigposix.h'. Is there a wrong dependency set or what could be missing? I cannot find any other package that contains that file, and the oniguruma package also doesn't have it. Thanks for your efforts of maintaining the Seafile packages.
Pinned Comments