Correction on the line below:
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
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
John Zigrang
Sent: Thursday, October 28, 2004 1:25 PM
To: 'Jon Hough'; email@hidden
Subject: RE: Xserve, FTP Server solution.
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.
_______________________________________________
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