Changeset 824 for trunk/README.OS2
- Timestamp:
- Nov 18, 2010, 2:14:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r817 r824 81 81 82 82 Note that you will also need the above OpenSSL libraries and pthread.lib to 83 be able to use this MySQL build. 83 be able to use this MySQL build. The MySQL Qt plugin itself will require 84 OpenSSL DLLs in your LIBPATH at runtime. 84 85 85 86 - PostgersSQL 9.0.1 or later to support the PostgresSQL Qt plugin. The … … 91 92 92 93 http://download.smedley.info/libc064x.zip 94 95 Note that you will also need the above OpenSSL libraries and pthread.lib to 96 be able to use this PostgresSQL build. The PostgresSQL Qt plugin itself will 97 require OpenSSL DLLs in your LIBPATH at runtime. 93 98 94 99 … … 191 196 set MYSQL_LIBS=-L<path_to_MySQL>\lib -lmysqlclient_r -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread 192 197 198 Note that you will also need to place OpenSSL DLLs to BEGINLIBPATH (as 199 described above) because the MySQL plugin links statically to them and Qt 200 will not be able to load it otherwise. 201 193 202 - Unzip the PostgresSQL archive to some directory and set the following 194 203 environment variables to tell the Qt configure script the library location: … … 196 205 set PSQL_INCLUDEPATH=<path_to_PostgresSQL>\include' 197 206 set PSQL_LIBS=-L<path_to_PostgresSQL>\lib -llibpq -L<path_to_OpenSSL>\lib -llibssl -llibcrypto -L<path_to_pthread> -lpthread 207 208 Note that you will also need to place OpenSSL DLLs to BEGINLIBPATH (as 209 described above) because the PostgresSQL plugin links statically to them and 210 Qt will not be able to load it otherwise. 211 212 Note that you need to make sure that OpenSSL DLLs are in BEGINLIBPATH or in 213 LIBPATH before Qt attempts to load the SQL plugins for the first time. If it 214 fails to load them, it will cache a failure and will not retry even if the 215 plugins can be loaded later. To fix that, you need to delete the file 216 %HOME%\.config\Trolltech.ini where this cache is stored. 198 217 199 218
Note:
See TracChangeset
for help on using the changeset viewer.