installing DBI from cpan and getting this...

2008-07-13 Thread thefinn
what the hell is it trying to do to /usr/bin anyhow? should it not just install into /usr/lib/perl/site/blah ??? Is there not a package I can install for this apart from compiling the cpan one? and just generally :( test.pl done TIMB/DBI-1.605.tar.gz make test -- OK Running make install

Directory Permissions issue

2008-07-13 Thread thefinn
Running New Cygwin install on vista. Just would like to know how to change directory permissions for various directories... Any help appreciated. [EMAIL PROTECTED] /usr/lib/perl5 $ ls -l total 40 dr-xr-x---+ 51 Peter Users 40960 Jul 13 15:18 5.10 dr-xr-x---+ 3 Peter Users 0 Jul 13 15:18

perl-Tk and the hours of work...

2008-07-13 Thread thefinn
On linux this particular perl-Tk app works just fine. However, perl-Tk on cygwin seems to disagree? Not entirely sure why, or what the issue is. It's just in development phase (ignore the sql errors, they are unimportant). Output below: $ ./console.pl DBI

File Permissions Issue

2008-05-20 Thread thefinn
--+ 1 thefinn None 184608 Mar 23 2007 hydra.exe --+ 1 thefinn None 15037 Mar 23 2007 pw-inspector.exe [EMAIL PROTECTED] /usr/local/bin $ hydra bash: /usr/local/bin/hydra: Permission denied [EMAIL PROTECTED] /usr/local/bin $ chmod 755 hydra.* chmod: changing permissions of `hydra.exe

Re: libssh 0.11

2007-10-22 Thread thefinn
Yeah, I do network security work and as a pen test program hydra is great. Unfortunately it requires libssh 0.11 which doesn't seem to compile on cygwin. Perhaps they'll update hydra in the near future. TF. Brian Dessent wrote: thefinn wrote: Cygwin version of this? I need the older

libssh 0.11

2007-10-21 Thread thefinn
Cygwin version of this? I need the older library... TF. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

mysql shared libraries.

2007-10-18 Thread thefinn
Has anyone had any success compiling these on cygwin? I'm just installing a project I worked on a few years back, however it requires a little known eggdrop module that allows tcl calls to mysql (yes that's right :)). Compilation of the module however under cygwin could make for a lot of

rsh

2007-10-16 Thread thefinn
I've noticed rsh doesn't seem to work on cygwin. It gives the following error: $ rsh -l thefinn 10.0.0.1 ls 5 [main] rsh 12 C:\cygwin\bin\rsh.exe: *** fatal error - couldn't dynamically determine load address for 'rcmd' (handle 0x73A8), Win32 error 127 After much testing I get

running ssh from windows desktop

2007-10-16 Thread thefinn
Ok, this is a rather frivolous question, but just something I want to get right so it doesn't become an itch I can't scratch ;) When I access ssh from windows dos mode, I don't seem to be able to background the process and thus make the windows dos box go away after I double-click a program