From owner-freebsd-questions Wed Jun 17 03:43:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20019 for freebsd-questions-outgoing; Wed, 17 Jun 1998 03:43:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.capgemini.com.sg ([203.116.11.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20012 for ; Wed, 17 Jun 1998 03:43:01 -0700 (PDT) (envelope-from fschan@capgemini.com.sg) Received: from 123.capgemini.com.sg ([10.64.3.18]) by mail.capgemini.com.sg (post.office MTA v2.0 0813 ID# 0-16936) with SMTP id AAA158; Wed, 17 Jun 1998 18:40:44 +0800 Received: by localhost with Microsoft MAPI; Wed, 17 Jun 1998 18:44:09 +0800 Message-ID: <01BD9A1F.EA268AA0.fschan@capgemini.com.sg> From: fschan@capgemini.com.sg (Chan, Fook Sheng) To: "'malte@webmore.com'" , "(Chan, Fook Sheng)" Cc: "freebsd-questions@FreeBSD.ORG" Subject: RE: questions on Apache user authentication Date: Wed, 17 Jun 1998 18:44:08 +0800 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Malte, I'm using Apache 1.3, and I compile it from the source so that I can customise the modules, I'm not sure whether I can select what modules I want when installing the Apache port of FreeBSD, if so pls do let me know. BTW, I solved the htpasswd problem already, I try gcc -o htpasswd htpasswd.c -lcrypt, thank you so much. Best Regards, Fook Sheng -----Original Message----- From: Malte Lance [SMTP:malte@webmore.com] Sent: Wednesday, June 17, 1998 6:23 PM To: (Chan, Fook Sheng) Cc: freebsd-questions@FreeBSD.ORG Subject: RE: questions on Apache user authentication Are you trying apache in the ports-collection ? Malte. On 17-Jun-98 Chan, Fook Sheng wrote: > Hi Malte, > > Thanks so much for responding, I still have some questions, hope you will > help me. > > Best Regards, > > Fook Sheng > > > On 17-Jun-98 Chan, Fook Sheng wrote: >> I try "dbmmanage /usr/local/etc/httpd/users adduser martin hamster" and >> get "./:Permission denied" > > > Check the permissions in /usr/local/etc/httpd/users > Are you root when doing this ? > [Chan, Fook Sheng] Yes, I'm root when doing this. I have tried in other > directories as well, the file "user" is non existent, it should be created > by running dbmmanage according to some documents from apacheweek.com, > correct me if I'm wrong. > > I try "make htpasswd" in 1.2.6 source, and get >> "/var/tmp/ccCR18211.o:Undefined symbol '_crypt' referenced fro text >> segment > > Add "-lcrypt" to the link command. > [Chan, Fook Sheng] I try adding "-lcrypt" to the Makefile.tmpl so that it > becomes "blah blah .... > $ $ htpasswd.c -o -lcrypt htpasswd $(LIBS) > Malte. > >> >> Regards, >> >> chan >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > ---------------------------------- > E-Mail: Malte Lance > Date: 17-Jun-98 > Time: 10:14:25 > ---------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: Malte Lance Date: 17-Jun-98 Time: 12:22:25 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message