[질문]rpm package build한 option을 알고 싶을 땐?

rubbe의 이미지

저는 Mandrake 9.2 + Postfix 2.0.13+MySQL을 이용하여 mail server를 구축하고자 합니다.

그런데, rpm -qi postfix릍 해보니까 MySQL을 사용하려면 SRPM을 받아서 --with mysql 옵션을 주고 rebuild하라고 하더군요.

제가 여기에서 궁금한 것은 rebuild 할 때 위 옵션을 주면 초기에 build 했을 때 넣은 옵션은 그대로 유지 되고 --with mysql 옵션만 더해지는 것인지요? 아님 모든 옵션은 없어지고 오직 --with mysql만 남고 build 되는 것인지요?

또, 원래 주었던 option을 알려면 어떻게 하면 되는지요? rpm -qil 이런 옵션 갖고는 file이나 설명만 주지 compile에 대한 정보가 없어서요.

bloodntear의 이미지

레드햇의 경우는 /usr/src/redhat/SPECS 에 있습니다만, 맨드레이크는?

비명은 지르지마라 , 달콤한 고통을 음미 못할수 있으니 ... 흐흐흐

ai의 이미지

postfix-2.0.13-3mdk.src.rpm 의 postfix.spec 을 보시면 :

%define with_LDAP       1  
%define with_MYSQL      0
%define with_PCRE       1
%define with_SASL       1
%define with_TLS        1
%define with_SMTPD_MULTILINE_GREETING 0

%{?_without_ldap:  %{expand: %%define with_LDAP 0}}
%{?_without_mysql: %{expand: %%define with_MYSQL 0}}
%{?_without_pcre:  %{expand: %%define with_PCRE 0}}
%{?_without_sasl:  %{expand: %%define with_SASL 0}}
%{?_without_tls:   %{expand: %%define with_TLS 0}}

%{?_with_ldap:  %{expand: %%define with_LDAP 1}}
%{?_with_mysql: %{expand: %%define with_MYSQL 1}}
%{?_with_pcre:  %{expand: %%define with_PCRE 1}}
%{?_with_sasl:  %{expand: %%define with_SASL 1}}
%{?_with_tls:   %{expand: %%define with_TLS 1}}

이렇게 준비되어 있으므로 spec 수정은 필요하지 않고 :

$ rpm --sign --rebuild --with mysql postfix.spec 정도로 빌드하시면 됩니다. 요즘 나오는 mdk 패키지는 저렇게 rebuild 옵션을 미리 준비해 놓은 것이 많으니, 따로 수정하지 않고도 원하는 옵션만 넣거나 빼서 바이너리를 만들어 낼 수 있습니다. (원래의 postfix 패키지에 mysql 지원만 추가되어 컴파일 될 것입니다.)

War doesnt determine whos right, just whos left.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.