[freeside] DBD driver has not implemented the AutoCommitattribute at /usr/local/libdata/perl5/site_perl/i386-openbsd/DBI.pmline 441.
ivan
ivan at 420.am
Tue Jul 17 10:09:54 PDT 2001
Problems getting the prerequesites properly installed are outside the
scope of this list, as per the message you were sent when you signed up
for the list.
The DBD::mysql module is supported by a mailing list; see
http://search.cpan.org/doc/JWIED/Msql-Mysql-modules-1.2216/mysql/lib/DBD/mysql.pm#MAILING_LIST_SUPPORT
Once you get DBD::mysql working, give Freeside a try again. Good luck.
On Tue, Jul 17, 2001 at 01:07:22PM -0400, Kenneth R. Lewis wrote:
> Yes, cruise down to the bottom of the original post (or this copy) and
> you can see that I listed the perl modules directory. DBI & friends
> are in there..
>
> Randy
>
> rdailey at colusanet.com wrote:
> >
> > >sorry, last post was HTML. SORRY
> >
> > Have you installed the DBI module? This seems to be a necessary step ;)
> >
> > >Can we assume that no one has a clue about Perl *not* finding
> > >the correct DBD module?
> > >
> > >I know for a fact that it builds, tests and installs correctly
> > >in the /usr/local/libdata/perl5/site_perl/i386-openbsd/DBD/ dirctory;
> > >but, there are also:
> > >drwxr-xr-x 2 root wheel 512 Jul 16 17:34 Mysql/
> > >-r--r--r-- 1 root wheel 23494 Apr 7 10:48 Mysql.pm
> > >
> > >... hanging around at the:
> > >/usr/local/libdata/perl5/site_perl/i386-openbsd/
> > >
> > >...location.
> > >
> > >So, if there is some 'Perl' trick to this (like uloading the
> > >older Mysql.pm or Mysql/...files) please let me know.
> > >
> > >I'd really like to use Freeside.
> > >
> > >Randy
> > >
> > >"Kenneth R. Lewis" wrote:
> > > >
> > > > -------------- My config ------------
> > > > - Freeside-1.3.1
> > > > - All specified Perl modules
> > > > - OpenBSD 2.9 (current, as of July, 2001)
> > > > - ICRadius (already running, ready to populate)
> > > > - mysql Ver 11.15 Distrib 3.23.39, for unknown-openbsd2.9 (i386)
> > > >
> > > > ------------- My install obstacle ------------------
> > > >
> > > > I've made it through to the point where (obviously) my Perl DBI & DBD
> > > > support is
> > > > not configured correctly.
> > > >
> > > > Also, I realize that this is *not* a direct Freeside issue; but more of
> > > > a consequence
> > > > of the many dependencies such a packages has. Here is a brief
> > > > explanation so you
> > > > folks know that I've really...really tried.
> > > >
> > > > I have attempted to install and use each and every Perl module specified
> > > > with
> > > > almost 100% success. The apparent remaining obstacle is that which
> > > > reveals
> > > > itself when trying to make / test / install either the Msql-Mysql
> > > > "bundle", or
> > > > the DBD-mysql-2.0902 module on its own. In a few instances (I've been
> > > > at this for a week) I've been able to get each module to install
> > > > perfectly, only
> > > > to have Freeside not use it. Instead, it seems to find the DBI.pm and
> > > > that particular
> > > > instance is not fully implemented.
> > > >
> > > > ( There is a growing concern here that I might have these multiple Perl
> > > > modules
> > > > installed in a manner that prevents the Perl interpreter from finding
> > > > the
> > > > desired / correctly configured module that Freeside needs. )
> > > >
> > > > So, hopefully this is a Perl module install / manipulate issue, and you
> > > > folks know EXACTLY the steps to resolve it so I can get on to the really
> > > > fun stuff of using Freeside?
> > > >
> > > > Please advise,
> > > >
> > > > Randy
> > > >
> > > > More info:
> > > >
> > > > /usr/local/etc/freeside
> > > > jupiter# ll
> > > > total 30
> > > > drwxr-xr-x 2 freeside www 1024 Jul 7 19:07
> > > > conf.DBI:mysql:host=jupiter.rtmx.net;dbname=freeside
> > > > -rw-r--r-- 1 freeside www 0 Jul 9 17:50
> > > > counters.DBI:mysql:host=jupiter.rtmx.net;dbname=freeside
> > > > -rw-r--r-- 1 freeside www 26269 Jul 8 15:09
> > > > dbdef.DBI:mysql:host=jupiter.rtmx.net;dbname=freeside
> > > > -rw-r--r-- 1 freeside www 0 Jul 9 17:49
> > > > export.DBI:mysql:host=jupiter.rtmx.net;dbname=freeside
> > > > -rw-r--r-- 1 freeside www 89 Jul 8 07:47 mapsecrets
> > > > -rw-r--r-- 1 freeside www 68 Jul 8 14:56 randy_secretfile
> > > > -rw-r--r-- 1 freeside www 68 Jul 8 14:51 secretfile
> > > > jupiter#
> > > > jupiter# cd /usr/local/libdata/perl5/site_perl/i386-openbsd/
> > > > jupiter# ll
> > > > total 195
> > > > drwxr-xr-x 3 root wheel 512 Jul 2 21:50 Bundle/
> > > > drwxr-xr-x 3 root wheel 512 Jul 10 21:11 DBD/
> > > > drwxr-xr-x 2 root wheel 512 Jul 2 21:42 DBI/
> > > > -r--r--r-- 1 root wheel 148668 Jul 8 15:32 DBI.pm
> > > > drwxr-xr-x 2 root wheel 512 Jul 3 08:49 Date/
> > > > drwxr-xr-x 2 root wheel 512 Jul 3 08:02 Digest/
> > > > drwxr-xr-x 2 root wheel 512 Jul 7 13:44 HTML/
> > > > drwxr-xr-x 2 root wheel 512 Jul 7 13:45 MIME/
> > > > drwxr-xr-x 2 root wheel 512 Jul 2 21:50 Mysql/
> > > > -r--r--r-- 1 root wheel 23671 May 6 16:40 Mysql.pm
> > > > drwxr-xr-x 2 root wheel 512 Jul 7 13:58 String/
> > > > drwxr-xr-x 2 root wheel 512 Jul 2 21:42 Win32/
> > > > drwxr-xr-x 30 root wheel 512 Jul 7 14:20 auto/
> > > > jupiter#
> > > >
> > > > ---
> > > >
> > > > randy at rtmx.net
> >
> > ----------------------------------------------
> > BSDI 4
> > Perl 5.00503
> > MySQL
> > DBI (Latest)
> > DBD:MySQL (Latest)
> > ----------------------------------------------
> > Rick Dailey
> > ColusaNET.com
--
meow
_ivan
More information about the freeside-users
mailing list