There are two ways of setting up the databases: a per-user setup, when
the config files are stored under $HOME/.livesupport, and a single user
setup, when the config files are in $prefix/etc. Both are explained in
The configure switches you were using are supposed to create the
single-user database setup, which is this:
* a postgresql user called "test", with password "test"
* a postgresql database named "LiveSupport-test", owned by "test"
* an ODBC data source named "LiveSupport-test", user name "test",
password "test".
Ferenc
phorum@code.campware.org wrote:
> Author: midgeme3
> Link: http://code.campware.org/phorum/read.php?20,4779,4779#msg-4779
> --------------------------------------------------------------------------------
>
> Hi,
>
> I'm trying to install livesupport on Fedora Core 3. Compilation and install seem to go ok but when I try to start the scheduler I get this error:
> $ bin/scheduler.sh start
>
> error executing command start
> database installation problem: Failed to connect to datasource: Data source name not found, and no default driver specified
>
> Are there clear instructions someplace for how to configure ODBC? I followed the install documentation and used this configure command:
> ./configure --prefix=/usr/local/livesupport --with-apache-group=apache
> --with-create-odbc-data-source --with-www-docroot=/var/www/html
> --with-create-database --with-init-database --with-configure-apache
>
> I have unixODBC and postgresql-odbc installed along with the other required stuff.
>
> Any help is greatly appreciated.
> Thanks!
>