Librenms eror

i run command composer create-project --no-dev --keep-vcs librenms/librenms librenms dev-master

then i have error message (Could not find package librenms/librenms with version dev-master in a version installable using your PHP version, PHP extensions and Composer version.)

for more information i was installing librenms with nginx, thx for help

There is no librenms package.
Im not sure what you’re trying to archive, but it you want to install librenms, follow Install LibreNMS - LibreNMS Docs

1 Like

oke i got it, the problem is solv. thx

another eror when i try to build database on web gui, Starting Update…
Migrating: 2018_07_03_091314_create_access_points_table
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘access_points’ already exists (SQL: create table access_points (accesspoint_id int unsigned not null auto_increment primary key, device_id int unsigned not null, name varchar(255) not null, radio_number tinyint null, type varchar(16) not null, mac_addr varchar(24) not null, deleted tinyint(1) not null default ‘0’, channel tinyint unsigned not null default ‘0’, txpow tinyint not null default ‘0’, radioutil tinyint not null default ‘0’, numasoclients smallint not null default ‘0’, nummonclients smallint not null default ‘0’, numactbssid tinyint not null default ‘0’, nummonbssid tinyint not null default ‘0’, interference tinyint unsigned not null) default character set utf8mb4 collate ‘utf8mb4_unicode_ci’)

Error!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.