Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Compilation of v0.11.8 fails on Solaris 10 and some Illumos distros due to missing libproc.h #6439

@ptribble

Description

@ptribble

Building recent v0.11.X source on Solaris 10 fails with:

../deps/mdb_v8/mdb_v8.c:53:21: fatal error: libproc.h: No such file or directory
compilation terminated.

That's expected. The interfaces in libproc.h are private and the header file is explicitly excluded from packaging, so this will be true of Solaris and most Illumos-based distros. (I suspect you don't realize this for SmartOS, because it ends up in the proto area.)

I can work around this by explicitly turning off node_use_mdb in the configure script, but this ought to be handled properly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions