Ken Weise wrote: > Hi, > > I am trying to install Apache on a Debian 3.0 system. I am using > "apt-get install apache". Every time I do this, the machine totally > locks up and is unresponsive. Since that happens before you've even installed apache, it looks like a problem with your system and package manager (which is running), not with Apache (which isn't). > LoadModule apache_ssl_module /usr/lib/apache/1.3/libssl.so That's ancient legacy apache. 2.0.x has been the stable version for three years now, and offers major advantages. Looks like debian's packaging has misled you. And why is it installing ssl if you didn't ask for it? In 1.3, ssl adds a great deal of complexity. I'd suspect your immediate problem might be some incompatibility in the openssl dependency. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx