arnaud-lb / php-memory-profiler

Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
MIT License
858 stars 51 forks source link

Pecl install memprof install fails. #67

Closed torressam333 closed 2 years ago

torressam333 commented 2 years ago

Issue:

pecl install memprof
No releases for package "pecl/memprof" exist
install failed

Machine Specs

5.11.0-40-generic #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

I installed the necessary dependency apt install libjudy-dev and then tried to install memprof using pecl and I got the above notice.

Is there an underlying issue with this package?

Thank you.

arnaud-lb commented 2 years ago

Hi @torressam333

I have the same result when I forget to run pecl as root. Does sudo pecl install memprof work for you ?

torressam333 commented 2 years ago

Hi @arnaud-lb I got the same issue even when running as root

sudo pecl install memprof
No releases for package "pecl/memprof" exist
install failed
torressam333 commented 2 years ago

@arnaud-lb I guess I was on a limited network with security blockage...I was able to get it to work when switching to a hotspot. Thank you.