Hello...
Joseph Tate wrote:
> Thing is it's not a bug per say... There is no php-4.1.1 package available
> for RH yet. I just wanted to make it available to the RH developers to make
> their life easier when they do create such a package. I also have a
> (trimmed down) spec file that works if
Thing is it's not a bug per say... There is no php-4.1.1 package available
for RH yet. I just wanted to make it available to the RH developers to make
their life easier when they do create such a package. I also have a
(trimmed down) spec file that works if it's wanted.
Joseph
-Original Me
"Joseph Tate" <[EMAIL PROTECTED]> writes:
> I'm sure you guys are working on packages for php 4.1.1. I've got packages
> built, and in the process found a bug in the DOMXML portion where comment
> nodes node type setting was not being set. I've submitted the patch to the
> php developers, but t
I'm sure you guys are working on packages for php 4.1.1. I've got packages
built, and in the process found a bug in the DOMXML portion where comment
nodes node type setting was not being set. I've submitted the patch to the
php developers, but thought maybe I should give it to you guys as well.
> From: Peter Bowen <[EMAIL PROTECTED]>
> Date: 24 Jan 2002 11:17:46 -0500
>
> On Thu, 2002-01-24 at 10:47, Chris Garrigues wrote:
> > When I run 'rpmbuild -bb --target=i686-unknown-linux kernel-2.4.spec' it
> ends
>
> Try rpmbuild -bb --target=i686 kernel-2.4.spec
>
> You don't need/want th
On Thu, 2002-01-24 at 10:47, Chris Garrigues wrote:
> When I run 'rpmbuild -bb --target=i686-unknown-linux kernel-2.4.spec' it ends
Try rpmbuild -bb --target=i686 kernel-2.4.spec
You don't need/want the -unknown-linux part.
Thanks.
Peter
___
Redha
I'm trying to build a set of custom kernels, so I've been hacking at the
spec file that came with 2.4.9. I need to build i586 and i686 smp kernels, so
I modified it to build the doc headers and source rpm when I
--target=i586-unknown-linux and not to build the uniprocessor kernel ever.
That