The statement on XCode is not correct.
For Panther you need XCode 1.X, for 10.2.X you need the Developer Tools for
that OS. The present version of ProFTPD did not compile with the older
tools on Panther.
If you are going to use MySql, start it first and build a startup table.
You will also have to find the correct path for the includes for the
configure command needed to setup the make for ProFTPD. The example is not
correct.
Some of what I did on Panther:
cd /usr/local
mkdir play
cd play
curl -O ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.10.tar.gz
tar xvfz proftpd-1.2.10.tar.gz
cd proftpd-1.2.10./configure --with-modules=mod_sql:mod_sql_mysql \
--with-includes=/usr/include \
--with-includes=/usr/include/mysql \
--with-libraries=/usr/lib/mysql
I followed the reset of this:
http://www.afp548.com/articles/Jaguar/proftpd.html
John T. Zigrang
JTZ Engineering, Inc.
-----Original Message-----
From: macos-x-server-bounces+jtz=email@hidden
[mailto:macos-x-server-bounces+jtz=email@hidden] On Behalf Of
Dan Shoop
Sent: Thursday, October 28, 2004 1:04 PM
To: Jon Hough; email@hidden
Subject: RE: Xserve, FTP Server solution.
At 11:07 AM -0500 10/28/04, Jon Hough wrote:
>I went to the Proftpd website and it stated
>that it was included with fink, which I downloaded. The ProFTPD package
>is listed on the fink website as included but I can not find the
>package.
Fink is a system for installing packages that have been ported for
the project. These packages aren't installed, it's what Fink does,
install those packages. So you're misreading this, nothing is
"included" with fink other than fink itself.
Remember though that in most cases you're going to end up with either
a binary or a default build and this may not be what you want. For
instance to include MySQL or RADIUS support in ProFTPd, it must be
built in during compilation and linking.
> I have downloaded the source code and now need some help with
>resources to figure out what I am doing being the UNIX neophyte that I
>am. I am assuming that I need to compile the package using Xcode since
>the package is not included in fink.
Typically you would not use XCode. You will need the Developer Tools
installed though. The process to follow is included in the documents
that have such catchy titles as README and README1ST
> What are some good resources to
>learn about using Xcode and learning to compile?
This is a different and unrelated question.
--
-dhan
------------------------------------------------------------------------
Dan Shoop email@hidden
Consulting Internet Architect email@hidden
AIM: iWiring http://www.iwiring.net/
Skype: danshoop http://www.ustsvs.com/
pgp key fingerprint: FAC0 9434 B5A5 24A8 D0AF 12B1 7840 3BE7 3736 DE0B
iWiring designs and supports Internet systems and networks based on
Mac OS X, unix, and Open Source application technologies and offers
24x7, guaranteed support to registered clients, at affordable rates.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden