Skip to Content.
Sympa Menu

devel - configure-Bug

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: "Andreas de Pretis" <address@concealed>
  • To: <address@concealed>
  • Subject: configure-Bug
  • Date: Sat, 19 Apr 2003 22:36:46 +0200


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

i've found a little Bug in 'Makefile.am' and 'src/Makfile' regarding
the NLSDIR environment variable: it is not exported and therefore not
used in src/Makefile for subst.pl -> sympa_wizard.pl

So 'sympa_wizard.pl -c $$cfile' fails to correctly define 'msgcat' in
/etc/sympa.conf. I've attached a little patch against version 3.4.3.1
that should fix this problem (at least it does for me).

Furthermore i found a problem regarding PostgreSQL 7.3.x: since this
version Pg supports Schemes which prefixes table-names with the
scheme-name (default: public) ... $dbh->tables in List.pm, method
'probe_db' returns:

public.user_table
public.subscriber_table

The second little patch i've attached should fix this problem too
(details see patch please).

Kind regards,
Andreas

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPqGzXhhaAByadA01EQJIdACgnN8jiJ4jRhBeuqqvaCCefUCAFWgAoNiX
RRpye0vYuAZE2w0u/4xEBvSd
=b8z3
-----END PGP SIGNATURE-----

Attachment: sympa-3.4.3.1-nlsdir.patch
Description: Binary data

Attachment: sympa-3.4.3.1-PgScheme.patch
Description: Binary data




Archive powered by MHonArc 2.6.19+.

Top of Page