Skip to content

Fix compile problem#36

Open
liuyehcf wants to merge 1 commit into
StarRocks:mainfrom
liuyehcf:main
Open

Fix compile problem#36
liuyehcf wants to merge 1 commit into
StarRocks:mainfrom
liuyehcf:main

Conversation

@liuyehcf
Copy link
Copy Markdown

@liuyehcf liuyehcf commented May 16, 2024

ssl relies on crypto, so put ssl first and then crypto, otherwise may encounter following problem

t1_enc.c:(.text+0x30f): undefined reference to `COMP_CTX_free'
/usr/bin/ld: t1_enc.c:(.text+0x328): undefined reference to `COMP_CTX_new'
/usr/bin/ld: t1_enc.c:(.text+0x5ec): undefined reference to `COMP_CTX_free'
/usr/bin/ld: t1_enc.c:(.text+0x605): undefined reference to `COMP_CTX_new'

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 16, 2024

CLA assistant check
All committers have signed the CLA.

Signed-off-by: liuyehcf <liuyehcf@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants