[freeside] Setup Problem

ivan ivan at 420.am
Tue May 1 01:25:42 PDT 2001


The error message you receive:

  Transactions not supported by database

pretty much says it all.

I don't know if MySQL can be setup to use BDB tables by default; you may
need to hack Freeside to add `TYPE = BDB' to the CREATE TABLE statment -
see <http://www.mysql.com/doc/C/R/CREATE_TABLE.html>.  Also, DBD::mysql
1.2216, released April 7th, is required.

Good luck.  I'd be interested in your feedback if you decide to pursue
getting MySQL working.

Did I mention that PostgreSQL is recommended?

On Tue, May 01, 2001 at 03:56:06PM +0800, Shane Chrisp wrote:
> Hi,
> 
> Having a problem that is either MySQL or DBI related I think. Can anyone
> shed any
> light on this for me?
> 
> Running on RH 7.1
> MySql 3.23.36 (with BDB compiled in) Redhats release.
> Apache-ssl 1.3.12
> and have used CPAN to install all perl modules.
> 
> cheers
> Shane
> 
> ---snip---
> 
> [freeside at wylie freeside-1.3.0]$ ./bin/fs-setup freeside
> 
> Enter the maximum username length: 12
> 
> 
> Freeside tracks the RADIUS attributes User-Name, check attribute Password
> and
> reply attribute Framed-IP-Address for each user.  You can specify additional
> check and reply attributes.  First enter any additional RADIUS check
> attributes
> you need to track for each user, separated by whitespace.
> :
> 
> 
> Now enter any additional reply attributes you need to track for each user,
> separated by whitespace.
> :
> Transactions not supported by database at
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm line 437.
> Issuing rollback() for database handle being DESTROY'd without explicit
> disconnect().
> 
> 

-- 
meow
_ivan



More information about the freeside-users mailing list