Thats what I would do too. The CGI::Builder author seems to be
available to help (http://perl.4pro.net), perhaps for pay, but
maybe he wont charge for compile- and bug-fixing.
Niels
Dan Axtell wrote:
On Tuesday 26 August 2008 2:28:46 pm Niels Larsen wrote:
I dont have a good answer. But editin
On Tuesday 26 August 2008 2:28:46 pm Niels Larsen wrote:
> I dont have a good answer. But editing the Makefile may hide the real
> error .. which error appears when not editing the Makefile, and Google
> with that error, no hints? what happens if -Dloclibpth="/usr/lib64"
> is omitted? and of curios
I dont have a good answer. But editing the Makefile may hide the real
error .. which error appears when not editing the Makefile, and Google
with that error, no hints? what happens if -Dloclibpth="/usr/lib64"
is omitted? and of curiosity, what was the reason for going back to
perl 5.8 from 5.10? (
On Tuesday 26 August 2008 7:14:35 am you wrote:
> I had something that sounds the same. Setting CCFLAGS didnt
> work, but
>
> sh ./Configure -de -Accflags='-fPIC' (etc)
>
> did give a libperl that worked on AMD x86_64. With 5.10 though.
>
OK, I tried this:
sh ./Configure -de -Accflags='-fPIC'
I had something that sounds the same. Setting CCFLAGS didnt
work, but
sh ./Configure -de -Accflags='-fPIC' (etc)
did give a libperl that worked on AMD x86_64. With 5.10 though.
Niels L
Dan Axtell wrote:
You will need to compile perl with -fPIC on x86_64, I think I did it with:
ccflags='-fP
Dan Axtell wrote:
You will need to compile perl with -fPIC on x86_64, I think I did it with:
ccflags='-fPIC' sh Configure -Dprefix /path to perl
I can't remember _exactly_ if that was it though. The other options
would be to manually the edit the Makefiles but I don't remember having
to do tha
>
> You will need to compile perl with -fPIC on x86_64, I think I did it with:
>
> ccflags='-fPIC' sh Configure -Dprefix /path to perl
>
> I can't remember _exactly_ if that was it though. The other options
> would be to manually the edit the Makefiles but I don't remember having
> to do that.
>
Dan Axtell wrote:
Hi,
I've recently upgraded my main linux machine, but unfortunately the
distribution (OpenSuse 11.0, AMD x86_64) has everything with Perl 5.10. I
have some software that runs under mod_perl that requires Perl 5.8.8. No
problem, I just build 5.8.8, right?
Well, after two
Hi,
I've recently upgraded my main linux machine, but unfortunately the
distribution (OpenSuse 11.0, AMD x86_64) has everything with Perl 5.10. I
have some software that runs under mod_perl that requires Perl 5.8.8. No
problem, I just build 5.8.8, right?
Well, after two days I was able to ge