Re: [SM-USERS] error using conf.pl

2006-07-22 Thread blacknight .
2006/7/22, Tomas Kuliavas <[EMAIL PROTECTED]>: Open src/signout.php, find line with 'header('Status: 303 See Other');'and disable it. Put '//' without quotes in front of 'header'.SquirrelMail should send this header only once. Been there, done that, works great now! Many many thanks for your help.

Re: [SM-USERS] error using conf.pl

2006-07-22 Thread Tomas Kuliavas
> 2006/7/18, blacknight . <[EMAIL PROTECTED]>: >> >> >> /usr/bin/perl --version >> >> >> This is perl, v5.8.4 built for x86_64-linux-thread-multi >> >> >> > /usr/local/bin/perl --version >> >> >> This is perl, v5.8.4 built for x86_64-linux-thread-multi >> >> use #!/usr/bin/perl or #!/usr/local/bin/

Re: [SM-USERS] error using conf.pl

2006-07-21 Thread blacknight .
2006/7/18, blacknight . <[EMAIL PROTECTED]>: /usr/bin/perl --versionThis is perl, v5.8.4 built for x86_64-linux-thread-multi  /usr/local/bin/perl --version This is perl, v5.8.4 built for x86_64-linux-thread-multi use #!/usr/bin/perl or #!/usr/local/bin/perl in test.pl file header.  Both show me th

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
/usr/bin/perl --versionThis is perl, v5.8.4 built for x86_64-linux-thread-multi  /usr/local/bin/perl --versionThis is perl, v5.8.4 built for x86_64-linux-thread-multi use #!/usr/bin/perl or #!/usr/local/bin/perl in test.pl file header.  Both show me the same error as before. They both link to the v

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> 2006/7/18, Tomas Kuliavas <[EMAIL PROTECTED]>: >> >> >> Ok. >> >> >> >> let's load all modules that are loaded by SM. >> >> >> >> --test.pl script-- >> >> #!/usr/bin/env perl >> >> use Cwd; >> >> print "Hello world\n"; >> >> >> >> sub some_subroutine { >> >> use IO::Socket; >> >> } >> >> --- >>

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
2006/7/18, Tomas Kuliavas <[EMAIL PROTECTED]>: >> Ok. let's load all modules that are loaded by SM. --test.pl script-->> #!/usr/bin/env perl>> use Cwd;>> print "Hello world\n"; sub some_subroutine {>>   use IO::Socket;>> }>> --->>> Hi,>> now again comes a similiar error thread:>> Can't

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
>> Ok. >> >> let's load all modules that are loaded by SM. >> >> --test.pl script-- >> #!/usr/bin/env perl >> use Cwd; >> print "Hello world\n"; >> >> sub some_subroutine { >> use IO::Socket; >> } >> --- > > > Hi, > > now again comes a similiar error thread: > > Can't load '/usr/local/lib/perl/5.

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Ok.let's load all modules that are loaded by SM.--test.pl script-- #!/usr/bin/env perluse Cwd;print "Hello world\n";sub some_subroutine {  use IO::Socket;}---Hi,now again comes a similiar error thread:Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.so' for module IO: /usr/local/lib/perl/5.8.4/auto

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
>> --test.pl script-- >> #!/usr/bin/env perl >> print "Hello world\n"; >> --- > > > I've tried that script and it worked fine... Ok. let's load all modules that are loaded by SM. --test.pl script-- #!/usr/bin/env perl use Cwd; print "Hello world\n"; sub some_subroutine { use IO::Socket; } ---

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
--test.pl script--#!/usr/bin/env perlprint "Hello world\n";--- I've tried that script and it worked fine...  Perl script is totally unrelated to SquirrelMail. I suspect that it will break in your environment too.Please check your environment variables. Maybe you have more than one Perlinstallation

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> Hi, > > thanks for your reply! > > SquirrelMail package does not include Perl. Please contact your webhosting >> provider and ask to check their Perl installation. > > > I allready did so, they said everything's fine with their install. But i > can't believe it, cause it worked fine over 2 years

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Hi,thanks for your reply!SquirrelMail package does not include Perl. Please contact your webhosting provider and ask to check their Perl installation.I allready did so, they said everything's fine with their install. But i can't believe it, cause it worked fine over 2 years and now...Last time they

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> Hi list! > > This is my first post so please be gentle ;) > > It seems like my webspace provider changed something a couple of weeks ago > but he can't figure out what > > Version: 1.4.6 > > Since that i get an error message using conf.pl > > Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.s

[SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Hi list!This is my first post so please be gentle ;)It seems like my webspace provider changed something a couple of weeks ago but he can't figure out whatVersion: 1.4.6Since that i get an error message using conf.pl Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.so' for module IO: /usr/loca