Page 1 of 1

Trying to install ProFTPd GUI, Need File Locations

PostPosted: 27. April 2006 00:40
by Phreakist
I'm trying to install a program called GProFTPd which is just a GUI for managing the FTP and users. They gave me a command that read as this
Code: Select all
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/sbin

i need this command to point to the same directories for the FTP built into xampp, but i cant figure out how. I tried using
Code: Select all
/configure --prefix=/opt/lampp --sysconfdir=/etc --localstatedir=/var --sbindir=/opt/lampp/sbin

but that didn't work. Any suggestions?

PostPosted: 27. April 2006 07:45
by Oswald
Dear Phreakist!

I didn't know GProFTPd, but I think

./configure --prefix=/opt/lampp


should be enough.

What is the exact error message you get?

Greetings
Oswald

PostPosted: 01. May 2006 19:40
by feest
i also try to install this but i don't know how to use the line and where to execute it...