Menu

#598 Makefile doesn't install mysql related stuff

ver devel
closed-fixed
tools (59)
5
2010-03-17
2010-02-07
veganimado
No

Hi,

after compiling with
make group_include="standard mysql" all
"make install" doesn't install some mysql related file, e.g. the directory /lib/kamailio/kamctl/mysql is missing.

Best regards,
Victor

Discussion

  • Nobody/Anonymous

    do you install from tarball or git? Here is a git step by step turorial:
    http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git

    kamctl mysql files are installed together with db_mysql if the flavour is kamailio. This is default on kamailio_3.0 branch, but for devel, one has to do:

    make FLAVOUR=kamailio cfg

    then:

    make all; make install

     
  • Daniel-Constantin Mierla

    • labels: --> tools
    • milestone: --> ver devel
    • assigned_to: nobody --> miconda
    • status: open --> closed-fixed
     
  • Daniel-Constantin Mierla

    Previous comment shows the way to get mysql scripts installed. It is not a bug, but how makefile works.

     

Log in to post a comment.