Re: Errors building mod_perl on 64 bit perl Solaris

2013-05-31 Thread Kartik Vashishta
Summary: Building 64 bit perl, mod_perl 64 bit apache and connecting to 64 bit MySql database on Solaris Sparc We could successfully build 64 bit apache with the configuration options so kindly shared by John D. Groenveld, also, in order to build mod_perl on 64 bit perl we had to recompile perl 64

Re: Errors building mod_perl on 64 bit perl Solaris

2013-05-30 Thread John D Groenveld
In message , Kartik Vashishta writes: >perl was built with the same compiler as mod_perl >./Configure -ders -Dcc=cc -Ud_sigsetjmp -Uinstallusrbinperl -Ulocincpth= >-Uloclibpth= -Duse64bitint -Duse64bitall -Ud_strerror_r -Ud_signbit >-Duselargefiles -Dprefix=/usr/perl6/5.18.0 config_args='-Dprefi

Re: Errors building mod_perl on 64 bit perl Solaris

2013-05-30 Thread Kartik Vashishta
perl was built with the same compiler as mod_perl ./Configure -ders -Dcc=cc -Ud_sigsetjmp -Uinstallusrbinperl -Ulocincpth= -Uloclibpth= -Duse64bitint -Duse64bitall -Ud_strerror_r -Ud_signbit -Duselargefiles -Dprefix=/usr/perl6/5.18.0 apache was built from sources.probably used gccnot sure

Re: Errors building mod_perl on 64 bit perl Solaris

2013-05-29 Thread John D Groenveld
In message , Kartik Vashishta writes: >and on 2.0.8, I am getting the following error: > >symbol PL_check: relocations based on the ABS44 coding model can not be >used in building a shared object mod_perl 2.0.8 builds for me with 64-bit perl 5.18.0 and apache httpd 2.2.24 under Solaris 10 with So