![]() |
PHP 5.3.x and Ubuntu 11.04
I was trying to build PHP 5.3.4 through the admin panel while I got the following error:
Code:
checking for the location of libjpeg... noMy solution to the problem was to create symlinks for both libjpeg.so and libpng.so to the /usr/lib directory. In summary, here are the 2 simlinks that were required when building PHP on Ubuntu 11.04 64bit: ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/libjpeg.so ln -s /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/libpng.so |
you can also try
Quote:
|
Yeah, well that was already done. The problem lies in new locations of the libraries and a bug in earlier version of ROOT (http://goo.gl/jaEx2) so it is not possible for the system to find automatically the libraries even if they were installed (like in my case, at least so I understood).
The problem is known (http://goo.gl/FJDmF) Another problem is the fact that the new version of ROOT is not easily accessible for 64-bit users ATM of Ubuntu 11.04. (http://goo.gl/iYDkt) Hence this work around. Thanks for those links, though. |
| All times are GMT -7. The time now is 09:20 PM. |