私のperl + gtk2アプリケーションでWebKitを使用する必要があります。 CPANでGtk2 :: WebKitパッケージを見つけましたが、それを動作させることはできません。Perlとgkt2で動作するようにWebKitバインディングを取得する
cpan> install Gtk2::WebKit
は、次のような出力が得られます。
Package webkit-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'webkit-1.0' found
at inc/Module/Install/PRIVATE/WebKit.pm line 24
*** can not find package webkit-1.0
*** check that it is properly installed and available in PKG_CONFIG_PATH
at inc/Module/Install/PRIVATE/WebKit.pm line 24
No 'Makefile' created'YAML' not installed, will not store persistent state
FLORA/Gtk2-WebKit-0.09.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
FLORA/Gtk2-WebKit-0.09.tar.gz : writemakefile NO -- No 'Makefile' created
CPANは、WebKitのを見つけることができなかったかのように見えますが、私は(PerlとCPANを使用して私の最初の時間を)これを修正するかどうかはわかりません。
ENV:sudo apt-get install libwebkitgtk-devel
:perlの5.12.4、Ubuntuは11.10
それが問題を解決しました。ありがとう –