>From what I read you are running a pre-compiled asterisk - what you can do
in that instance is this

1 create a directory like /usr/local/src/asterisk/1.4-update

2 wget the matching version as indicated by "core show version"

3 extract the tar to the directory from step 1

4 run ./configure

5 run make menuselect

6 run make - DO NOT RUN make install

7 copy cdr_mysql.so to /usr/lib/asterisk/modules and load the module from
CLI

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of salaheddine
elharit
Sent: Monday, November 21, 2011 8:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] CDR mysql with asterisk 1.4

 

i try to run make menuselect without configure  but he give me an error and
he tell me that i must run ./configure before launch make menuselect 

 

i'm afraid if i launch ./configure and after make menuselet to lost all
configuration related to asterisk 

 

BTW i can restart asterisk without issue

 

thanks for your response

2011/11/21 Ryan Wagoner <rswago...@gmail.com>

On Mon, Nov 21, 2011 at 7:13 AM, salaheddine elharit
<salah.elharit...@gmail.com> wrote:
> hello list
>
>
>
> i have asterisk 1.4 installed and i want to use CDR mysql  during the
> installation i didn't check the cdr mysql with  make menuselect
>
>
>
> my question : i want to check this option now  after the installtion and
> configuration of all options but he asks me to do. /configure before to
use
> make menuselect
>
>
>
> i want to know if there any problem if i do. / configure and make
menuselect
> to install cdr because this server is very important for me and i can't
stop
> it
>

How did you initially install Asterisk? When compiling from source
./configure is the first step before you can run make. It shouldn't
prompt to run ./configure for make menuselect if you are just changing
some options from a previously compile and install.

If you were able to run make menuselect without configure you might be
able to load the module while Asterisk is running. You would copy the
cdr_mysql.so to the lib directory and run module load cdr_mysql.
However I would still plan this for after hours in case of an issue.

Ryan


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com
<http://www.api-digital.com/>  --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

 

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to