3

mod_perl のインストール中に、次のようなエラーが発生します。Ubuntu 12.04 、Apache2.2.22 、Perl 5.14 を使用しています。どうすれば修正できますか教えてください

root@hafsal-sparksupport:~/mod_perl-2.0.7# perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
Reading Makefile.PL args from @ARGV
   MP_APXS = /usr/local/apache2/bin/apxs
no conflicting prior mod_perl version found - good.
************* WARNING *************

  Your Perl is configured to link against libgdbm,
  but libgdbm.so was not found.
  You could just symlink it to /usr/lib/x86_64-linux-gnu/libgdbm.so.3.0.0


************* WARNING *************
[  error] Unable to determine server version, aborting.
[  error] Invalid MP_APXS specified?
4

1 に答える 1

7

libgdm dev パッケージをインストールします。

aptitude install libgdbm-dev
于 2013-01-16T12:26:23.403 に答える