jae-jae / QueryList-PhantomJS

QueryList Plugin: Use PhantomJS to crawl Javascript dynamically rendered pages.(headless WebKit ) 使用PhantomJS采集JavaScript动态渲染的页面
https://github.com/jae-jae/QueryList
60 stars 29 forks source link

laravel5.5安装时报错 #5

Open like-salmon opened 5 years ago

like-salmon commented 5 years ago

Problem 1

Installation failed, reverting ./composer.json to its original content.

ShawnChou commented 5 years ago

同问

anyforever commented 4 years ago

这么久的问题了,看来是不打算升级了。。

like-salmon commented 4 years ago

已不在原来公司 做了

------------------ 原始邮件 ------------------ 发件人: "anyforever"notifications@github.com; 发送时间: 2019年9月9日(星期一) 下午5:35 收件人: "jae-jae/QueryList-PhantomJS"QueryList-PhantomJS@noreply.github.com; 抄送: "zhou"517908183@qq.com;"Author"author@noreply.github.com; 主题: Re: [jae-jae/QueryList-PhantomJS] laravel5.5安装时报错 (#5)

这么久的问题了,看来是不打算升级了。。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jae-jae commented 4 years ago

当前插件的依赖包:jonnyw/php-phantomjs的依赖包symfony/dependency-injection 与 Laravel 的依赖冲突,这个问题只能等 jonnyw/php-phantomjs 这个包的作者解决

anyforever commented 4 years ago

@jae-jae 嗯。网上搜到的消息,貌似phantomjs停止更新了 折腾了两天puphpeteer,在CentOS 6.10下,一直提示以下错误 chrome: /lib64/libc.so.6: versionGLIBC_2.14' not found chrome: /lib64/libc.so.6: version GLIBC_2.15' not found chrome: /lib64/libc.so.6: versionGLIBC_2.16' not found ` 将libc更新到2.14,libc能正常运行,升级到2.16,一些基础命令就会报错了。 实验证明,好像chrome启动,必须要glibc支持这三个版本才行,装了最低2.14版本,也启动不了,会要求2.15和2.16,不知道有解没

anyforever commented 4 years ago

经过N次安装尝试,原来是libc编译的时候不能指定特殊目录,参考https://www.jianshu.com/p/29766c68ef93

like-salmon commented 4 years ago

老哥,我都离职了别管这个了啦

------------------ 原始邮件 ------------------ 发件人: "anyforever"notifications@github.com; 发送时间: 2019年9月10日(星期二) 下午3:28 收件人: "jae-jae/QueryList-PhantomJS"QueryList-PhantomJS@noreply.github.com; 抄送: "zhou"517908183@qq.com;"Author"author@noreply.github.com; 主题: Re: [jae-jae/QueryList-PhantomJS] laravel5.5安装时报错 (#5)

经过N次安装尝试,原来是libc编译的时候不能指定特殊目录,参考https://www.jianshu.com/p/29766c68ef93

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.