Kronolith problem.

Lewis Thompson purple at lewiz.net
Wed Oct 15 08:24:59 PDT 2003


Hi,

Just tried to install kronolith and got the following:

===>  Checking if deskutils/kronolith already installed
===> Documentation installed in /usr/local/share/doc/kronolith.
===> Creating /var/calendar
===> Creating /usr/local/etc/mpasswd
Please enter a password for www's calendar: FOOBAR
/usr/local/bin/htpasswd: not found
*** Error code 127

Stop in /usr/ports/deskutils/kronolith.
lewiz at red /usr/ports/deskutils/kronolith # ht
htdbm      htdigest   html.cmap  html.sdata htpasswd   httpd      
lewiz at red /usr/ports/deskutils/kronolith # ht
lewiz at red /usr/ports/deskutils/kronolith # which htpasswd
/usr/local/sbin/htpasswd
lewiz at red /usr/ports/deskutils/kronolith #

  This is pretty simple and I changed the stuff in the Makefile.
Attached is a patch that reflects my changes (although it's really not
required).  I don't know if the changes will hold true for APACHE13.

  Best wishes,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
------------------------------------------------------------------------
-| msn:purple at lewiz.net | jab:lewiz at jabber.org | url:http://lewiz.net |-
-------------- next part --------------
--- Makefile.old	Thu Sep 18 15:07:08 2003
+++ Makefile	Wed Oct 15 16:22:58 2003
@@ -92,13 +92,13 @@
 	  ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \
 	  ${ECHO} -n "Please enter a password for www's calendar: " ; \
 	  (read PASSCAL;						\
-	   ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \
+	   ${LOCALBASE}/sbin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \
 	   ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \
 	elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \
 	  ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \
 	  ${ECHO} -n "Please enter a password for www's calendar: " ; \
 	  (read PASSCAL;						\
-	   ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \
+	   ${LOCALBASE}/sbin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \
 	   ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \
 	else \
 	   ${REINPLACE_CMD} -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031015/07fc1161/attachment.bin


More information about the freebsd-ports mailing list