Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   Fail to install in mac, posted by Alex on Fri Feb 13 16:43:00 2015 
    icon2.gif   Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 19:47:43 2015 elogd.plist
       icon2.gif   Re: Fail to install in mac, posted by Alex on Fri Feb 13 20:36:59 2015 
          icon2.gif   Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 21:18:46 2015 
Message ID: 67807     Entry time: Fri Feb 13 19:47:43 2015     In reply to: 67806     Reply to this: 67808
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Bug report  OS: Mac OSX  ELOG Version: 3.0.0 
Subject: Re: Fail to install in mac 

Sorry I forgot to include the elogd.plist file in the distribution. I attached it to this entry, so just copy it into the elog root directory and run again "make install".

/Stefan

Alex wrote:

Hi

 

I am trying to install to mac 10.10.2 - everything works almost fine, but when I issue the sudo make install I get

 

Installing example logbook to /usr/local/elog/logbooks/demo
install: logbooks/demo/2001/011108a.log -> /usr/local/elog/logbooks/demo/2001/011108a.log
install: elogd.plist: No such file or directory
make: *** [install] Error 71

 

Any idea why ?

 

Thanks

 

Alex

 

 

Attachment 1: elogd.plist  424 Bytes  | Hide | Hide all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>ch.psi.elogd</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/local/sbin/elogd</string>
		<string>-c</string>
		<string>/usr/local/elog/elogd.cfg</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
</dict>
</plist>
ELOG V3.1.5-fe60aaf