Closed juber-nunes closed 3 years ago
Did you execute phpize
and . /configure
yet?
https://github.com/swoole/yasd#how-to-use-it
@sy-records I did, no issues on that but cannot "make" it
Are there any error messages? You can send me the compilation log
can you provide the output of phpize and configure?
---Original--- From: "juberjj"<notifications@github.com> Date: Fri, Jan 15, 2021 17:00 PM To: "swoole/yasd"<yasd@noreply.github.com>; Cc: "Subscribed"<subscribed@noreply.github.com>; Subject: Re: [swoole/yasd] Unable to build (#78)
@sy-records I did, no issues on that but cannot "make" it
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
You'll need to install the Boost library first.
macOS:
brew install boost
Ubuntu:
apt-get install libboost-all-dev
CentOS:
yum install boost boost-devel
I'm embarrased, missed that. All sorted now guys an that perspective. Let's see if that will work with swoole in my case.
The installation is done
zend_extension=yasd yasd.debug_mode=remote yasd.remote_host=127.0.0.1 yasd.remote_port=9000
but not connecting on VsCode
The issue facing on the title has been resolved, so I'm closing this but open a new one as I'm unable to connect to vscode.
Please answer these questions before submitting your issue. Thanks!
Cloned the repo.
Makefile to build solution
What did you see instead? N/A
What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ?I'm unable to follow steps for installation after clone the repo. There's no Makefile.
Any suggestions?
5.4.0-60-generic #67-Ubuntu SMP Tue Jan 5 18:31:36 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
php -v PHP 7.3.25 (cli) (built: Dec 17 2020 09:49:54) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.25, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.25, Copyright (c) 1999-2018, by Zend Technologies with Sdebug v2.9.3-dev, Copyright (c) 2002-2020, by Derick Rethans