Re: mp2 static build problems

2004-09-18 Thread Stas Bekman
Pratik, why do you continue breaking the thread? It's started on the dev list. Please keep it there. Why do you redirect it to the other list? Please repost your reply to the dev list and we will take it from there. Thank you. -- _

Re: mp2 static build problems

2004-09-18 Thread Pratik
Well, I am a newbie to this. So kindly forgive all the mistakes that I make. I was building mp2 statically, I don't think resultind httpd binary should have any dependancies. Anyway, I had copied apr-0 to /usr/local/lib, it should not cause any trouble. I think if LD_LIBRARY_PATH contains wrote:

Re: mp2 static build problems

2004-09-18 Thread Pratik
> Finally it breaks with: > > LD_RUN_PATH="/usr/lib:/lib" cc -shared -L/usr/local/lib APR.o > modperl_error.o modperl_bucket.o modperl_common_util.o > modperl_common_log.o -L/usr/local/lib -o > ../../../blib/arch/Apache2/auto/APR/APR.so > -L/home/stas/apache.org/httpd-2.0/srclib/apr -lapr-0 -lrt

Re: [mp2] patch for addvar/setvar merging

2004-09-18 Thread Stas Bekman
Rici Lake wrote: On 18-Sep-04, at 8:37 AM, Stas Bekman wrote: What about the unset via set "" functionality? I don't remember it being in mp1. I didn't actually do anything to implement that; as in mp1 (I presume) it sets the variable to an empty string, discarding any previous values. Unless s

Re: [mp2] patch for addvar/setvar merging

2004-09-18 Thread Rici Lake
On 18-Sep-04, at 8:37 AM, Stas Bekman wrote: What about the unset via set "" functionality? I don't remember it being in mp1. I didn't actually do anything to implement that; as in mp1 (I presume) it sets the variable to an empty string, discarding any previous values. Unless someone actually cl

Re: [mp2] linking problem.

2004-09-18 Thread Stas Bekman
Jie Gao wrote: Addtional info: mod_perl itself actually failes when "make test"; adding env LD_LIBRARY_PATH=/usr/local/lib to include where gdbm lib is got around this problem. However, the same measure does not work with my modules. ldd /usr/local/perl-5.8.4/lib/site_perl/5.8.4/sun4-solaris/auto/

Re: [mp2] patch for addvar/setvar merging

2004-09-18 Thread Stas Bekman
Rici Lake wrote: On 17-Sep-04, at 7:36 PM, Stas Bekman wrote: and if you can send the missing tests and docs that will ensure that your patch will be committed promptly. As I can see src/docs/2.0/user/config/config.pod's PerlSetVar entry is completely empty :( So it needs to be ported from the m

Re: [mp2] linking problem.

2004-09-18 Thread Jie Gao
Addtional info: mod_perl itself actually failes when "make test"; adding env LD_LIBRARY_PATH=/usr/local/lib to include where gdbm lib is got around this problem. However, the same measure does not work with my modules. > ldd /usr/local/perl-5.8.4/lib/site_perl/5.8.4/sun4-solaris/auto/APR/APR.so

[mp2] linking problem.

2004-09-18 Thread Jie Gao
Hi All, I am getting the same error for all my modules: > gmake test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1# Failed test (t/1.t at line 9) t/1NOK 1# Tried to use 'Usyd::AuthCookieHandler'. # Er