Hello when compiling asterisk with Postgresql we need to specify directory where the postgresql is installed. It uses some files from bin folder of postgresql (I am not a developer of asterisk but a user ). I need to know once asterisk is ready to use(ie compiled and installed ). Do it still refer the postgresql files that are not part of asterisk ? By deleting the postgresql installation folder will it effect asterisk functionality? -- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091221/08ae8cba/attachment.htm
Can some body shed some light on this please On Mon, Dec 21, 2009 at 6:41 PM, ABBAS SHAKEEL <shakeel.abbas.qau at gmail.com>wrote:> Hello > > when compiling asterisk with Postgresql we need to specify directory where > the postgresql is installed. > It uses some files from bin folder of postgresql (I am not a developer of > asterisk but a user ). > > I need to know once asterisk is ready to use(ie compiled and installed ). > Do it still refer the postgresql files that are not part of asterisk ? > By deleting the postgresql installation folder will it effect asterisk > functionality? > > -- > Best Regards > Shakeel Abbas > >-- Best Regards Shakeel Abbas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091223/bcd2ebf8/attachment.htm
Wednesday, December 23, 2009, 11:17:39 AM, ABBAS wrote:>> when compiling asterisk with Postgresql we need to specify directory where >> the postgresql is installed. >> I need to know once asterisk is ready to use(ie compiled and installed ). >> Do it still refer the postgresql files that are not part of asterisk ? >> By deleting the postgresql installation folder will it effect asterisk >> functionality?Well, for compiling generally you need to install -dev packages (postgresql-dev or something), and client packages. After compilation you can delete -dev packages, but the client packages must be installed for database access. -- Best regards, Gergo mailto:csibra at gmail.com