Difference between revisions of "Freeside talk:Community Portal"
(Freeside 1.5.8 installation problem) |
|||
| Line 2: | Line 2: | ||
Thanks. | Thanks. | ||
| + | |||
| + | == Freeside 1.5.8 installation problem == | ||
| + | |||
| + | Hello Gang! | ||
| + | |||
| + | I am installing freeside-1.5.8 on FreeBSD under: | ||
| + | apache+mod_ssl-1.3.37+2.8.28 | ||
| + | mod_perl-1.29 | ||
| + | All perl modules installed. | ||
| + | I am following the installation instructions on the wiki: | ||
| + | http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation:Installation#Installation | ||
| + | |||
| + | |||
| + | I have followed all the steps by the letter until now when I want to create the database tables and initial data. | ||
| + | |||
| + | gw# su freeside | ||
| + | bash-2.05b$ freeside-setup -d domain.tld | ||
| + | Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.8.8/Locale/SubCountry.pm line 439, <DATA> line 15048. | ||
| + | Unknown option: d | ||
| + | User freeside not found in mapsecrets! at /usr/local/lib/perl5/site_perl/5.8.8/FS/UID.pm line 260, <DATA> line 22011. | ||
| + | |||
| + | ....okay, "-d" is not allowed.... let me try without it... | ||
| + | |||
| + | bash-2.05b$ freeside-setup domain.tld | ||
| + | Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.8.8/Locale/SubCountry.pm line 439, <DATA> line 15048. | ||
| + | User freeside not found in mapsecrets! at /usr/local/lib/perl5/site_perl/5.8.8/FS/UID.pm line 260, <DATA> line 22011. | ||
| + | |||
| + | I must be missing something very inconspicuous, but what could that be??? | ||
| + | |||
| + | Thanks in advance for being a "third eye". | ||
Revision as of 10:02, 10 January 2007
Are there any plans under way to allow the use of FreeSide with MySQL?
Thanks.
Freeside 1.5.8 installation problem
Hello Gang!
I am installing freeside-1.5.8 on FreeBSD under: apache+mod_ssl-1.3.37+2.8.28 mod_perl-1.29 All perl modules installed. I am following the installation instructions on the wiki: http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation:Installation#Installation
I have followed all the steps by the letter until now when I want to create the database tables and initial data.
gw# su freeside bash-2.05b$ freeside-setup -d domain.tld Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.8.8/Locale/SubCountry.pm line 439, line 15048. Unknown option: d User freeside not found in mapsecrets! at /usr/local/lib/perl5/site_perl/5.8.8/FS/UID.pm line 260, <DATA> line 22011.
....okay, "-d" is not allowed.... let me try without it...
bash-2.05b$ freeside-setup domain.tld Use of uninitialized value in hash element at /usr/local/lib/perl5/site_perl/5.8.8/Locale/SubCountry.pm line 439, <DATA> line 15048. User freeside not found in mapsecrets! at /usr/local/lib/perl5/site_perl/5.8.8/FS/UID.pm line 260, <DATA> line 22011.
I must be missing something very inconspicuous, but what could that be???
Thanks in advance for being a "third eye".