Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTERNAL: Print 'arcus-c-client', not 'libmemcached' when compiling #280

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

ing-eoking
Copy link
Collaborator

./configure 을 성공적으로 수행할 경우 아래와 같은 메시지가 출력됩니다.

Configuration summary for libmemcached version 1.13.2_52

   * Installation prefix:       /usr/local
   * System type:               apple-darwin22.6.0
   * Host CPU:                  x86_64
   * C Compiler:                Apple clang version 15.0.0 (clang-1500.0.40.1)
   * Assertions enabled:        yes
   * Debug enabled:             no
   * Warnings as failure:       yes

해당 버전(1.13.2)은 libmemcached 가 아니며, 컴파일 또한 arcus-c-client에 대한 것이므로 이를 수정합니다.

Configuration summary for arcus-c-client version 1.13.2_52

   * Installation prefix:       /usr/local
   * System type:               apple-darwin22.6.0
   * Host CPU:                  x86_64
   * C Compiler:                Apple clang version 15.0.0 (clang-1500.0.40.1)
   * Assertions enabled:        yes
   * Debug enabled:             no
   * Warnings as failure:       yes

추가적으로 config/version.pl 에 사용되지 않는 libmemcached 버전 정보가 들어있는데 주석 처리를 할까요?

# LIBMEMCACHED VERSION
my $libmemcached_version = "0.53";

@jhpark816
Copy link
Contributor

libmemcached 버전 정보가 사용되지 않지만, 그대로 두시죠.

@jhpark816 jhpark816 merged commit d7d5f51 into naver:develop Jan 23, 2024
1 check passed
@ing-eoking ing-eoking deleted the compile branch January 23, 2024 04:10
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