Author: tille Date: 2009-02-06 12:54:05 +0000 (Fri, 06 Feb 2009) New Revision: 3088
Modified: trunk/packages/mlstdbnet/trunk/debian/README.source Log: Added remark about FindBin problems Modified: trunk/packages/mlstdbnet/trunk/debian/README.source =================================================================== --- trunk/packages/mlstdbnet/trunk/debian/README.source 2009-02-06 12:45:06 UTC (rev 3087) +++ trunk/packages/mlstdbnet/trunk/debian/README.source 2009-02-06 12:54:05 UTC (rev 3088) @@ -13,4 +13,21 @@ 1). The functionality is not particularly useful and I've never liked the way it spawned a Java program anyway, so I'd be happy to see it left out. + +Remarks to FindBin usage +------------------------ + +Despite the remark in the upstream source + +#FindBin does not work under mod_perl2. +#If running under apache2 + mod_perl2, add the following line to apache2.conf +#(at least on Debian - other distros may vary slightly) +#----------------------------------------------- +#PerlRequire "/etc/apache2/modperl_startup.pl" +#----------------------------------------------- + +and the usage of this PerlRequire trick the needed libraries will not +be found. So I decided for patching the mlstdbnet.pl script to enter +the full path names. + -- Andreas Tille <[email protected]>, Wed, 24 Sep 2008 14:23:04 +0200 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
