[wsf-c-dev] [jira] Assigned: (WSFC-244) WSF/C configure.in file
contains SQLITE and MYSQL entries
Sanjaya Ratnaweera (JIRA)
jira at wso2.org
Tue May 27 00:59:47 PDT 2008
[ https://wso2.org/jira/browse/WSFC-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanjaya Ratnaweera reassigned WSFC-244:
---------------------------------------
Assignee: Sanjaya Ratnaweera
> WSF/C configure.in file contains SQLITE and MYSQL entries
> ---------------------------------------------------------
>
> Key: WSFC-244
> URL: https://wso2.org/jira/browse/WSFC-244
> Project: WSO2 WSF/C
> Issue Type: Bug
> Environment: Windows
> Reporter: Nandika Jayawardana
> Assignee: Sanjaya Ratnaweera
> Priority: Trivial
>
> Sandesha2C now has sqlite embeded and does not use mysql.So we following entries should be removed from the configure.in file.
> # Build with SQLite support for permenent storage, to disable set WITH_SQLITE = 0
> WITH_SQLITE = 0
> # Path to SQLite installation
> SQLITE_BIN_DIR = "E:\sqlite-source-3_3_8"
> # Path to SQLite source
> SQLITE_SRC_DIR = "E:\sqlite-source-3_3_8"
> # Build with MySQL support for permenent storage, to enable set WITH_MYSQL = 1
> WITH_MYSQL = 1
> # Path to MySQL installation
> MYSQL_BIN_DIR = "C:\Program Files\MySQL\MySQL Server 5.0"
> In addition, the download links to mysql and sqlite should be removed from the install_guide.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list