Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b6eeb086
...
b6eeb0869003712df82f8df0e8256c77cb90eb27
authored
2003-04-23 11:45:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Documented --with-mysql and --with-postgres
1 parent
902ec392
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
README
README
View file @
b6eeb08
...
...
@@ -54,14 +54,19 @@ specific configuration options:
Do not build thread-safe libraries.
--
enable
-mysql
--
with
-mysql
Enable support for authentication via MySQL. Note that depending
on how your MySQL system is installed, this may require adding
appropriate directories to the library and include paths, e.g.:
./configure LIBS='-L/usr/local/mysql/lib' \
CPPLAGS='-I/usr/local/mysql/include' --enable-mysql
CPPLAGS='-I/usr/local/mysql/include' --with-mysql
--with-postgres
Enable support for authentication via PostgreSQL. You may
have to explicitly specify LIBS and CPPFLAGS (see above).
--enable-mh-utils
...
...
Please
register
or
sign in
to post a comment