Difference between revisions of "PCAP file cannot be retrieved"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Update on FS server PCAP retrieval script: cd /usr/src/m2/scripts svn update m2_pcap.c gcc -g -Wall -o m2_pcap m2_pcap.c -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient -lp…')
 
Line 9: Line 9:


If no luck - please create a TT.
If no luck - please create a TT.
<br><br>
== See also ==
* http://wiki.kolmisoft.com/index.php/Call_Info#PCAP_file.2Fdata

Revision as of 11:27, 14 March 2020

Update on FS server PCAP retrieval script:

cd /usr/src/m2/scripts
svn update m2_pcap.c
gcc -g -Wall -o m2_pcap m2_pcap.c -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient -lpthread -lm
cp -fr m2_pcap /usr/local/m2/m2_pcap

Try again.

If no luck - please create a TT.



See also