jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Need Sqlite installed even if not using it #106

Closed penfold45 closed 10 years ago

penfold45 commented 10 years ago

Hi

Just taking a look at this tool it looks really good from whay I have seen so far. However I intend to use mysql to store the data but when I run

gem install --no-ri --no-rdoc minicron

It tells me I have to have sqlite installed.

checking for sqlite3.h... no
sqlite3.h is missing. Try 'port install sqlite3 +universal',
'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
and check your shared library search path (the
location where your sqlite3 shared library is located).
jamesrwhite commented 10 years ago

Yeah currently SQLite3 is required even if you don't intend to use it. I could remove it as a dependency but I thought it might lead to more confusion when people install it and don't have any DB at all installed.

jamesrwhite commented 10 years ago

I'm going to close this, if you have any follow up questions feel free to re-open it.