In message , =?
iso-8859-1?Q?Kasper_L=F8vschall?= writes:
>Also configuring the runtime linking environment under Solaris 10 often helps
>a lot along with LDFLAGS:
>
>> crle -u -l /usr/sfw/lib
>> crle -u -l /usr/local/lib
If you add the -R flag to the linker (or not set any runtime paths
with -R
Hi,
Also configuring the runtime linking environment under Solaris 10 often helps a
lot along with LDFLAGS:
> crle -u -l /usr/sfw/lib
> crle -u -l /usr/local/lib
Kind regards,
Kasper Løvschall
Special Consultant, Civil Engineer M.Sc.
Aalborg University Library
Langagervej 2
Po.Box 8200
DK-9220
On 28.01.2011 12:07, Torsten Förtsch wrote:
On Friday, January 28, 2011 11:42:46 Alexander Aparzev wrote:
# now check the log and see if it contains 12 lines of 'pnotes are ...'
((12==$(grep 'pnotes are destroyed after cleanup passed' t/logs/error_log
| wc -l)))&& echo ok
Thank you Torsten.
On Friday, January 28, 2011 11:42:46 Alexander Aparzev wrote:
> > # now check the log and see if it contains 12 lines of 'pnotes are ...'
> > ((12==$(grep 'pnotes are destroyed after cleanup passed' t/logs/error_log
> > | wc -l)))&& echo ok
>
> Thank you Torsten. No, it doesn't.
Don't know what
On 28.01.2011 09:46, Torsten Förtsch wrote:
# run the test
t/TEST -verbose t/modperl/pnotes2.t
# now check the log and see if it contains 12 lines of 'pnotes are ...'
((12==$(grep 'pnotes are destroyed after cleanup passed' t/logs/error_log | wc
-l)))&& echo ok
Thank you Torsten. No, it doe
Am Fr, 28.01.2011, 09:31, schrieb Michiel Beijen:
> On Fri, January 28, 2011 01:14, Michael Peters wrote:
>> Another thing that maybe the OP should look at (if he hasn't already) is
>> to run a proxy in front of the main mod_perl application. Even if the
>> proxy is on the same machine it will help
On Thursday, January 27, 2011 20:44:57 Alexander Aparzev wrote:
> using Apache/2.2.9 (itk MPM)
Just a guess, has anyone ever tested itk-MPM?
However, perhaps it's only a matter of bad timing. pnotes2.t is one of mine, I
think. It looks as follows:
for my $i (1..12) {
t_client_log_warn_is_exp
On Fri, January 28, 2011 01:14, Michael Peters wrote:
> Another thing that maybe the OP should look at (if he hasn't already) is
> to run a proxy in front of the main mod_perl application. Even if the
> proxy is on the same machine it will help because you can reduce the
> number of memory-heavy mo