tisdagen den 11 maj 2004 14.48 skrev Michael Bell:
> > Hi.
> >
> > I making packages for Mandrake and are nearly done except for the
> > apache2  config. I just discovered I cannot change language from the web
> > interface,  when choosing for example German nothing changes, should
> > this work despite  what my browser is telling?.
>
> Yes, but the system depends on libintl-perl and this causes sometimes
> trouble. Does Mandrake install libintl-perl and do the tests of
> libintl-perl run without any problems (make test)?

Yes. make test works. But it's quite odd how I have to build it on perl-5.8.3.

# this is not needed with later perl
pushd gettext_xs
    CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
    make
    make test
popd

CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

pushd gettext_xs
%makeinstall_std
popd

%makeinstall_std

I'm using libintl-perl-1.10 


-- 
Regards // Oden Eriksson


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to