Hi, Iñaki...
As said by Peter, You can redirect the installation directories playing with the directory parameters of make, but it won't touch the internals of OPENSERCTL, p.ex.. So pay special attention on this kind of issues. I once try it on OpenSUSE and give up due to all the work related to this ajustments... Maybe the new 1.3 building process is more 'inteligent', but don't know.
Edson
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Peter Lemenkov Sent: terça-feira, 23 de outubro de 2007 17:55 To: Iñaki Baz Castillo Cc: users@openser.org Subject: Re: [OpenSER-Users] How to compile OpenSer to get /etc/openser and/usr/sbin/openser and /usr/lib/openser?
2007/10/23, Iñaki Baz Castillo ibc@aliax.net:
Hi, is possible to compile and install OpenSer in same directory
estructure as
Debian packages? I mean:
/usr/sbin/openser* /usr/lib/openser/modules/ /etc/openser/
Try this:
LOCALBASE=/usr make all cfg-target=/etc//openser/ modules-dir=/usr/lib/openser/modules
-- With best regards!