Thanks for the help in advance: I just tried installing Trac with all the dependencies onto my virtual server using the ports collection. The machine is a FreeBSD server; I believe the version is 4.3. Im not great with ports but here is end of the output I received from the make install command I ran from /usr/ports/www/trac/ I cant send more of the output because I was trying to do the install via ssh, and my putty window only saved the last few hundred lines. I had my server admin install an older version of trac (8.4) onto another machine and it worked. Any help please configure: XML parser used: expat configure: debugging is enabled checking for openssl... /usr/bin/openssl configure: creating ./config.status config.status: creating neon-config config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating neon.pc config.status: creating config.h configure: Configured to build neon 0.25.4: Install prefix: /usr/local Compiler: cc XML Parser: expat SSL library: SSL support enabled, using OpenSSL (0.9.7 or later) zlib support: zlib support enabled, using -lz Build libraries: Shared=yes, Static=yes ===> Building for neon-0.25.4_1 /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_request.c -o ne_request.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_session.c -o ne_session.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_basic.c -o ne_basic.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_string.c -o ne_string.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_uri.c -o ne_uri.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_dates.c -o ne_dates.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_alloc.c -o ne_alloc.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_md5.c -o ne_md5.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_utils.c -o ne_utils.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_socket.c -o ne_socket.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_auth.c -o ne_auth.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_redirect.c -o ne_redirect.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_compress.c -o ne_compress.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_207.c -o ne_207.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_xml.c -o ne_xml.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_props.c -o ne_props.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_locks.c -o ne_locks.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_xmlreq.c -o ne_xmlreq.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_acl.c -o ne_acl.lo /bin/sh ..//libtool --quiet --mode=compile cc -DHAVE_CONFIG_H -I/usr/local/include -I../ -O -pipe -c ne_openssl.c -o ne_openssl.lo /bin/sh ..//libtool --quiet --mode=link cc -no-undefined -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -rpath /usr/local/lib -version-info 25:4:0 -export-symbols-regex '^ne_[^_]' -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_acl.lo ne_openssl.lo -lssl -lcrypto -lz -lexpat ===> Installing for neon-0.25.4_1 ===> Generating temporary packing list ===> Checking if www/neon already installed /usr/bin/install -c -o root -g wheel -d /usr/local/lib /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g wheel src/libneon.la /usr/local/lib/libneon.la /usr/bin/install -c -o root -g wheel src/.libs/libneon.so.25 /usr/local/lib/libneon.so.25 (cd /usr/local/lib && rm -f libneon.so && ln -s libneon.so.25 libneon.so) (cd /usr/local/lib && rm -f libneon.so && ln -s libneon.so.25 libneon.so) /usr/bin/install -c -o root -g wheel src/.libs/libneon.a /usr/local/lib/libneon.a ranlib /usr/local/lib/libneon.a chmod 644 /usr/local/lib/libneon.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/install -c -o root -g wheel -d /usr/local/include/neon Installing ne_request.h into /usr/local/include/neon Installing ne_session.h into /usr/local/include/neon Installing ne_utils.h into /usr/local/include/neon Installing ne_uri.h into /usr/local/include/neon Installing ne_socket.h into /usr/local/include/neon Installing ne_basic.h into /usr/local/include/neon Installing ne_207.h into /usr/local/include/neon Installing ne_props.h into /usr/local/include/neon Installing ne_xml.h into /usr/local/include/neon Installing ne_dates.h into /usr/local/include/neon Installing ne_string.h into /usr/local/include/neon Installing ne_defs.h into /usr/local/include/neon Installing ne_locks.h into /usr/local/include/neon Installing ne_alloc.h into /usr/local/include/neon Installing ne_md5.h into /usr/local/include/neon Installing ne_i18n.h into /usr/local/include/neon Installing ne_redirect.h into /usr/local/include/neon Installing ne_auth.h into /usr/local/include/neon Installing ne_compress.h into /usr/local/include/neon Installing ne_acl.h into /usr/local/include/neon Installing ne_ssl.h into /usr/local/include/neon Installing ne_xmlreq.h into /usr/local/include/neon /usr/bin/install -c -o root -g wheel -d /usr/local/bin Installing neon-config into /usr/local/bin /usr/bin/install -c -o root -g wheel -d /usr/local/libdata/pkgconfig install -c -o root -g wheel -m 444 neon.pc /usr/local/libdata/pkgconfig/neon.pc install -c -o root -g wheel -m 444 /var/build/ports/www/neon/work/neon-0.25.4/doc/man/*.1 /usr/local/man/man1 install -c -o root -g wheel -m 444 /var/build/ports/www/neon/work/neon-0.25.4/doc/man/*.3 /usr/local/man/man3 (cd /var/build/ports/www/neon/work/neon-0.25.4 ; make install-html) /usr/bin/install -c -o root -g wheel -d /usr/local/share/doc/neon/html for d in ./doc/html/*.html; do install -c -o root -g wheel -m 444 $d /usr/local/share/doc/neon/html; done install -c -o root -g wheel -m 444 /var/build/ports/www/neon/work/neon-0.25.4/doc/using-neon.txt /usr/local/share/doc/neon ===> Compressing manual pages for neon-0.25.4_1 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for neon-0.25.4_1 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/libneon.so.25 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.webdav.org/neon/ ===> Returning to build of subversion-python-1.3.0_4 ===> subversion-python-1.3.0_4 depends on shared library: apr-1.2 - not found ===> Verifying install for apr-1.2 in /usr/ports/devel/apr-svn ===> Vulnerability check disabled, database not found => apr-1.2.2.tar.gz doesn't seem to exist in /var/distfiles/. => Attempting to fetch from http://www.apache.org/dist/apr/. Receiving apr-1.2.2.tar.gz (1096029 bytes): 100% 1096029 bytes transferred in 2.2 seconds (494.37 kBps) => apr-util-1.2.2.tar.gz doesn't seem to exist in /var/distfiles/. => Attempting to fetch from http://www.apache.org/dist/apr/. Receiving apr-util-1.2.2.tar.gz (645311 bytes): 100% 645311 bytes transferred in 0.5 seconds (1.13 MBps) ===> Extracting for apr-nothr-gdbm-db4-1.2.2_3 => MD5 Checksum OK for apr-1.2.2.tar.gz. => MD5 Checksum OK for apr-util-1.2.2.tar.gz. ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/bin/perl5.8.4 - found ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/sbin/pkg_info - found apr library will be built without threads support. GDBM support is enabled. You can disable GDBM support by defining APR_UTIL_WITHOUT_GDBM. Berkeley db4.2 support forced. ===> Patching for apr-nothr-gdbm-db4-1.2.2_3 ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/bin/perl5.8.4 - found ===> Applying FreeBSD patches for apr-nothr-gdbm-db4-1.2.2_3 /usr/bin/sed -i.bak -e 's/OSVERSION/'470000'/g' /var/build/ports/devel/apr-svn/work/apr-1.2.2/build/apr_hints.m4 /usr/bin/find /var/build/ports/devel/apr-svn/work -name "Makefile.in*" | /usr/bin/xargs /usr/bin/sed -i.bak -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/bin/python2.4 - found ===> apr-nothr-gdbm-db4-1.2.2_3 depends on executable: gmake - found ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/bin/perl5.8.4 - found ===> apr-nothr-gdbm-db4-1.2.2_3 depends on file: /usr/local/bin/automake19 - not found ===> Verifying install for /usr/local/bin/automake19 in /usr/ports/devel/automake19 ===> Vulnerability check disabled, database not found => automake-1.9.6.tar.bz2 doesn't seem to exist in /var/distfiles/. => Attempting to fetch from http://ftp.gnu.org/gnu/automake/. Receiving automake-1.9.6.tar.bz2 (765505 bytes): 100% 765505 bytes transferred in 1.5 seconds (513.33 kBps) ===> Extracting for automake-1.9.6 => MD5 Checksum OK for automake-1.9.6.tar.bz2. ===> automake-1.9.6 depends on file: /usr/local/bin/perl5.8.4 - found ===> automake-1.9.6 depends on file: /usr/local/sbin/pkg_info - found ===> Patching for automake-1.9.6 ===> automake-1.9.6 depends on file: /usr/local/bin/perl5.8.4 - found ===> Applying FreeBSD patches for automake-1.9.6 ===> automake-1.9.6 depends on file: /usr/local/bin/perl5.8.4 - found ===> automake-1.9.6 depends on file: /usr/local/bin/autoconf259 - found ===> Configuring for automake-1.9.6 checking build system type... i386-portbld-freebsd4.7 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for perl... /usr/bin/perl checking for tex... no checking whether autoconf is installed... yes checking whether autoconf works... yes checking whether autoconf is recent enough... yes checking whether ln works... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Automake/Makefile config.status: creating lib/Automake/tests/Makefile config.status: creating lib/Makefile config.status: creating lib/am/Makefile config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating tests/defs config.status: creating tests/aclocal-1.9 config.status: creating tests/automake-1.9 ===> Building for automake-1.9.6 Making all in . rm -f automake automake.tmp sed -e 's,[EMAIL PROTECTED]@],1.9,g' -e 's,[EMAIL PROTECTED]@],19,g' -e 's,[EMAIL PROTECTED]@],automake,g' -e 's,[EMAIL PROTECTED]@],:,g' -e 's,[EMAIL PROTECTED]@],/usr/bin/perl,g' -e 's,[EMAIL PROTECTED]@],/bin/sh,g' -e 's,[EMAIL PROTECTED]@],1.9.6,g' -e 's,[EMAIL PROTECTED]@],Generated from automake.in; do not edit by hand.,g' -e 's,[EMAIL PROTECTED]@],/usr/local/share,g' ./automake.in >automake.tmp chmod +x automake.tmp chmod a-w automake.tmp mv -f automake.tmp automake rm -f aclocal aclocal.tmp sed -e 's,[EMAIL PROTECTED]@],1.9,g' -e 's,[EMAIL PROTECTED]@],19,g' -e 's,[EMAIL PROTECTED]@],automake,g' -e 's,[EMAIL PROTECTED]@],:,g' -e 's,[EMAIL PROTECTED]@],/usr/bin/perl,g' -e 's,[EMAIL PROTECTED]@],/bin/sh,g' -e 's,[EMAIL PROTECTED]@],1.9.6,g' -e 's,[EMAIL PROTECTED]@],Generated from aclocal.in; do not edit by hand.,g' -e 's,[EMAIL PROTECTED]@],/usr/local/share,g' ./aclocal.in >aclocal.tmp chmod +x aclocal.tmp chmod a-w aclocal.tmp mv -f aclocal.tmp aclocal Making all in doc Updating ./version.texi restore=: && backupdir=".am$$" && am__cwd=`pwd` && cd . && rm -rf $backupdir && mkdir $backupdir && if (makeinfo --no-split --version) >/dev/null 2>&1; then for f in ./automake19.info ./automake19.info-[0-9] ./automake19.info-[0-9][0-9] ./automake19.i[0-9] ./automake19.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if makeinfo --no-split -I . -o ./automake19.info ./automake19.texi; then rc=0; cd .; else rc=$?; cd . && $restore $backupdir/* `echo "././automake19.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc ./automake19.texi:8788: Unknown command `tie'. ./automake19.texi:8788: Misplaced {. ./automake19.texi:8788: Misplaced }. ./automake19.texi:9090: Unknown command `tie'. ./automake19.texi:9090: Misplaced {. ./automake19.texi:9090: Misplaced }. ./automake19.texi:9310: Unknown command `tie'. ./automake19.texi:9310: Misplaced {. ./automake19.texi:9310: Misplaced }. ./automake19.texi:9318: Unknown command `tie'. ./automake19.texi:9318: Misplaced {. ./automake19.texi:9318: Misplaced }. makeinfo: Removing output file `./automake19.info' due to errors; use --force to preserve. *** Error code 2 Stop in /var/build/ports/devel/automake19/work/automake-1.9.6/doc. *** Error code 1 Stop in /var/build/ports/devel/automake19/work/automake-1.9.6. *** Error code 1 Stop in /ports/devel/automake19. *** Error code 1 Stop in /ports/devel/apr-svn. *** Error code 1 Stop in /ports/devel/subversion-python. *** Error code 1 Stop in /ports/www/trac. *** Error code 1 Stop in /ports/www/trac. safestream /ports/www/trac#
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
