anyforever

Results 22 comments of anyforever

@thunkli 加油,看好你哦~

同问。今天看到这个,想实验一下。 ``` # ./SMProxy start Box Requirements Checker ======================== > Using PHP 8.1.1 > PHP is using the following php.ini file: /usr/local/php/etc/php.ini > Checking Box requirements: E.... [ERROR] Your system...

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

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

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

I got it. via http://blog.sina.com.cn/s/blog_951f9ebb0102va1r.html $result = wkhtmltox_convert( 'image', array( 'out' => '1.jpg', 'in' => 'http://www.baidu.com/?tn=98794045_hao_pg', 'screenWidth'=>790, 'smartWidth'=>true, 'quality'=>100, 'fmt'=>'jpg' ) );

6.0也不行,一样的报错。 在本地试验了querylist-puppeteer,win下没问题。到linux服务器上,各种链接库找不到。。最后还来一个libatk-bridge-2.0不支持CentOS6.5,以失败而告终。。

用了[这个办法](https://segmentfault.com/a/1190000015802337),借道firefox弄上了libatk-bridge-2.0

laravel v7.5.2 `"require": { "php": "^7.2.5", "fideloper/proxy": "^4.2", "first236108/sitemap": "^5.1", "fruitcake/laravel-cors": "^1.0", "guzzlehttp/guzzle": "^6.5", "hashids/hashids": "^4.0", "jaeger/querylist": "^4.1", "jaeger/querylist-absolute-url": "^4.0", "josh/laravel-phantomjs": "^1.1", "laravel/framework": "^7.0", "laravel/tinker": "^2.0", "predis/predis": "^1.1", "vinkla/hashids": "^8.1"...