<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshifumi1975</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshifumi1975/</author_url>
  <blog_title>yoshifumi1975's diary</blog_title>
  <blog_url>https://yoshifumi.hateblo.jp/</blog_url>
  <categories>
    <anon>CentOS</anon>
    <anon>Perl</anon>
  </categories>
  <description>CentOS5.1で、setuidされたPerlのCGIを実行したところ、見慣れないエラーが出て失敗する。 Can’t do setuid (cannot exec sperl)ググったところ、どうやら、CentOSに付属されているperlでは、setuidされたCGIは実行できず、別途、setuid用のperlをインストールする必要があるとのこと。 インストールは簡単で以下のとおり。 # yum install perl-suidperlそして、CGIの1行目は、 #!/usr/bin/perlではなくて、 #!/usr/bin/suidperlにする。ついでに、おまじないも書いておくと吉。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyoshifumi.hateblo.jp%2Fentry%2F20080621%2Fp1&quot; title=&quot; Perl でsetuid されたCGIの実行 - yoshifumi1975&amp;#39;s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-06-21 00:00:00</published>
  <title> Perl でsetuid されたCGIの実行</title>
  <type>rich</type>
  <url>https://yoshifumi.hateblo.jp/entry/20080621/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
