Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.2.35
-
centos/Rhel7 & 6
Description
Created a ticket to change the zlib reference and fixed in latest
https://jira.mariadb.org/browse/MDEV-21206
Able to see the lz in mysql_config but not in the mariadb-10.2.35-linux-x86_64.tar.gz
[root@mariadb-10.2.35-linux-x86_64 ]# grep zlib bin/mysql_config
libs="-L$pkglibdir -lmariadb -lpthread *-lzlib *-ldl -lm -lgnutls"
While installing DBD-Mysql-4.050, it still refers to the lzib.
I will use the following settings for compiling and testing: |
|
cflags (mysql_config) = -I/opt/alu-rp/mysql/include/mysql -I/opt/alu-rp/mysql/include/mysql/..
|
embedded (mysql_config) =
|
ldflags (guessed ) =
|
libs (mysql_config) = -L/opt/alu-rp/mysql/lib -lmariadb -lpthread *-lzlib* -ldl -lm -lgnutls
|
mysql_config (guessed ) = mysql_config
|
nocatchstderr (default ) = 0 |
nofoundrows (default ) = 0 |
nossl (default ) = 0 |
testdb (default ) = test |
testhost (default ) = |
testpassword (default ) = |
testport (default ) = |
testsocket (default ) = |
testuser (guessed ) =
|
|
To change these settings, see 'perl Makefile.PL --help' and |
'perldoc DBD::mysql::INSTALL'. |
|
Checking if libs are available for compiling... |
Can't link/include C library 'zlib', aborting. |
Attachments
Issue Links
- duplicates
-
MDEV-21206 Can't link/include C library 'zlib', aborting. during MariaDb installation
- Closed