From: David C. <cl...@au...> - 2004-10-14 02:18:49
|
Dianne, You can see the "spec" file from which wu-ftpd was built, at: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/SPECS/wu-ftpd-2.6.2-4.spec And for source patches that were needed, you can find them in: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/PATCHES The source was built from the code downloaded from http://www.wu-ftpd.org/. The building of wu-ftpd just followed the typical "configure" and "make" pattern. The guts of the build from the spec-file are this: ############ export CFLAGS="$RPM_OPT_FLAGS -D_LARGE_FILES -D_AIX42 -DAIX" ./configure --prefix=%{prefix} --sysconfdir=/etc --with-etc-dir=/etc perl -pi -e "s/L_FORMAT \"d/L_FORMAT \"lld/g" src/config.h make ############ Where %{prefix} equals "/opt/freeware". No features were explicitly turned on or off. I don't see anything in the configure help that refers to "FTP Explorer", but you can take a look yourself. Most packages here are built with mostly default values, but perhaps there's some other option available that has what you are looking for. On Wed, Oct 13, 2004 at 11:35:51AM -0400, DSa...@us... wrote: > Hi, > > We are using the WU-FTP RPM package and are having issues with the FTP > Explorer client in listing files using this package. Is the Makefile, and > any other customizations made to the compile available, in case certain > features were turned on/off? > > Thanks, > > Diane Saddler > Systems Administrator > IMS Health® > 660 West Germantown Pike > Plymouth Meeting, PA 19462 > 610-834-5349 > dsa...@us... > > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |