Confixx Installation Problem Filter.xs fehlt

dide

New Member
Hallo,

Ich habe ein Problem bei der Confixx Installation, egal welches OS (debian, opensuße, centos), daher vermute ich, dass es an irgendwelchen Komponenten wie Perl oder so liegt.

Code:
Install package 'Confixx::Filter' ...Checking if your kit is complete...
Warning: the following files are missing in your kit:
        Filter.xs
Please inform the author.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        Filter.xs
Please inform the author.

GCC, make und die ganzen addons habe ich installiert, allerdings bekomme ich immer diese Fehlermeldung. Alle Lösungsvorschläge die Google ausspuckt funktionieren nicht, sind meistens auch von 2005 oder so, von daher denke ich, dass es sich inzwischen etwas geändert hat, für eure Hilfe wäre ich euch dankbar!

Lg
Dominic
 
So sieht es komplett aus!
Code:
server01:~/confixx-install # ./configure.pl

Install package 'Confixx::Filter' ...Checking if your kit is complete...
Warning: the following files are missing in your kit:
        Filter.xs
Please inform the author.
GCC compiler has no problems.
'file' utility has no problems.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        Filter.xs
Please inform the author.
Writing Makefile for Confixx::Filter
cp lib/Confixx/Filter.pm blib/lib/Confixx/Filter.pm
Running Mkbootstrap for Confixx::Filter ()
chmod 644 Filter.bs
rm -f blib/arch/auto/Confixx/Filter/Filter.so
cc  -shared -L/usr/local/lib64 -fstack-protector Filter.o Cipher.o  -o blib/arch/auto/Confixx/Filter/Filter.so  \
                \

chmod 755 blib/arch/auto/Confixx/Filter/Filter.so
cp Filter.bs blib/arch/auto/Confixx/Filter/Filter.bs
chmod 644 blib/arch/auto/Confixx/Filter/Filter.bs
Manifying blib/man3/Confixx::Filter.3pm
Manifying blib/man3/Confixx::Filter.3pm
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Appending installation info to /usr/lib/perl5/5.12.1/x86_64-linux-thread-multi/perllocal.pod
Package 'Confixx::Filter' is NOT successfuly installed
 
Versuch mal

Code:
cpan Proc::ProcessTable

bzw.

Code:
perl -MCPAN -e shell
install Proc::ProcessTable
 
Back
Top