mysql - "systemd" command missing from Amazon EC2 t2.micro -


i launched ec2 t2.micro instance amazon , trying install mysql server command:

sudo yum install mysql-community-server 

i'm getting following error:

error: package: mysql-community-server-5.7.9-1.el7.x86_64 (mysql57-community)            requires: systemd 

i tried installing systemd command following this post i'm getting following error:

/usr/include/linux/loop.h:58:2: error: unknown type name '__u64'   __u64     lo_init[2];   ^ in file included /usr/include/netinet/if_ether.h:25:0,                  /usr/include/netinet/ether.h:25,                  ./src/shared/socket-util.h:26,                  ./src/core/unit.h:39,                  ./src/core/busname.h:27,                  src/libsystemd/sd-bus/bus-kernel.h:26,                  src/libsystemd/sd-bus/bus-internal.h:38,                  src/libsystemd/sd-bus/bus-objects.c:26: /usr/include/linux/if_ether.h:140:2: error: unknown type name '__be16'   __be16  h_proto;  /* packet type id field */   ^ in file included ./src/shared/socket-util.h:30:0,                  ./src/core/unit.h:39,                  ./src/core/busname.h:27,                  src/libsystemd/sd-bus/bus-kernel.h:26,                  src/libsystemd/sd-bus/bus-internal.h:38,                  src/libsystemd/sd-bus/bus-objects.c:26: /usr/include/linux/if_packet.h:9:2: error: unknown type name '__be16'   __be16 spkt_protocol;   ^ /usr/include/linux/if_packet.h:14:2: error: unknown type name '__be16'   __be16  sll_protocol;   ^ /usr/include/linux/if_packet.h:195:2: error: unknown type name '__aligned_u64'   __aligned_u64 seq_num; 

result uname -a command: linux ip-172-31-19-10 4.1.7-15.23.amzn1.x86_64 #1 smp mon sep 14 23:20:33 utc 2015 x86_64 x86_64 x86_64 gnu/linux

wondering why systemd command missing in instance when systemd command new in centos7?

i'm not able figure out of problem?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -