On Fri, Dec 21, 2001 at 02:54:19PM +0100, Sven wrote: [...] > Also, all library packages providing dlls in a separate (sub)dir should > register this directory with /usr/lib/ocaml/ld.conf. I have done this in a > postinst/prerm as follows : > > postinst : > > echo "/usr/lib/ocaml/lablgl" >>/usr/lib/ocaml/ld.conf [...]
Hi Sven, according to Policy �11.7.2, configuration files must reside under /etc. So you should rename this file into /etc/ocaml/ld.conf (or any other name) and add a symlink from /usr/lib/ocaml/ld.conf if you want to keep it there. Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

