[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No, it doesn't work still...
- Subject: Re: No, it doesn't work still...
- Date: Fri, 27 Apr 2001 12:54:50 -0600
Gilbert Sebenste wrote:
>
> > Hi Gilbert,
> >
> > Well, here are some patchy things to do to get you up until I figure out
> > the solutions.
> >
> > First, in ~ldm/src (presumably runtime points to ldm-5.1.3 at this
> > point), do:
> > make clean; rm config.*
> > to get a clean slate.
> >
> > Then in ~ldm/src/ulog/hupsyslog.c (I know this is grim!) add the line:
> >
> > #include <ldmconfig.h>
> > #define SYSLOG_PIDFILE "/var/run/syslogd.pid"
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > #if defined(SYSLOG_PIDFILE)
> > ...
> Done.
>
> > (I should be able to do the above via configure, but it's giving me
> > grief at the moment.) This is because on both my 7.0 and 7.1 machine a
> > problem appeared where configure couldn't define that macro properly.
> > (Maybe that wouldn't be a problem on your machine, I don't know.)
> >
> > Then in ~ldm/src/Makefile take out the line:
> >
> > pqutil/install \
>
> Ok, this has to be done after I type ./configure, right? Because there
> should be no Make file in there until that happens. Assumption given, then
> I did...
>
> > so pqutil won't be built. Also, take out all the stuff between
> the
> > "install:" target and the "install_setuids:" target. That is, instead
> > of
> >
> > install: $(INSTALL_DIRS) $(LIBDIR)/$(LIBLDM) $(INSTALL_TARGETS)
> > -case `uname -s' in \
> > AIX);; \
> > HP_UX);; \
> > IRIX*);; \
> > ...
> > *) catman -w -M $(MANDIR);;\
> > esac
> >
> > install_setuids:
> >
> > make it be
> >
> > install: $(INSTALL_DIRS) $(LIBDIR)/$(LIBLDM) $(INSTALL_TARGETS)
> >
> > install_setuids:
>
> Got it, after the Makefile was created.
>
> >
> > Then, in ~ldm/src run ./configure; make install; make install_setuids
> > (as root), etc, as usual.
>
> Bomb-o-rama, exact same error that I gave you earlier about the parse_time
> thing.
>
>
Was it the same error in pqutil? That should have been avoided by
removing the line pqutil/install in the Makefile - it's under the target
called INSTALL_TARGETS.
Anne
*******************************************************************************
> Gilbert Sebenste ********
> Internet: address@hidden (My opinions only!) ******
> Staff Meteorologist, Northern Illinois University ****
> E-mail: address@hidden ***
> web: http://weather.admin.niu.edu **
> Work phone: 815-753-5492 *
> *******************************************************************************
--
***************************************************
Anne Wilson UCAR Unidata Program
address@hidden P.O. Box 3000
Boulder, CO 80307
----------------------------------------------------
Unidata WWW server http://www.unidata.ucar.edu/
****************************************************