Page MenuHomePhabricator

sudo make install should install libraries to proper locations that actually work in most of distros
Closed, ResolvedPublic

Description

Right now it moves the libs to /usr/local/lib/ which is exactly where most of distros don't look, so it doesn't even start. We should probably install these libs to /usr/lib or do something

Event Timeline

Petrb triaged this task as Medium priority.Jul 11 2017, 9:25 PM

I had to install libyaml-cpp-dev which puts it at /usr/lib/x86_64-linux-gnu/libyaml-cpp.so

Petrb raised the priority of this task from Medium to High.Sep 2 2017, 10:21 PM

I would like to work on this task but I need to know how to get started.

Petrb claimed this task.

@Ilanosortap I just fixed it: