Problem trying to Implement Sybase (also with all viewers...)

m.ibarra@cdcixis-na.com m.ibarra@cdcixis-na.com
Thu, 19 Jul 2001 10:55:54 -0400


Hello again:

Well,  I am still having problems getting horde/imp and turba 
working properly with Sybase. My first problem is getting the
proper icons (Word or Excel) to appear when their is a .doc
attachment in a message. Also, the Word file that I've sent to 
myself as a test does not show up at all, do see the proper
MIME header info under "source".

My next problem is getting Sybase ASE working with horde. I am
sure that there is *somebody* out there who has this working, 
please help. Attached below are my /horde/imp/config/conf.php
and /horde/config/horde.php files. Lastly, do I need to insert
the info in my /horde/config/horde.php files with regards to
Sybase and DB info in other files, i.e. Turba, and any others
that may require a database server?

Thank you all again,

-mike


/horde/imp/config/conf.php

/**
 ** External Utilities
 **/
$conf['utils']['spellchecker'] = '/usr/local/bin/aspell';
$conf['utils']['wordviewer'] = '/usr/local/bin/wvHtml';
$conf['utils']['excelviewer'] = '/usr/local/bin/xlHtml';
$conf['utils']['tar'] = '/bin/tar';
$conf['utils']['gpg'] = '/usr/bin/gpg';
$conf['utils']['rpm'] = '/bin/rpm';
$conf['utils']['dpkg'] = '/usr/bin/dpkg';
$conf['utils']['unzip'] = '/usr/bin/zipinfo'


/horde/config/horde.php

/**
 ** Preference System Settings
 **/
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'sybase';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'user';
$conf['prefs']['params']['password'] = 'pass';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';