xiaoxiong2009 发表于 2018-8-1 15:15:29

lnmp在debian9 arm64位系统上出现安装php失败

本人是新手,用lnmp安装在arm 64位版本的debian 9 系统里,结果出现了安装php失败,nginx, mysql都能正常安装。就是php死活安装失败,所有的一切我都用的是默认的安装版本,换了php版本也是安装不上。已经把安装日志发上来了,希望有人能帮我解决一下。十分感谢!

licess 发表于 2018-8-1 16:59:27

ls /usr/include/ 看一下

xiaoxiong2009 发表于 2018-8-2 09:06:47

感谢军哥的回答,我已经把 ls /usr/include/ 的结果发上来了,军哥帮忙看看。十分感谢!

root@amlogic:~# ls /usr/include/
aarch64-linux-gnuevdns.h
   layout
    obstack.h
string.h
aio.h
   event2
   libaio.h
    openssl
strings.h
aliases.h
   event.h
   libexslt
    panel.h
stropts.h
alloca.h
   evhttp.h
   libgen.h
    paths.h
sudo_plugin.h
ares_build.h
   evrpc.h
   libintl.h
    pcrecpparg.h
sys
ares_dns.h
   evutil.h
   libio.h
    pcrecpp.h
syscall.h
ares.h
   execinfo.h
   libltdl
    pcre.h
sysexits.h
ares_rules.h
   expat_external.hlibnl3
    pcreposix.h
syslog.h
ares_version.h
   expat.h
   libpng
    pcre_scanner.h
tar.h
argp.h
   fcntl.h
   libpng16
    pcre_stringpiece.h
tcpd.h
argz.h
   features.h
   libxml2
    pngconf.h
termcap.h
ar.h
   fenv.h
   libxslt
    png.h
term_entry.h
arpa
   fmtmsg.h
   limits.h
    pnglibconf.h
term.h
asm-generic
   fnmatch.h
   link.h
    poll.h
termio.h
assert.h
   form.h
   linux
    postgresql
termios.h
btrfs
   freetype
   locale.h
    printf.h
tgmath.h
byteswap.h
   fstab.h
   ltdl.h
    profile.h
thread_db.h
bzlib.h
   ft2build.h
   malloc.h
    protocols
tic.h
c++
   fts.h
   math.h
    pthread.h
time.h
c-client
   ftw.h
   mcheck.h
    pty.h
tirpc
com_err.h
   gawkapi.h
   memory.h
    pwd.h
ttyent.h
complex.h
   _G_config.h
   menu.h
    rdma
uapi
cpio.h
   gconv.h
   misc
    re_comp.h
uchar.h
crypt.h
   getopt.h
   mit-krb5
    regex.h
ucontext.h
ctype.h
   gio-unix-2.0      mntent.h
    regexp.h
ulimit.h
cursesapp.h
   glib-2.0
   monetary.h   reglib
unctrl.h
cursesf.h
   glob.h
   mqueue.h
    resolv.h
unicode
curses.h
   gnumake.h
   mtd
    rpc
unistd.h
cursesm.h
   gnu-versions.h    mysql
    rpcsvc
ustat.h
cursesp.h
   grp.h
   nc_tparm.h   sasl
utime.h
cursesw.h
   gshadow.h
   ncurses_dll.hsched.h
utmp.h
cursslk.h
   gssapi
   ncurses.h
    scsi
utmpx.h
dialog.h
   gssapi.h
   net
    search.h
values.h
dirent.h
   gssrpc
   netash
    security
video
dlfcn.h
   iconv.h
   netatalk
    semaphore.h
wait.h
dlg_colors.h
   ifaddrs.h
   netax25
    setjmp.h
wchar.h
dlg_config.h
   inttypes.h
   netdb.h
    sgtty.h
wctype.h
dlg_keys.h
   jerror.h
   neteconet
    shadow.h
wordexp.h
elf.h
   jmorecfg.h
   netinet
    signal.h
xen
endian.h
   jpegint.h
   netipx
    sound
xlocale.h
envz.h
   jpeglib.h
   netiucv
    spawn.h
zconf.h
err.h
   kadm5
   netpacket
    stab.h
zip.h
errno.h
   kdb.h
   netrom
    stdc-predef.h
zlib.h
error.h
   krb5
   netrose
    stdint.h
et
   krb5.h
   nfs
    stdio_ext.h
eti.h
   langinfo.h
   nl_types.h   stdio.h
etip.h
   lastlog.h
   nss.h
    stdlib.h

licess 发表于 2018-8-2 09:56:07

回复 3# 的帖子

ln -sf /usr/include/aarch64-linux-gnu/curl /usr/include/ 然后再重新安装应该就可以了
页: [1]
查看完整版本: lnmp在debian9 arm64位系统上出现安装php失败