On Tue, Sep 21, 2004 at 10:33:46PM -0600, Rick Kelly wrote: > Chroot broken on sparc64? > Compiler broken on sparc64? My first guess would be: wu-ftpd not 64bit clean. Does the pkg compile with reasonable warning level? One easy bug is passing a pointer to a long but using %d with scanf - gcc can catch that and warn, if told so. Martin