[Home]

Summary:ASTERISK-09255: make install doesn't copy tools/zapscan.bin in /sbin
Reporter:Francois MALARD (fmalard)Labels:
Date Opened:2007-04-12 15:44:14Date Closed:2007-04-23 10:51:56
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisknow all versions . Problem still exists on revision 653

I need to manually copy zapscan.bin to /sbin

either,
http://localhost:8088/asterisk/static/config/setup/install.html

=> /var/log/asterisk/messages says "missing /sbin/zapscan.bin"

and
  GUI doesn't find zaptel ports

Comments:By: Brandon Kruse (bkruse) 2007-04-14 14:59:35

A temporary fix in trunk revision 659
and merged into the asterisk now branch revision 660


howto get the latest version:

cd /usr/src ; svn co http://svn.digium.com/svn/asterisk-gui/branches/asterisknow asterisknow-gui ; cd asterisknow-gui ; sh configure ; make ; sudo make install

now you should have zapscan in the right place, and everything should work.

Thanks for the find!

By: Russell Bryant (russell) 2007-04-23 10:51:56

Closing as fixed by bkruse