I did a 'yum update' and went through the motions again.

On Wed, 25 Jan 2006 [EMAIL PROTECTED] wrote:

> > wget http://smtpd.develooper.com/files/qpsmtpd-0.31.1.tar.gz
> > tar zxvpf qpsmtpd-0.31.1.tar.gz
> > chown -R smtpd:users qpsmtpd-0.31.1
> > chmod o+t qpsmtpd-0.31.1
> > mkdir tmp; chown smtpd:users tmp; chmod 700 tmp
> > cd qpsmtpd-0.31.1
> > perl Makefile.PL
>
> # perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> WARNING: Setting ABSTRACT via file 'README' failed
>  at /usr/lib/perl5/5.8.5/ExtUtils/MakeMaker.pm line 606
> Writing Makefile for qpsmtpd

        Same error - I don't think this should be consequential.

> > make && make test && make install
> > mv config.sample/ config
> > cp /tmp/qptest/run .
> > cp /tmp/qptest/log/run log/
> > echo "/home/smtpd/qpsmtpd-0.31.1/tmp" > config/spool_dir
> > cd /service/
> > ln -s /home/smtpd/qpsmtpd-0.31.1 .
> > sleep 5;
> > tail -f /home/smtpd/qpsmtpd-0.31.1/log/main/current

        Almost the same errors as before:

@4000000043d8342f1d7e6c34 Can't load 
'/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/auto/Socket/Socket.so' for 
module Socket: 
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/auto/Socket/Socket.so: failed 
to map segment from shared object: Cannot allocate memory at 
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/XSLoader.pm line 68.
@4000000043d8342f1d7e8f5c  at 
/usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/Socket.pm line 399
@4000000043d8342f1d7e9b14 Compilation failed in require at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver/Base.pm
 line 20.
@4000000043d8342f1d80353c BEGIN failed--compilation aborted at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver/Base.pm
 line 20.
@4000000043d8342f1d8040f4 Compilation failed in require at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
 line 9.
@4000000043d8342f1d805094 BEGIN failed--compilation aborted at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver/UNIX.pm
 line 9.
@4000000043d8342f1d807f74 Compilation failed in require at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver.pm 
line 19.
@4000000043d8342f1d808b2c BEGIN failed--compilation aborted at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS/Resolver.pm 
line 22.
@4000000043d8342f1d80e504 Compilation failed in require at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS.pm line 66.
@4000000043d8342f1d80f4a4 BEGIN failed--compilation aborted at 
/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/Net/DNS.pm line 66.
@4000000043d8342f1d81005c Compilation failed in require at lib/Qpsmtpd/SMTP.pm 
line 19.
@4000000043d8342f1d81276c BEGIN failed--compilation aborted at 
lib/Qpsmtpd/SMTP.pm line 19.
@4000000043d8342f1d813324 Compilation failed in require at 
lib/Qpsmtpd/TcpServer.pm line 2.
@4000000043d8342f1d813edc BEGIN failed--compilation aborted at 
lib/Qpsmtpd/TcpServer.pm line 2.
@4000000043d8342f1d8146ac Compilation failed in require at ./qpsmtpd-forkserver 
line 10.
@4000000043d8342f1d815264 BEGIN failed--compilation aborted at 
./qpsmtpd-forkserver line 10.

        Not sure where to go from here. Maybe compile Perl from a tarball?

Reply via email to