Hi All,
Probably a simple problem, but when ZM is installed from the live cd, I get the directory /var/lib/zm setup with the .pl files and also populated the zmdbbackup, zmdbrestore and the backup sql file that gets created automatically once a week.
When I installed from source, I end up with most of those files in the /usr/local/bin, but the scripts zmdbbackup and zmdbrestore never get copied in from the source dirs. Also, there is no /var/lib/zm directory.
Is there an easy way to fix this? I even tried using configure with ZM_PATH_SOCKS=/var/lib/zm and ZM_PATH_LOGS but that did not create those directories either. Not sure if I'm misunderstanding the ./configure and make options.
I'm trying to get the source version to look like the livecd directory structure.
Thanks in advance,
Joel
Missing /var/lib/zm and a few scripts
Thanks, Cordel.
I did manage to work out the paths using --prefix=...
To duplicate the liveCD install, I see that the zmdbbackup is executed from the /etc/logrotate.d/zm file. What I can't figure out is why that file is not created/installed when I install from the complied version.
Do I have to set that up manually, or is there some ./configure option that I forgot?
Thanks again,
Joel
I did manage to work out the paths using --prefix=...
To duplicate the liveCD install, I see that the zmdbbackup is executed from the /etc/logrotate.d/zm file. What I can't figure out is why that file is not created/installed when I install from the complied version.
Do I have to set that up manually, or is there some ./configure option that I forgot?
Thanks again,
Joel