|
From: Bruno C. <Bru...@hp...> - 2007-11-21 15:15:13
|
Bryan Gartner said on Wed, Nov 21, 2007 at 07:46:12AM -0700:
> > export PERLMOD=@PERLMOD@
>
> I have fixed this (basically forgot to have configure publish this
> value).
Thanks !
> > export APACHECTL=SKIP,
>
> I have fixed the errant comma.
Thanks !
> > export SUDO=SKIP
> >
> > Shouldn't those SKIP be replaced by what is also in binaries.pm ?
>
> As in previous message, nope (it's meant to capture what we were
> told to do).
Sorry, I was trying to understand but didn't thought enough before
typing :-( It's now clearer (still earning a lot !)
> > The diff with the working machine gives (< works, > doesn't)
> >
> > 13c13
> > < export localstatedir=/var/lib
> > ---
> > > export localstatedir=/var
>
> Since you use:
>
> --localstatedir=%{_localstatedir}
>
> is it possible that the differing build platform's rpm is doing
> this to you?
Yes, that's true. on RHEL4 it's /var, on MDV it's /var/lib, so it
*seems* correct. I just was looking for a side effect somewhere, as
nothing obvious pops up :-)
> > So I created the following:
> > # ln -s /var/log/linuxcoe-sd /var/lib/logs
> >
> > But still no log file :-(
> > [root@localhost images]# find / -name sysdes.log
>
> Hmm.
Yeah. That's bad !
> but with your config above (my guesses would be):
>
> /var/logs -> /var/log/linuxcoe-sd
> /var/profiles -> /var/lib/linuxcoe-sd/profiles
So true:
[root@localhost images]# ls -al /var/logs
lrwxrwxrwx 1 root root 20 Aug 28 11:41 /var/logs -> /var/log/linuxcoe-sd
[root@localhost images]# ls -al /var/profiles
lrwxrwxrwx 1 root root 29 Aug 28 11:41 /var/profiles -> /var/lib/linuxcoe-sd/profiles
Bruno.
--
Linux Profession Lead EMEA / Open Source Evangelist \ HP C&I EMEA IET
http://www.mondorescue.org / HP/Intel Solution Center \ http://hpintelco.net
Des infos sur Linux? http://www.HyPer-Linux.org http://www.hp.com/linux
La musique ancienne? http://www.musique-ancienne.org http://www.medieval.org
|