[wsf-c-dev] [jira] Created: (WSFC-244) WSF/C configure.in file contains SQLITE and MYSQL entries

Nandika Jayawardana (JIRA) jira at wso2.org
Mon Mar 17 20:22:44 PDT 2008


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


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