search for: apx2

Displaying 2 results from an estimated 2 matches for "apx2".

Did you mean: app2
2006 Jun 11
1
mod_ntlm_winbind
...'-Wall' /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status apxs:Error: Command failed with rc=65536 . make: *** [.libs/mod_auth_ntlm_winbind.so] Error 1 ---error--- So i went the apx2 route: apxs -DAPACHE2 -c -i mod_ntlm_winbind.c <-- works Configuration -------------------- --.htaccess-- AuthName "NTLM Authentication thingy" NTLMBasicAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp -d 400" NTLMBasicAuthoritative on AuthTy...
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585 ------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 ------- dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase the CPU and memory load, though. I've built with dmalloc on Linux thusly: LDFLAGS=-ldmalloc ./configure && make eval `dmalloc -l /path/to/log high` ./sshd [options]