Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
029a95a9
Commit
029a95a9
authored
Feb 17, 1999
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add info about MysqlPerl stuff.
parent
c176a062
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
README
README
+21
-0
No files found.
README
View file @
029a95a9
...
...
@@ -66,6 +66,27 @@ bugs database. You may have to hack the code to use "nobody"
or whatever your HTTP server is running as.
1.3 Perl
MySQL used to come with a perl module. More recent versions do
not; they count on you grabbing the DBI package from CPAN. So, if you
are installing a new version of MySQL, you will probably also need to
grab the following:
ftp://ftp.cpan.org/pub/CPAN/authors/id/TIMB/DBI-1.06.tar.gz
ftp://ftp.cpan.org/pub/CPAN/authors/id/JWIED/Msql-Mysql-modules-1.2017.tar.gz
For Mysql support, the Msql-Mysql-modules (for 1.2017, at least)
uses DBI, so that will have to be installed first (0.93 or later).
Then, when making the Makefile for the Msql-Mysql modules, you will
be asked which DB to support. Only Mysql is necessary. Also, you
will be asked if you want to install the "MysqlPerl emulation". You
must say yes for Bugzilla to work.
This assumes, of course, that you do not have a version of "MysqlPerl"
already installed.
2. Tweaking the Tools
All scripts look in /usr/bonsaitools/bin for perl. Make
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment