Created
March 28, 2014 16:12
-
-
Save pglombardo/9836513 to your computer and use it in GitHub Desktop.
Installing libv8 gem enables debugger?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deployer 9646 2566 0 16:08 pts/1 00:00:00 /usr/bin/g++ -DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_IA32 -I../src -I../include -Wall -Werror -W -Wn | |
deployer 9647 9646 99 16:08 pts/1 00:00:09 /usr/lib/gcc/i686-linux-gnu/4.6/cc1plus -quiet -I ../src -I ../include -imultilib . -imultiarch i386-li | |
areu 9662 5379 0 16:08 pts/2 00:00:00 ps -ef |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running a manual
gem install libv8 --version '3.16.14'
as the deployer user and saw the above inps -ef
output.