static build link errors: Python 2.3.2, mod_python 2.7.8, Apache 1.3.29

2003-11-11 Thread Bryn Dyment
Hi... posted this on the mod_python list, with no bites... trying here... --- I'm getting link errors when building Apache with mod_python (static). (I've successfully built mod_perl and PHP statically, so I'm somewhat familiar with the process.) Ideas? Versions: Python: 2.3.2 mod_python:

mod_perl, mod_ssl: fine in isolation, install woes when together

2003-10-19 Thread Bryn Dyment
I've isolated this pretty well... hope someone has some insight: After a fresh* install of FreeBSD 4.8, I can build Apache with mod_ssl, and (separately) Apache with mod_perl (static). However, I'm getting link errors when trying to install both together. Here are my steps: tar -xzf

SSH: failed password after fresh install

2003-09-14 Thread Bryn Dyment
I've installed two FreeBSD boxes on my LAN. On the first box, the only thing I did after the install process was edit /etc/ssh/sshd_config, setting PermitRootLogin to yes, then issuing killall -1 sshd. After this change, I could successfully connect to this box via my SSH client. I did the same