LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   DrFTPD 2.0 Centos 5 Install help (https://www.linuxquestions.org/questions/linux-server-73/drftpd-2-0-centos-5-install-help-4175426434/)

Hiphoptech 09-09-2012 10:00 PM

DrFTPD 2.0 Centos 5 Install help
 
Hi all!

I've done as instructed from various website instructions:

added this to my /etc/profile

ANT_HOME=/usr/bin
JAVA_HOME=/usr/java/jdk1.6.0_26/bin
PATH=$PATH:$ANT_HOME/bin:/usr/java/jdk1.6.0_26/bin


[root@localhost drftpd-2.0.5]# echo $JAVA_HOME
/usr/java/jdk1.6.0_26/bin
You have new mail in /var/spool/mail/root
[root@localhost drftpd-2.0.5]# echo $ANT_HOME
/usr/bin
[root@localhost drftpd-2.0.5]# java -version && ant -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
Apache Ant version 1.6.5 compiled on January 6 2007
[root@localhost drftpd-2.0.5]#

The log saved from the apache-ant compile with errors:
http://s000.tinyupload.com/?file_id=...49894046038802

Please have a look and advise. I did everything as needed, put the dependencies as needed in lib and bin.

Thanks!

Kent C.


All times are GMT -5. The time now is 04:28 AM.