Skip to content

Commit

Permalink
.cpl/doc: find undefined symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
VonC committed May 4, 2015
1 parent 6a16d5c commit 9df04e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cpl/doc
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,12 @@ How to remove vi or vim line numbers
Sequence of keys: esc followed by:
:set nonumber
~~~~~~~~~~~~~~~~
Undefined symbol:
Undefined reference: search with error redirection: /usr/lib #nm -Ap *.so 2>/dev/null | grep libintl_textdomain
vonc@voncm:/$ find . -name "*.*" 2>/dev/null| grep ".*s\?o$"|xargs nm -Ap 2>/dev/null|grep pipe2
vonc@voncm:/$ find . -name "*.*" 2>/dev/null| grep ".*s\?o$"|xargs nm -Ap 2>/dev/null|grep pipe2 | grep -v " U "
vonc@voncm:/$ find / -name "*.*" 2>/dev/null| grep ".*so*$"|xargs nm -Ap 2>/dev/null|grep pipe2 | grep -v " U "

~~~~~~~~~~~~~~~~
List all keys from a JKS keystore used by tomcat:
ahostname /home/git/apache #keytool -keystore /path/to/jks/keystore -storepass ajksPassword -list
Expand Down

0 comments on commit 9df04e7

Please sign in to comment.