ErikGoldman
ErikGoldman
So, it doesn't seem that it can find the library: [egoldman@turtle-06 mysql_stuff]$ ldd /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/HandlerSocket/HandlerSocket.so libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002af8495a1000) libm.so.6 => /lib64/libm.so.6 (0x00002af8498a1000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002af849b24000) libc.so.6 => /lib64/libc.so.6 (0x00002af849d33000)...
Also, when compiling the perl module, I get: [egoldman@turtle-06 perl-Net-HandlerSocket]$ perl Makefile.PL Note (probably harmless): No library found for -lhsclient Writing Makefile for Net::HandlerSocket but then I see [egoldman@turtle-06 perl-Net-HandlerSocket]$...
I'm having the same issue on Windows. @pgsnimble were you able to solve it?
@sestinj patched it :) -- take a look at the PR #2513 and let me know what you think