@Scoobydoo what's the output of commands such as
locate nodebb (you might need to install mlocate to use this).
Seems it's in cd /app/code from the below
@psychobunny I simply installed node withpkg
(did not use ports), cloned NodeBB and did the regular routine (npm install, nodebb setup, etc.). It was crashing on setup because I had gcc48
. Installed gcc49
, no dice. Finally installed gcc5
and updated libmap.conf
under /etc/
as follows:
libstdc++.so.6 gcc5/libstdc++.so.6
And the beast took a deep breath, and opened its eyes. Hehe.
@psychobunny said:
Could add a new page copied and pasted from the original and adding your last step.
I can come up with a page. It should be fairly straight forward, but I already had many things installed on that VPS, so I am not sure if whatever requirements were needed I already had them.
You seem to know a lot more about this than any of our core team. Myself especially
If you could add a freebsd section to the docs then kudos to you, likely somebody else will run into the problem you had and I'd have no idea how to respond
@psychobunny said:
If you could add a freebsd section to the docs then kudos to you
Done. Pull request pending.
Thanks! the PR is missing a link from the OS page to your new page though