-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssl_keylogger problem #71
Comments
Hi, try: gcc -lpthread -c -fPIC -g3 sslkeylog.cpp -o sslkeylog.o |
Same problem: |
edit sslkeylog.cpp and add #include <pthread.h> at the beginning |
ok, make succeeds now. I will now test if it works. |
Hi,
This is what happens if I run make for the ssl_keylogger:
[root@Q01PBX002 ssl_keylogger]# pwd
/usr/local/src/voipmonitor-git/tools/ssl_keylogger
[root@Q01PBX002 ssl_keylogger]# make
gcc -c -fPIC -g3 sslkeylog.cpp -o sslkeylog.o
sslkeylog.cpp: In function ‘void create_write_thread()’:
sslkeylog.cpp:399: error: ‘pthread_create’ was not declared in this scope
make: *** [sslkeylog.o] Error 1
Any suggestions?
The text was updated successfully, but these errors were encountered: