Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
PHP Error: Unable to load dynamic library '/usr/lib/php5/20100525/AOP.so' - /usr/lib/php5/20100525/AOP.so: cannot open shared object file: No such file or directory in Unknown on line 0 #78
Comments
Hello! I've had a bit of progress. I've tried doing a vanilla install of PHP5-Fpm and Nginix using virtual box and Linux Mint 32Bit (XFCE). When running make I received the following error:
This was fixed by running: sudo apt-get install flex When running 'sudo make test' I received the following error:
make install ran fine however. I then got the following error in the PHP log:
Which I solved by changing 'extension=AOP.so' to 'extension=aop.so' in my php.ini file. I'm stuck on the following PHP startup error:
I hope this is helpful. I would greatly appreciate any input into this. Very eager to start using this AOP library! Cheers! |
Hi guys. I'm getting the above error.
I've just installed this by going through this:
I also added "extension=AOP.so" to the END of /etc/php5/fpm/php.ini
That file does not exist either (/usr/lib/php5/20100525/AOP.so)
I've also failed to find any AOP.so file anywhere on my filesystem (sudo find / -name "AOP.so").
I'm running Linux Mint 15. I'm also using Nginx.
PHP version: PHP 5.4.9-4ubuntu2.3 (cli) (built: Sep 4 2013 19:32:25)
I did get some tests that failed:
Cheers!