Index of /dist/commons

Apache Commons Project Distributions

The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.

Important Notices

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]jdk1.4.2_freebsd-4.11_i386.jar.gz2022-11-17 15:51 31K 
[TXT]README.html2022-11-17 15:51 668  
[TXT]HEADER.html2022-11-17 15:51 464  
[TXT]jdk1.4.2_freebsd-4.11_i386.jar.gz.asc2022-11-17 15:51 189  

Commons Daemon 1.0.1

To building on version >= 4.10 you have to patch configure:

+++
--- configure	2005-05-17 13:00:45 +0200
+++ configure.freebsd	2005-05-17 17:02:16 +0200
@@ -2404,7 +2404,7 @@
     CFLAGS="$CFLAGS -DOS_SYSV -DDSO_DLFCN -Kthread"
     LDFLAGS="-Kthread $LDFLAGS -ldl"
     ;;
-  freebsd4.?)
+  freebsd*)
     CFLAGS="$CFLAGS -DOS_FREEBSD -DDSO_DLFCN -D_THREAD_SAFE -pthread"
     LDFLAGS="-pthread $LDFLAGS"
     supported_os="freebsd"
+++

You also may have to set LD_LIBRARY_PATH and export it:

LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/i386/client:$JAVA_HOME/jre/lib/i386
export LD_LIBRARY_PATH