From: Lionel B. <lio...@bo...> - 2005-06-02 09:17:34
|
Beast wrote: > I have ver 1.5.5 installed, is it safe to just copy sqlgrey(.pl) to > /usr/sbin ? > Yes, or better save your sqlgrey.conf file and "make install" from the source directory (you'll have examples for the new parameters). If you need an init-script you can use "make rh-install" instead, it installs a SysV init script, "make gentoo-install" installs a Gentoo init script. That said, if you can, it's even safer to use the packaging system of your distribution (easy uninstall, dependency resolution, ...). On RPM-based distros, you can make an rpm by running "rpmbuild --ta sqlgrey-1.5.7.tar.bz2", on Gentoo you can fetch an ebuild from sqlgrey's sourceforge page (http://sqlgrey.sf.net/). I'll start to provide rpms on sourceforge again shortly. Lionel. |