| Bug #7652 | mysql_config displays incorrect values | ||
|---|---|---|---|
| Submitted: | 4 Jan 2005 7:42 | Modified: | 5 Jan 2005 8:07 |
| Reporter: | Georg Richter | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
| Version: | 4.1.9 | OS: | |
| Assigned to: | Jim Winstead | CPU Architecture: | Any |
[4 Jan 2005 7:42]
Georg Richter
[5 Jan 2005 3:09]
Jim Winstead
With the current 4.1 tree, I get a mysql_config (in scripts/mysql_config) that includes the SSL libs
for "--libmysqld-libs". Please attach the top-level Makefile and scripts/mysql_config from the tree
that produces an incorrect mysql_config output.
$ ./scripts/mysql_config
Usage: ./scripts/mysql_config [OPTIONS]
Options:
--cflags [-I/usr/local/mysql/include/mysql -mcpu=pentiumpro]
--include [-I/usr/local/mysql/include/mysql]
--libs [-L/usr/local/mysql/lib/mysql -lmysqlclient -lcrypt -lnsl -lm -lz -L/usr/lib -lssl
-lcrypto]
--libs_r [-L/usr/local/mysql/lib/mysql -lmysqlclient_r -lpthread -lcrypt -lnsl -lm
-lpthread -L/usr/lib -lssl -lcrypto]
--socket [/tmp/mysql.sock]
--port [3306]
--version [4.1.9]
--libmysqld-libs [-L/usr/local/mysql/lib/mysql -lmysqld -lpthread -lcrypt -lnsl -lm -lpthread
-lrt -lcrypt -lnsl -lm -lz -L/usr/lib -lssl -lcrypto]
[5 Jan 2005 8:07]
Georg Richter
Jim, it works now after new pull. Probably my tree was too old (~7 days).
