Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

merlin-0.6.2-beta2.p1 - error on install

The pre-req´s libs are installed:
aptitude search libdbi
apt-get install libdbi0-dev

The MySQL Database was created:
db-name=merlin;
db-user=merlin;
db-password=merlin;
The following conditions were given to the user merlin:
grant all privileges on merlin.* to 'merlin'@'localhost' identified by 'merlin';

In Order to execute the script:

mkdir /usr/local/merlin
chmod 777 /usr/local/merlin/
ls -l /usr/local/nagios/etc/
chmod 666 /usr/local/nagios/etc/nagios.cfg

sh install-merlin.sh --dest-dir=/usr/local/merlin --nagios-cfg=/usr/local/etc/nagios.cfg --db-type=mysql --db-user=merlin --db-pass=merlin --db-name=merlin

So ... Why is this happening ????

root@cmbmatrix:/downloads/merlin-0.6.2-beta2.p1# sh install-merlin.sh --dest-dir=/usr/local/merlin --nagios-cfg=/usr/local/etc/nagios.cfg --db-type=mysql --db-user=merlin --db-pass=merlin --db-name=merlin
Database settings:
Type (--db-type): mysql
Name (--db-name): merlin
Username (--db-user): merlin
Password (--db-pass): merlin

Path settings:
Nagios config file (--nagios-cfg): /usr/local/etc/nagios.cfg
Destination directory (--dest-dir): /usr/local/merlin
Base root (--root):

Installing the following components: db,files,config,init
Does this look ok? [Y/n] Y

Installing

cp: cannot stat /downloads/merlin-0.6.2-beta2.p1/{merlind,merlin.so,install-merlin.sh}': No such file or directory
cp: cannot stat
/downloads/merlin-0.6.2-beta2.p1/{init.sh,install-merlin.sh,db.sql,example.conf}': No such file or directory
chmod: cannot access //usr/local/merlin/{merlind,import.php,install-merlin.sh,init.sh}': No such file or directory
chmod: cannot access
//usr/local/merlin/{merlin.conf,example.conf,merlin.so}': No such file or directory
Failed to install files.
Aborting.

Eduardo Andre A... over 14 years ago