Package: mambo
Version: 4.5.1a-1
Severity: normal

Hi,

in postinstall.sh there are lines like

        dbadmin=$dba_name
        dbadmpass=$dba_password
        dbuser=$dbu_name
        dbpass=$dbu_password

If one of these variables contains funny characters this will fail. The
lines must be:

        dbadmin="$dba_name"
        dbadmpass="$dba_password"
        dbuser="$dbu_name"
        dbpass="$dbu_password"

There may be more lines to be changed.

Regards,
hjb


-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (600, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.8
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mambo depends on:
ii  apache2-mpm-prefork [httpd]   2.0.52-1   Traditional model for Apache2
ii  debconf [debconf-2.0]         1.4.41     Debian configuration management sy
ii  php4                          4:4.3.10-2 server-side, HTML-embedded scripti
ii  php4-mysql                    4:4.3.10-2 MySQL module for php4
ii  wget                          1.9.1-4    retrieves files from the web
ii  wwwconfig-common              0.0.43     Debian web auto configuration

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to