Changeset 101 for trunk/configure.ac
- Timestamp:
- Apr 24, 2007, 10:57:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r100 r101 1011 1011 echo 1012 1012 echo " Either the mysql or the zlib library was not found" 1013 echo " or was unusable, maybe because an old, incompatible" 1014 echo " version is installed on your system, eg compiled from" 1015 echo " source long time ago. See config.log for the error" 1013 echo " or was unusable. Possible reasons include:" 1014 echo " - an old, incompatible version compiled from source" 1015 echo " - on Solaris, libmysql is compiled with the Solaris" 1016 echo " compiler, thus the mysql_config script provides" 1017 echo " compiler options unsuitable for gcc (move" 1018 echo " mysql_config out of your PATH)" 1019 echo " For other problems, check config.log for the error" 1016 1020 echo " message from the compiler." 1017 echo " Please review your installed mysql and zlib libraries" 1018 echo " and/or use --with-libs=-L/path/to/libdirectory" 1021 echo 1022 echo " If your mysql and zlib libraries are installed in an" 1023 echo " unusual place, use --with-libs=-L/path/to/libdirectory" 1019 1024 echo " where libdirectory is the directory holding libmysql" 1020 1025 echo " or libz."
Note:
See TracChangeset
for help on using the changeset viewer.