Index: installers/debian/dotlrn/TODO =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/Attic/TODO,v diff -u -N -r1.6 -r1.7 --- installers/debian/dotlrn/TODO 26 Mar 2008 13:42:16 -0000 1.6 +++ installers/debian/dotlrn/TODO 27 Mar 2008 12:47:02 -0000 1.7 @@ -7,7 +7,7 @@ [ ] Lintian errors and warnings. [ ] Fix control file adding tdom (when there is a tdom debian package) [ ] Fix control file adding postgresql-contrib as a dependance (for tsearch), and setting all the package in contrib. -[ ] Debian libthread not loading properly +[X] Debian libthread not loading properly [ ] Add some docs -- Héctor Romojaro Index: installers/debian/dotlrn/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/control,v diff -u -N -r1.3 -r1.4 --- installers/debian/dotlrn/control 26 Mar 2008 11:40:13 -0000 1.3 +++ installers/debian/dotlrn/control 27 Mar 2008 12:47:02 -0000 1.4 @@ -1,14 +1,14 @@ Source: dotlrn Section: web Priority: optional -Maintainer: Hector Romojaro +Maintainer: Hector Romojaro Build-Depends-Indep: po-debconf Build-Depends: debhelper (>= 4.1.13), dpatch Standards-Version: 3.7.2 Package: dotlrn Architecture: all -Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5), tclthread (<< 1:2.6.6), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick +Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick Recommends: postgresql-8.2, daemontools-installer Description: e-learning and digital communities software based on OpenACS dotLRN is a complete open source LMS with a sophisticated portal Index: installers/debian/dotlrn/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/config.dpatch,v diff -u -N -r1.3 -r1.4 --- installers/debian/dotlrn/patches/config.dpatch 26 Mar 2008 13:42:17 -0000 1.3 +++ installers/debian/dotlrn/patches/config.dpatch 27 Mar 2008 12:47:02 -0000 1.4 @@ -6,8 +6,8 @@ @DPATCH@ diff -urNad dotlrn-2.3.1~/etc/config.tcl dotlrn-2.3.1/etc/config.tcl ---- dotlrn-2.3.1~/etc/config.tcl 2008-03-26 14:22:24.000000000 +0100 -+++ dotlrn-2.3.1/etc/config.tcl 2008-03-26 14:29:50.000000000 +0100 +--- dotlrn-2.3.1~/etc/config.tcl 2008-03-26 14:33:23.000000000 +0100 ++++ dotlrn-2.3.1/etc/config.tcl 2008-03-27 13:25:56.000000000 +0100 @@ -19,17 +19,16 @@ # setting the address to 0.0.0.0 means aolserver listens on all interfaces set hostname [ns_info hostname] @@ -73,15 +73,14 @@ # # MIME types. -@@ -660,12 +660,12 @@ +@@ -660,12 +660,10 @@ } # nsthread library which should become standard in 5.3 - if {[file exists ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension]]} { - ns_param libthread ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension] -+ if {[file exists /usr/lib/tcltk/thread2.6.5/libthread2.6.5.so[info sharedlibextension]]} { -+ ns_param libthread /usr/lib/tcltk/thread2.6.5/libthread2.6.5.so[info sharedlibextension] - } +- } ++ ns_param libthread [lindex [glob /usr/lib/tcltk/thread*/libthread*-aolserver[info sharedlibextension]] 0] ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]" ns_log notice "nsd.tcl: finished reading config file." @@ -91,8 +90,8 @@ \ No newline at end of file +} diff -urNad dotlrn-2.3.1~/etc/daemontools/run dotlrn-2.3.1/etc/daemontools/run ---- dotlrn-2.3.1~/etc/daemontools/run 2008-03-26 14:22:24.000000000 +0100 -+++ dotlrn-2.3.1/etc/daemontools/run 2008-03-26 14:29:25.000000000 +0100 +--- dotlrn-2.3.1~/etc/daemontools/run 2008-03-26 14:33:23.000000000 +0100 ++++ dotlrn-2.3.1/etc/daemontools/run 2008-03-27 13:20:29.000000000 +0100 @@ -9,7 +9,7 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4