[Perlcomposer-devel] Error installing ExText
Status: Alpha
Brought to you by:
wycc
From: LPascual <lpa...@ro...> - 2003-06-12 11:09:34
|
Hello. First of all, sorry about my poor english. :-) I've been trying to install PerlComposer, but I'm having troubles with GtkExText. If I try to install the RPM it in perl 5.8.0, it shows a Perl compatibility error. If I use the source files, I follow these steps: - enter "cd ./gtkextext-0.0.21/" directory - run "./configure" - run "make" - run "make install" (as root) All this goes OK. Then I go back to the main directory, and: - run "perl Makefile.PL" - run "make" And then, I get an error that I cannot solve: it doesn't find "xs/GtkExText.o" nor "build/GtkExTextDefs.o". I've checked out these files, and they are not created by any other process. So... I get perl 5.6.0. I've tried to install GtkExText with the RPM again, and with the source files... but I get another error! The installation process goes OK back to back, but when I try to run the samples, it shows the same error in both cases: /usr/bin/perl: error while loading shared libraries: /usr/local/perl/lib/perl5/site_perl/5.6.0/i586-linux/auto/Gtk/ExText/ExText.so: undefined symbol: link_types What am I doing wrong? If I could choose, I'd like to know how to run PerlComposer with perl 5.8.0 (most of my programs run with perl 5.8.0). Can you help me? Thank you in advance. Leandro |