From owner-freebsd-questions@FreeBSD.ORG Thu May 19 18:31:40 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B8016A4CE for ; Thu, 19 May 2005 18:31:40 +0000 (GMT) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB5D43D8E for ; Thu, 19 May 2005 18:31:40 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10022 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1DYpny-0009Xz-TL; Thu, 19 May 2005 18:31:35 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 8574E1540EE; Thu, 19 May 2005 20:35:33 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id C6CEB58CC1F; Thu, 19 May 2005 20:31:34 +0200 (CEST) Date: Thu, 19 May 2005 20:31:32 +0200 From: "albi@scii.nl" To: Can Berk Guder Message-Id: <20050519203132.56966985.albi@scii.nl> In-Reply-To: <40A92C09-3745-4668-86C5-AC10A5840A92@su.sabanciuniv.edu> References: <40A92C09-3745-4668-86C5-AC10A5840A92@su.sabanciuniv.edu> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4-RELEASE, PHP 5, MySQL 4.1 (and ftpd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 18:31:40 -0000 On Wed, 18 May 2005 05:56:14 +0300 Can Berk Guder wrote: > 1. I've just installed these packages on my fresh 5.4-RELEASE system > using "pkg_add -r": > > * apache-1.3.33_1 > * mysql-server-4.1.10a > * php5-5.0.3_2 > > However, since php5-mysqli isn't in the 5.4-RELEASE packages > collection, I > can't install php5-mysqli, and therefore PHP 5 is of no use for me. > I've updated my ports collection using cvsup, however php5-mysqli > requires php5- > 5.0.4. > > Anyway, is there any way that I can install these packages from > either the > ports or the packages collection, or should I switch the whole system > to 5- > STABLE? Since I'm using a customized kernel, it'd be much easier for > me if I > could just use the packages collection. from the ports-collection it should be no problem, not sure about remote package-install > 2. I uncommented the necessary lines in /etc/inetd.conf to allow > ftpd, but I > still can't connect to localhost using FTP. What else do I need to do > to run the FTP daemon? did you enable inetd ? (e.g. via /stand/sysinstall post-config) did you restart inetd ? is inetd running correctly ? what about possible firewall-settings ?